8850 Commits

Author SHA1 Message Date
Colomban Wendling
2f327b767b GTK: Fix accessible object lifetime on GTK < 3.8 2016-12-20 21:45:29 +01:00
Colomban Wendling
407cb36ceb GTK: Add some documentation on accessible object reference ownerships 2016-12-20 21:45:29 +01:00
Colomban Wendling
9fdb014b07 javascript: Partial highlighting of ES6 template strings
This doesn't support nested templates or escaped `es, but at least
handles the most obvious cases for now.

Part of #934.
2016-12-18 17:38:37 +01:00
SukkoPera
21b37f553f Add Arduino custom filetype
Closes #1339
2016-12-16 02:55:35 -08:00
tsvisimcha
9573a3886d Update HACKING (#1340) 2016-12-16 09:27:00 +01:00
Colomban Wendling
3ddea9c3ae Update NEWS for Scintilla 3.7.1
It actually introduces a few new things worth mentioning.
2016-12-10 11:31:50 +01:00
Colomban Wendling
aa11c3ea48 Update Scintilla to version 3.7.1 2016-12-05 14:23:34 +01:00
Frank Lanitz
cdd12cfaeb Update NEWS for recent Lithuanian translation update 2016-11-23 18:26:20 +01:00
Frank Lanitz
5425e308bc Merge branch 'master' of git://github.com/zygimantus/geany 2016-11-23 18:23:18 +01:00
zygimantus
62a2294a00 Lithuanian translation changes 2016-11-22 23:05:20 +02:00
Chris Pilkington
b29a973217 Grammar "and the end of lines" -> "at the end of lines" (#1307) 2016-11-18 02:25:03 +01:00
Frank Lanitz
8330c68a29 Fix a small grammatical issue 2016-11-18 02:23:50 +01:00
Colomban Wendling
0d29e1b8de Update making-a-release to mention new scripts 2016-11-13 19:06:55 +01:00
Colomban Wendling
26c0d6266e Add a script to set the release date 2016-11-13 19:04:37 +01:00
Colomban Wendling
a4990e9da5 Add a script to make the version bump 2016-11-13 19:04:18 +01:00
Colomban Wendling
5241f40dcf Add a script to convert NEWS to GitHub release format 2016-11-13 18:15:45 +01:00
Colomban Wendling
a0449320b7 Post release version bump
Say hello to Geany 1.30 "Calron"!
2016-11-13 18:03:47 +01:00
Colomban Wendling
a249866d06 Set release date 2016-11-13 16:43:45 +01:00
Enrico Tröger
e3b7421477 Update NEWS for Windows related changes 2016-11-13 16:35:36 +01:00
Colomban Wendling
5f879126ce Merge pull request #1095 from eht16/issue1076_win32_build_working_dir_locale
Windows: Improve executing external commands on non-ASCII paths,
effectively fixing most known issues.
2016-11-13 16:29:43 +01:00
Enrico Tröger
156c64b36c Merge pull request #1301 from eht16/issue1229_win_grep_from_msys2
Use pre-compiled 'grep' binary from MSYS2 on Windows
2016-11-13 15:12:59 +00:00
Enrico Tröger
b9605ee02e Windows: install and remove new run script helper in the installer 2016-11-13 14:55:43 +01:00
Enrico Tröger
d61b92f202 Revert "Implement the run helper as a script" on non-Windows
This restores the previous behavior as it has been on non-Windows
systems before.
Post-1.29 we will merge #1300 which implements run helper script support
for non-Windows systems more sophisticated.
2016-11-13 14:55:43 +01:00
Colomban Wendling
f1f577ea72 spawn: Don't depend on utils.h, and fix locale compat on Windows
utils_get_utf8_from_locale() is actually a no-op on Windows, so use the
GLib conversion directly.  We really mean locale here, not "filename
encoding".
2016-11-13 14:55:42 +01:00
Colomban Wendling
1d5d4e278a Implement the run helper as a script
Apparently using arguments instead of putting paths directly in the
script is enough for it to work on Windows, so use a simple script
instead of a program, so it's both shorter and easier to tune.
2016-11-13 14:55:42 +01:00
Colomban Wendling
265e27a7f3 Use a program run helper rather than a script
This removes all encoding issues from passing on a script to cmd.exe on
Windows, as it now uses proper wide character API there.

Not much changes on other OSes, but we don't create temporary scripts
anymore.
2016-11-13 14:55:41 +01:00
Colomban Wendling
a45091413a spawn: Use Wide API on Windows
Try and use Unicode variants of the Windows process creation API in
order to support filenames (and possibly environment) outside the
locale codepage.

WARNING: Implications on using Unicode environment are unknown.
It might affect the called process, or not, not sure.
2016-11-13 14:55:40 +01:00
Enrico Tröger
26adcabd69 Windows: Convert generated batch script into system codepage
Instead of fiddling with the "chcp" command in the generated batch
script on Windows, convert the whole script content into the system
codepage before executing it.
2016-11-13 14:55:40 +01:00
Enrico Tröger
127e94199b Windows: Convert working directory into locale encoding before spawning commands
The working directory is passed in in UTF-8 encoding but Windows API expects
locale encoding here, so convert it.

Fixes #1076.
2016-11-13 14:55:39 +01:00
Enrico Tröger
973a721574 Use pre-compiled 'grep' binary from MSYS2 on Windows
This drops the self-compiled 'grep' version which caused issues
with recursive searches on Windows as well as with non-ASCII
characters in paths.
The pre-compiled 'grep' binary from MSYS2 (matching the target ABI)
seems to solve probably all of the known problems on Windows.
The only drawback is that we need to ship a few additional MSYS2
libraries on which the 'grep' binary depends.

Closes #1229 and #1260.
2016-11-13 14:24:17 +01:00
Frank Lanitz
88137b9b08 Update of German translation 2016-11-13 13:35:46 +01:00
Frank Lanitz
fdd9768978 Fix a little inside NEWS 2016-11-13 13:33:16 +01:00
Frank Lanitz
a74a6af257 Another small update of Dutch translation 2016-11-12 17:19:40 +01:00
Frank Lanitz
2e97ec493e Update of Greek translation 2016-11-11 09:22:20 +01:00
Frank Lanitz
16760235bd NEWS: Update updates translations 2016-11-07 17:32:31 +01:00
Frank Lanitz
0890d74b0e Update of Spanish translation 2016-11-07 17:32:31 +01:00
Peter C. S. Scholtens
5753b3c15d Update of Dutch transation. (#1289)
* Update of Dutch transation.

* Update nl.po
2016-11-07 17:17:10 +01:00
柳东原 LIU Dongyuan
42a9098959 Update zh_CN translation (#1292) 2016-11-07 17:15:06 +01:00
Andrej Herceg
5136593724 Update of Slovak translation (#1291) 2016-11-05 23:50:50 +01:00
Abel Serrano Juste
e1450f5dea Updated spanish translation es.po (#1288) 2016-11-03 08:15:46 +01:00
Colomban Wendling
b9c8abb4b8 Small NEWS updates 2016-11-01 11:23:11 +01:00
Colomban Wendling
743e30ddea Merge pull request #1181 from b4n/vte-2.91
Support for VTE 2.91
2016-11-01 11:10:25 +01:00
Giuseppe
96b11092f7 updated it.po (#1285) 2016-11-01 08:45:51 +01:00
Baurzhan Muftakhidinov
ac5c261c0b Update Kazakh translation. (#1284) 2016-10-31 10:00:43 +01:00
Bervianto Leo Pratama
3d6524ea90 Update Indonesian Translation (#1283)
"kata" should not in there.
2016-10-31 09:58:18 +01:00
Frank Lanitz
689f32e861 Update of Portuguese translation 2016-10-30 18:13:03 +01:00
Frank Lanitz
869457377e Added es as updated translation 2016-10-30 13:01:22 +01:00
FabianInostroza
02cd961edd Better translation. (#1242) 2016-10-30 12:59:13 +01:00
Frank Lanitz
6db87912c6 Add update trnaslations 2016-10-30 12:56:18 +01:00
Frank Lanitz
805fee50ea Fix some typos in Catalan translation.
This is based upon PR #1273 but ported manually.
2016-10-30 12:55:02 +01:00