8469 Commits

Author SHA1 Message Date
Colomban Wendling
c4f56bfcd6 Fix some custom CSS selectors to work on GTK 3.20 2016-05-02 15:26:29 +02:00
Colomban Wendling
5851f5616e Merge branch 'gtk-version-specific-css' into gtk-3-20-fixes
Merges pull request #994.
2016-05-02 15:25:47 +02:00
Colomban Wendling
62be0b9b96 Fix our tab close buttons appearance on GTK 3.20 2016-05-02 15:07:50 +02:00
Colomban Wendling
05870d9ebc Merge pull request #973 from techee/osx_keybindings
osx: force resync menus when changing keybindings
2016-04-30 00:22:58 +02:00
Yan Pashkovsky
a5a47da9f2 classbuilder: Use .hpp instead of .h for C++ header file extension
.hpp is a C++-specific extension avoiding any confusion, and better
supported as C++ out of the box by Geany.

Closes #999.
2016-04-30 00:06:51 +02:00
Colomban Wendling
1403d352b2 Update Scintilla to version 3.6.5 2016-04-29 01:12:20 +02:00
Quentin Glidic
4374769b7c ui-utils: Fix ui_path_box_new with GTK+ >= 3.20
They introduced[1] a GtkBox between the GtkEntry and the GtkComboBox to
add some magic in the layout computation.

[1] <https://git.gnome.org/browse/gtk+/commit/?id=222c43fc60362eeb97ce2d5e3a5583a69a2e30ef>

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-17 11:57:38 +02:00
Quentin Glidic
1f392b75bf ui-utils: Load per-version GTK+ CSS file
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-14 13:17:12 +02:00
elextr
f74fdd8d1c Merge pull request #991 from philippwiesemann/fix-plugin-doc-typos
Fix typos in plugin documentation
2016-04-11 09:21:17 +10:00
Philipp Wiesemann
ad81720d98 Fix typos in plugin documentation 2016-04-10 21:05:50 +02:00
Frank Lanitz
3967ce582f Update of Greek translation 2016-03-26 09:38:13 +01:00
Jiří Techet
1c83b18e22 osx: force resync menus when changing keybindings
Normally menu items are updated only when adding or removing
them on osx. They are however not redrawn when just changing
keybindings so the old keybinding is displayed after the change.

Force the menu update to show the updated keybindings.
2016-03-23 20:45:47 +01:00
Enrico Tröger
d75873f9bc Windows installer: fix broken installation tags files 2016-03-22 08:44:11 +01:00
Enrico Tröger
bd8caf2a85 GTK bundle creation: don't delete necessary GLib schema files
The files in share/glib-2.0/schemas are necessary for GTK3,
so don't delete them but everything else on the same directory level.
2016-03-21 23:16:12 +01:00
Enrico Tröger
e1a9929e9c Windows installer: install data files into new locations
This adapts the paths in the installer for the tags and filedefs files
as changed in #485.
Also simply include everything in share/ when including a GTK3
runtime environment instead of a fixed list of subdirectories,
share/glib-2.0 doesn't exist anymore when using MSYS2 packages.
2016-03-21 23:01:05 +01:00
Colomban Wendling
801698dded Merge pull request #965 from kugel-/gi-fix-structs
gtkdoc: fix gtkdoc header script for structs with inline types
2016-03-19 23:35:16 +01:00
Colomban Wendling
83c2a0de69 Merge branch 'ruby/uctags-update'
Update Ruby parser from Universal-CTags.

Closes #587.
2016-03-19 23:22:38 +01:00
Colomban Wendling
9febf02261 Merge pull request #485 from techee/ft_menu
Move filetypes.* and *.tags to separate directories
2016-03-19 23:15:37 +01:00
Matthew Brush
813f756c84 Add /doc/Doxyfile-gi.stamp generated file to .gitignore 2016-03-14 14:26:45 -07:00
Masatake YAMATO
e46093d1fc Ruby: delete rspec related kinds
Close universal-ctags/ctags#453.

