9067 Commits

Author SHA1 Message Date
Frank Lanitz
6e0e6a4aab Update of Greek translation 2017-03-17 23:01:09 +01:00
Frank Lanitz
b4eb662b82 Small update of German translation 2017-03-17 23:00:56 +01:00
Frank Lanitz
8d88401292 Update of Spanish translation 2017-03-17 23:00:46 +01:00
Andrej Herceg
ec1bde008d Update of Slovak translation (#1424) 2017-03-17 23:00:32 +01:00
Colomban Wendling
420c109609 Update NEWS 2017-03-17 20:44:06 +01:00
Colomban Wendling
03ee2e2b00 GTK: Fix popup positioning on monitors not positioned at 0,0
Fixes #1422.

X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1920/
X-Scintilla-Commit-ID: 8e0cb37c4972cd66b33293b88031acf453685cfd
2017-03-17 20:20:42 +01:00
Colomban Wendling
2414029727 Bump version in preparation for 1.30.1 2017-03-17 20:19:56 +01:00
Frank Lanitz
ffb71f95b3 Update of Greek translation 2017-03-17 15:56:00 +01:00
Colomban Wendling
7514212d32 GTK: Fix popup positioning on monitors not positioned at 0,0
Fixes #1422.

X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1920/
X-Scintilla-Commit-ID: 8e0cb37c4972cd66b33293b88031acf453685cfd
2017-03-17 13:59:48 +01:00
Frank Lanitz
2a2b8d11b8 Small update of German translation 2017-03-15 15:42:04 +01:00
Frank Lanitz
709acc0be2 Update of Spanish translation 2017-03-13 10:52:31 +01:00
Andrej Herceg
994cb4797d Update of Slovak translation (#1424) 2017-03-06 20:01:24 +01:00
Colomban Wendling
3303bde758 Post release version bump
Say hello to Geany 1.31 "Trevin"!
2017-03-05 16:17:03 +01:00
Colomban Wendling
a15dcc3b71 Finish updating NEWS 2017-03-05 15:12:53 +01:00
Colomban Wendling
119f05e5e2 Small update of the French translation 2017-03-05 14:40:26 +01:00
Enrico Tröger
7ccd37bd04 Update NEWS preparing for next release 2017-03-05 14:37:39 +01:00
Enrico Tröger
5a7a308ada Set release date 2017-03-05 14:00:43 +01:00
Frank Lanitz
344de2d442 Remove faulty empty lines 2017-03-05 13:42:38 +01:00
Enrico Tröger
fc6f3ffebe Update copyright years 2017-03-05 13:27:15 +01:00
Frank Lanitz
3838a0800e There was also an it.po update for 1.30 2017-03-05 12:42:01 +01:00
Giuseppe
94620f4450 updated it.po (#1405) 2017-03-03 23:50:22 +01:00
elextr
cc7f7f7164 Merge pull request #1406 from kugel-/for-upstream
api: new function geany_api_version for dynamic languages checking API version at runtime
2017-03-03 21:00:27 +10:00
Frank Lanitz
8001086ba5 Fix po creation time meta data 2017-03-02 12:30:13 +01:00
Frank Lanitz
a32ee97760 Set language metadata in header of some po files 2017-03-02 12:28:17 +01:00
Colomban Wendling
b7900b3f05 Merge pull request #1399 from techee/osx_start
Avoid gdk_display_get_name() on OS X
2017-02-27 18:09:59 +01:00
Colomban Wendling
3b105ec827 Merge pull request #1404 from b4n/search/gtk-3-20-history
Fix search history filling on GTK >= 3.20
2017-02-27 14:18:50 +01:00
Colomban Wendling
6d0062201e Scintilla: speed up converting byte offsets to character offsets
Use a per-line cache to avoid re-computing the offset from the start of
the buffer each time. This dramatically speeds up multiple replacements
on large files.

X-Scintilla-Bug-ID: https://sourceforge.net/p/scintilla/bugs/1910/
2017-02-27 14:16:20 +01:00
Colomban Wendling
b07c8b01c0 Merge branch 'scintilla/update-373'
Update Scintilla to version 3.7.3 plus a fix for a regression on it.

Closes #1320.
2017-02-26 20:24:13 +01:00
Colomban Wendling
1421a3f9c5 scintilla: Fix crash after destroying the widget on GTK < 3.3.6
On GTK2 and GTK3 < 3.3.6 there is no GtkAccessibleClass::widget_unset()
method, so we can't destroy our accessible object right away.  So, to
avoid accessing a destroyed widget, we need to check whether the widget
still exists in the the ScintillaGTKAccessible destructor.

In other methods it's not necessary because the wrapping GObject class
makes sure not to forward other when the widget has been destroyed, but
we still have to destroy the C++ instance no matter what, so the check
has to be on this side.

Fixes #1410.
2017-02-26 20:07:33 +01:00
Frank Lanitz
df05fc8712 Update NEWS 2017-02-26 12:07:15 +01:00
Frank Lanitz
7125769d54 Update NEWS 2017-02-26 12:04:33 +01:00
Frank Lanitz
f4c3363c69 Update of Portuguese translation 2017-02-26 12:04:33 +01:00
Thomas Martitz
7b091809db api: new function geany_api_version
This allows plugins to detect the API version of Geany at runtime. This enables
soft dependencies based on Geany's API version, perhaps using a new feature
with a fallback for older API versions. Previously the only alternatives
were hard-depending on a more recent Geany version or ignoring new features.
2017-02-24 16:24:16 +01:00
Abel Serrano Juste
1c2d35a541 Solved spanish fuzzy translation for Geany 1.30 (#1408) 2017-02-24 09:16:41 +01:00
Colomban Wendling
0b85db49e6 GTK: Fix double scrolling under X11
Really restrict smooth scrolling handling to Wayland.

X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1901/
X-Scintilla-Commit-ID: ae52e0c68190d423505624ae1d26e442e015d48f
2017-02-23 20:36:08 +01:00
Frank Lanitz
ed4fd6a5c7 Update po-files for string freeze of Geany 1.30 2017-02-22 18:00:00 +01:00
Colomban Wendling
9a230e1f45 Fix search history filling on GTK >= 3.20
Since GTK 3.19.12, GtkComboBox has an intermediate GtkBox internal
child wrapping the inner GtkEntry.  To get the entry,
`gtk_bin_get_child()` still works as it is part of the API, but the
change breaks the assumption we had that it works the other way around,
that `gtk_widget_get_parent(gtk_bin_get_child(combobox)) == combobox`.
So, while this assumption seemed reasonable, stop relying on it as it
is effectively not correct on GTK 3.20 and newer.

See: https://git.gnome.org/browse/gtk+/commit/?id=222c43fc60362eeb97ce2d5e3a5583a69a2e30ef
2017-02-21 23:23:49 +01:00
Colomban Wendling
93f273428a Update for new Scintilla styles 2017-02-21 14:16:56 +01:00
Colomban Wendling
2219ab720c Update Scintilla to version 3.7.3 2017-02-21 14:16:23 +01:00
Frank Lanitz
f096fa2163 Small update of German translation 2017-02-19 19:14:26 +01:00
Jiří Techet
ed46b65c00 Avoid gdk_display_get_name() on OS X
More in the comment.
2017-02-16 11:45:46 +01:00
Vasiliy Faronov
7347631563 Fix setting menu item labels dynamically
Fixes https://github.com/geany/geany-plugins/issues/462
2017-02-16 01:44:53 +03:00
Colomban Wendling
170ebf610f scintilla: Fix build with older GCC
Don't convert function pointer to non-function pointer.  This is
undefined behavior, and some older GCC don't like it.
2017-02-08 22:43:27 +01:00
Colomban Wendling
b0f71a1666 Merge branch 'Forkest/copy-items-nonlatin'
Work around incorrect keybinding handling with multiple layouts so
cut/copy/delete keybindings work via menuitem activation if we failed
to trigger the action ourselves.

Closes #1386.
2017-02-05 17:32:54 +01:00
Colomban Wendling
2c1a71ad2b Use :select/:deselect signals for consistency
Instead of having a handler on 2 separate objects, use :select and
:deselect on the same one.  Those signals are appropriate, as the
documentation mentions that submenus are popped up on :select.
2017-02-05 15:34:24 +01:00
Forkest
67d6562f20 Fix cut and copy actions in non-Latin keyboard layouts
Mark the associated menu items sensitive when the menu is hidden, so
that GTK's accelerator handling can trigger them.  This works around
incorrect handling in Geany's code of keybindings coming from multiple
layouts for cut/copy/delete actions.

Partial workaround for #998, #1286 and #1368.
2017-02-05 12:52:51 +01:00
Colomban Wendling
0df7d5a03a scintilla: Prevent running signal handlers on a destroyed a11y object
Avoid crash when detaching the widget from the accessible object
without destroying that widget.

In such situations, the widget is still valid but we will have
destroyed the orphaned accessible object.  Thus, we must make sure we
disconnected the signal handlers the late accessible had set up on the
widget, as they won't be implicitly disconnected by widget
finalization in this case.

Fixes #1385.
2017-02-02 14:42:38 +01:00
Robert Antoni Buj Gelonch
38d59835db Update Catalan translation (#1375) 2017-01-24 09:38:15 +01:00
Colomban Wendling
00a3aef94d Merge pull request #1361 from Akronix/keywords-js.filetypes
Updated filetypes.javascript keywords
2017-01-23 14:10:45 +01:00
Abel 'Akronix' Serrano Juste
c6984699d3 Removed 'alert' from secondary keywords since it depends on a DOM environment 2017-01-14 21:26:36 +01:00