- 13 Nis, 2014 16 kayıt (commit)
-
-
Colomban Wendling yazdı
There is no point in runner.sh depending on the generated Geany executable, and this breaks running `make distcheck` before building the sources, as the Geany executable doesn't exist yet.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
These are way too few changes from me over a one-year period :(.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
My previous fix (e1ce9cfb) didn't fix all possible use cases (opening files from CLI when starting Geany). This one should close the gap.
-
Frank Lanitz yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
This seems necessary with newer gcc versions to not require libgcc*.dll libraries on runtime.
-
Enrico Tröger yazdı
-
- 12 Nis, 2014 4 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
Updated Hungarian translation
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
When quitting, we still have to destroy the Scintilla widget to avoid any possibility for us to receive signals from it after we destroyed the associated editor and/or document (used in signal handlers). I myself don't suffer from the issue, but it is theoretically possible for Scintilla to emit signals anytime before it is destroyed, so it is safer like this anyway. And an user on IRC suffered from crashes on quit because of this issue, so it seems to actually happen in some situations.
-
- 11 Nis, 2014 3 kayıt (commit)
-
-
kilo aka Gabor Kmetyko yazdı
-
Frank Lanitz yazdı
-
Colomban Wendling yazdı
-
- 10 Nis, 2014 11 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Pavel Roschin yazdı
-
-
Enrico Tröger yazdı
On Windows we need to change the working directory on startup to not lock the directory Geany was started from (bug #2626124). However we can't change the directory to late in the startup process otherwise plugins maybe unable to load resources from the installation directory. Though we also can't change it too early otherwise opening files given with relative paths in Geany from the command line won't work anymore (bug #3613096). This change should fix both issues by changing the working directory after command line file handling happened and before plugins will be loaded.
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Although the strings were properly marked for translation, they weren't actually translated because they missed run-time replacement.
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
Update nl.po
-
- 09 Nis, 2014 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Peter Scholtens yazdı
First contrib in Github
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-