(This is about a bug spotted in universal-ctags/ctags#453 by @mislav and
 in universal-ctags/ctags#11 by @NewAlexandria.)

Kinds C and d are for Rspec.

Parts of code related to above kinds assume a ruby string
comes after Rspec keywords (describe or context).

This is a wrong assumption. A class name can be used there.

It is nice if ctags can handle these rspec code well, but we
don't have enough resource to make it now.

So in this commit I delete rspec related code temporary. I
just reserve a kind letter 'd' for rspec for the future. 'C'
is completely deleted because (1) describe and context have
the same meaning in rspec, and (2) we would like to assign
'C' for Ruby constant as ripper-tags does.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2016-03-14 19:49:47 +01:00
Colomban Wendling
885b994ec2 ruby: License under GPLv2+ as per Universal CTags
See https://github.com/universal-ctags/ctags/pull/578
2016-03-14 19:40:50 +01:00
Colomban Wendling
ab6a012119 ruby: Unify identifier character classification 2016-03-14 19:27:22 +01:00
Colomban Wendling
116c749cd9 ruby: Report singleton type inside anonymous classes at a class level
New test case contributed by @masatake in universal-ctags/ctags#456.

Closes universal-ctags/ctags#455 and universal-ctags/ctags#456.
2016-03-14 19:27:22 +01:00
Colomban Wendling
7d116cb482 ruby: Report proper scope type 2016-03-14 19:27:22 +01:00
Colomban Wendling
9e97746751 ruby: Use nestlevel instead of string lists
This will simplify some upcoming fixes.
2016-03-14 19:27:22 +01:00
Colomban Wendling
17606d8af7 ruby: Fix scope after anonymous classes 2016-03-14 19:27:22 +01:00
Colomban Wendling
1ed29f1d7b ruby: Fix parsing qualified identifiers
The implementation is a bit hacky, but avoids the need for complex
logic to pop several scopes at once.

Closes universal-ctags/ctags#452.
2016-03-14 19:27:22 +01:00
Colomban Wendling
eaf6c82af8 ruby: Fix keyword matching
After an identifier there can be anything but an identifier character.
2016-03-14 19:27:22 +01:00
Colomban Wendling
e003da2bea ruby: Properly skip documentation contents 2016-03-14 19:27:22 +01:00
Masatake YAMATO
e9e9b9988d ruby: handle singleton method including ?!= in its name(sf.bug:364)
This patch is intended a bug reported as sf.bug:364.
https://sourceforge.net/p/ctags/bugs/364/

Writing a test case is helped by Dmitry Gutov.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2016-03-14 19:27:22 +01:00
Masatake YAMATO
68322fcb54 ruby: fix wrong memory access in catMatch
fuzz target reports canMatch access wrong memory
area when php-anonymous_functions.d/input.php is
given as input.

This patch fixes it.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2016-03-14 19:27:21 +01:00
Masatake YAMATO
a71dbcbeca ruby: Use NULL for initialize an pointer variable
Suppress a warning reported by sparse.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2016-03-14 19:27:21 +01:00
Artem Nezvigin
e129043c98 Honor --ruby-kinds option in ruby.c
Fixes universal-ctags/ctags#49
2016-03-14 19:26:54 +01:00
Ram Singla
2269c42dde RSpec Code added. Courtesy: mortice 2016-03-14 15:18:14 +01:00
Thomas Martitz
0bafb067b9 gtkdoc: fix gtkdoc header script for structs with inline types
Doxygen adds unhandled xml output for structs that define types inline, for
example struct Foo { enum { FOO, BAR } baz; }. A type definitions precedes the
members. The script wrongly assumed the first sectiondef child of compounddef
would contain all members, but actually this is the case for sectiondefs with
kind=public-attrib (the sectiondef defining the type has kind=public-type).
2016-03-14 08:26:45 +01:00
Jiří Techet
3640b3bc44 Move *.tags files to the tags directory
ignore.tags is still in ~/.config/geany
2016-03-13 17:35:14 +01:00
Jiří Techet
e513e5a099 Move filetypes.* to the filedefs directory 2016-03-13 17:35:08 +01:00
Colomban Wendling
24f91981c0 Update Scintilla to version 3.6.4 2016-03-13 15:50:36 +01:00
Colomban Wendling
3615f5a91c Fix a typo in NEWS 2016-03-13 14:32:44 +01:00
Colomban Wendling
ea94d2a9a1 Post release version bump
Say hello to Geany 1.28 "Malvek"!
2016-03-13 14:32:20 +01:00
Colomban Wendling
40e15c388b Set release date 2016-03-13 13:27:54 +01:00
Colomban Wendling
2df9512b6f Update NEWS for last changes 2016-03-13 13:27:28 +01:00
Colomban Wendling
3c213f6d93 Update displayed copyright years 2016-03-13 13:27:28 +01:00
Colomban Wendling
214365777d Merge pull request #769 from eht16/drop_waf_build_system
Drop Waf build system support
2016-03-13 13:15:43 +01:00
Enrico Tröger
c344baca07 Merge pull request #959 from eht16/gtk_bundle_script
Improve Windows GTK runtime bundle creation script
2016-03-13 12:47:53 +01:00
Enrico Tröger
f8f0951ef7 Merge pull request #961 from codebrainz/non-native-project-open
Respect native dialog pref in Project->Open
2016-03-13 12:47:04 +01:00
Matthew Brush
38f073673e Respect native dialog pref in Project->Open
Fixes #960
2016-03-12 11:57:14 -08:00
Enrico Tröger
12f6ad6915 Install and uninstall ReadMe.Dependencies.Geany.txt 2016-03-12 18:32:40 +01:00
Enrico Tröger
479cf3dc53 Improve Windows GTK runtime bundle creation script
Update the list of dependencies, include sort.exe and grep.exe,
create a information file with all download links of included
binaries and re-structure the script for better readability.
See #560 for details.
2016-03-12 16:54:42 +01:00
Enrico Tröger
8254271b33 Merge pull request #937 from eht16/win32_open_uri_error_handling
Add error reporting for opening URIs on Windows
2016-03-12 16:22:28 +01:00