Enrico Tröger
20547265e6
Add /waf-* to exclude Waf on Windows
2014-04-06 21:43:17 +02:00
Enrico Tröger
d9fca40de3
Include missing header
...
It seems this header is necessary on Windows 7 or newer gcc versions
(not sure which one requires it) but according to the docs, it is
necessary anyways.
2014-04-06 21:40:56 +02:00
gymka
b31e66d321
updated lithuanian translation
2014-04-06 08:42:21 +03:00
Colomban Wendling
e94d162d30
Merge branch 'SiegeLord/rust_updates'
2014-04-02 19:56:24 +02:00
SiegeLord
e4c6aa3d9c
Rust: Add a test for leading 'priv'.
2014-04-02 13:42:30 -04:00
SiegeLord
e89c4af47c
Rust: Add some more syntax examples to the CTags test file.
...
Also, made it compile again.
2014-04-02 13:05:57 -04:00
SiegeLord
530d047c9d
Rust: Skip 'pub' keyword in front of struct fields.
2014-04-01 21:37:03 -04:00
SiegeLord
ff796360ce
Rust: Update keywords
2014-04-01 21:37:03 -04:00
SiegeLord
2a80759a3a
Rust: Update ctags tests.
...
Also, make them compile again with the Rust compiler.
2014-04-01 21:37:03 -04:00
SiegeLord
478534e635
Rust: Allow [] delimeters for macros.
...
New Rust syntax.
2014-04-01 21:37:03 -04:00
SiegeLord
2bde26b202
Rust: Fix parsing of attributes in structs/enums.
...
Previously, things like:
struct Foo
{
#[bar]
baz: int
}
or
struct Foo
{
#![bar]
baz: int
}
would horribly confuse the parser and prevent proper parsing of the rest of the
file.
2014-04-01 21:37:03 -04:00
SiegeLord
52a179dce1
Rust: Fix parsing of function pointer struct fields.
...
Previously, skipUntil was confused by the -> token.
2014-04-01 21:37:03 -04:00
Frank Lanitz
16d9bbb267
Merge pull request #236 from federeghe/translate
...
Update Italian translation
2014-04-01 21:45:21 +02:00
federeghe
98be8b1cf3
Updated Italian translation
2014-04-01 21:35:15 +02:00
Yosef Or Boczko
4b6e27c516
Updated Hebrew translation
2014-04-01 18:40:16 +02:00
Frank Lanitz
ea53365b81
Merge pull request #235 from xhacker/zh_CN
...
Update zh_CN.po
2014-04-01 11:28:14 +02:00
LIU Dongyuan / 柳东原
726ee2b372
Update zh_CN.po
2014-03-31 17:37:45 -07:00
Frank Lanitz
60af2f1bcd
Update NEWS files for more updated translations
2014-03-31 20:53:08 +02:00
Frank Lanitz
8e06d0dc1d
Update of Spnaish translation
2014-03-31 20:52:03 +02:00
Stanislav Horáček
aed357254c
Updated Czech translation
2014-03-31 19:07:45 +02:00
Frank Lanitz
cf3da8c661
Update NEWS files for more updated translations
2014-03-30 20:52:21 +02:00
Frank Lanitz
c6e3c578ad
Update of German translation
2014-03-30 20:51:36 +02:00
Frank Lanitz
3b56809a45
Update of po files for string freeze of Geany 1.24
2014-03-30 20:49:21 +02:00
Steven Valsesia
1d0fc64ce8
Add the choice to use Windows or Gtk color chooser dialog
...
Modification of the string "Use Windows File Open/Save dialogs" to
"Use Windows native dialogs".
Signed-off-by: bestel <steven.valsesia@gmail.com>
Signed-off-by: Colomban Wendling <ban@herbesfolles.org>
2014-03-30 20:40:12 +02:00
LIU Dongyuan / 柳东原
8846ef2c5d
Update zh_CN.po
2014-03-30 20:36:14 +02:00
LIU Dongyuan / 柳东原
f05e8001e9
Update zh_CN.po
2014-03-30 20:36:14 +02:00
Enrico Tröger
d4900df553
Fix restructuredText syntax
2014-03-30 12:17:41 +02:00
Frank Lanitz
8f511b66f3
Merge pull request #224 from bestel74/update_HACKING_file
...
Update the HACKING file: add "pull request" before "patches"
2014-03-29 22:30:03 +01:00
Frank Lanitz
a744000362
Update of German translation
2014-03-29 22:26:48 +01:00
Yosef Or Boczko
1e918d4f4e
Updated Hebrew translation
2014-03-29 22:14:39 +01:00
Frank Lanitz
cb07852ba5
Merge pull request #232 from stefan-it/enhancement/lang-de-corrections
...
Typo corrections for German language file.
2014-03-28 15:14:13 +01:00
Stefan Schweter
a70ab6a5f7
Typo corrections for German language file.
2014-03-28 14:33:45 +01:00
Steven Valsesia
aaed5e028e
Update the HACKING file, explain PR
...
Add the new way of contributing for geany.
2014-03-25 13:28:45 +01:00
Enrico Tröger
bd06d7a102
Update Doxyfile.in for newer doxygen versions
...
Automatic config file update by running 'doxygen -u'. All previous settings are
kept but old, deprecated settings were removed to avoid annoying warnings
when executing doxygen (e.g. on the nightly cronjob to update the API docs
on geany.org).
Furthermore, the update tool added a lot of comments above the options,
which is probably good.
2014-03-23 15:23:42 +01:00
Frank Lanitz
40db23752a
Merge pull request #227 from fiacobelli/master
...
changed filetypes.latex to add Bibtex compilation
2014-03-23 10:49:38 +01:00
Frank Lanitz
608817f4bd
Merge pull request #228 from gymka/master
...
Updated Lithuanian translation
2014-03-23 10:47:17 +01:00
gymka
5141f98f8c
updated Lithuanian translation
2014-03-23 09:10:15 +02:00
Francisco Iacobelli
1f0898be05
changed filetypes.latex to add Bibtex compilation
2014-03-21 15:47:52 -05:00
elextr
b27b3678dd
Add boolean to Pascal keyword list
...
Pascal has a boolean type (see wikipedia entry) fixes bug #1033
2014-03-21 15:46:45 +11:00
Frank Lanitz
c96e09f76f
Update of Slovak translation
2014-03-18 19:57:26 +01:00
Enrico Tröger
71b48bd6fb
Regenerate 16x16 Geany icon to be not cutoff
...
For some reason, the icon was cutoff in the upper left corner.
From the GIT history, I can't find any real reference for the
reason, so I guess this was just a mistake when convertig the
32x32 icon to 16x16. If anyone knows better, please tell me.
2014-03-16 13:20:05 +01:00
elextr
d76323260c
Put Makefile comments at start of line.
...
In a makefile comments in recipes must start at the beginning of
the line (see [1]). Thanks to cousteau on IRC.
[1] http://www.gnu.org/software/make/manual/make.html#Recipe-Syntax
2014-03-14 15:03:12 +11:00
Colomban Wendling
4a8910fc4a
Fix GTK 2.16 support (oops)
2014-03-12 14:26:04 +01:00
Colomban Wendling
bd6db90e29
Windows: add default extension to native save dialogs
...
Fixes bug #1021 .
Based on an initial work by Steven Valsesia, thanks!
2014-03-11 15:50:39 +01:00
Colomban Wendling
1e2be9e7b4
Add a note in the docs about shell constructs in custom commands
2014-03-11 13:14:03 +01:00
Colomban Wendling
9ae0790562
Merge branch 'bestel74/add_apply_button_color_chooser'
...
Closes PR #223 .
2014-03-07 22:12:04 +01:00
Colomban Wendling
77b82845ed
Fix color chooser button order
2014-03-07 22:09:40 +01:00
Steven Valsesia
dbf9061a52
Feature request #686 : Add apply button on Gtk color chooser
...
feature request : http://sourceforge.net/p/geany/feature-requests/686/
Signed-off-by: Steven Valsesia <steven.valsesia@gmail.com>
2014-03-07 15:27:18 +01:00
Colomban Wendling
717f8e1b13
Windows: fix possible buffer overflows
...
Fix improper use of MultiByteToWideChar() that could have led to
buffer overflows.
2014-03-06 15:01:38 +01:00
Steven Valsesia
467f56ae7e
Add a new feature: autosave when the editor lose focus
...
Documented unwanted behavior: pop-up saving.
Closes feature request #683 .
Signed-off-by: Steven Valsesia <steven.valsesia@gmail.com>
2014-03-06 14:20:38 +01:00