- 13 Tem, 2015 1 kayıt (commit)
-
-
Dimitar Zhekov yazdı
The git PR for this change contains a long explanation.
-
- 12 Tem, 2015 18 kayıt (commit)
-
-
Colomban Wendling yazdı
* geany.nsi and doc/geany.html are now generated; * freecode.com is dead.
-
Colomban Wendling yazdı
Say hello to Geany 1.26 "Rosset"!
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
Include win32defines.h before win32.h to fix build errors
-
Enrico Tröger yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Colomban Wendling yazdı
Prefix the WIF* macros with SPAWN_ and add short doc comments, and fix Doxygen integration.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Dimitar Zhekov yazdı
-
Dimitar Zhekov yazdı
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
Update NEWS to mention windows command quoting
-
elextr yazdı
-
Colomban Wendling yazdı
Thanks to Dimitar for spotting this.
-
Colomban Wendling yazdı
filebrowser: Use Spawn module to launch the external command
-
Enrico Tröger yazdı
-
- 11 Tem, 2015 11 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Disable "maintain history on reload" by default
-
Colomban Wendling yazdı
Replace references to GTK2 with GTK+ and "stabilize" GTK3 in NEWS
-
Colomban Wendling yazdı
This makes the command syntax consistent with other Geany ones and more native on Windows.
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
We want it disabled by default in 1.25 for everyone, but want to be able to get it back on by default later on when the UI is more polished. So we will need to have a way to tell whether the configuration comes from 1.25 and should be upgraded or was willfully disabled by the user in a later version. So, use a temporary setting name that defaults to disabled for 1.25 See #553.
-
Colomban Wendling yazdı
spawn: Do not export unnecessary API
-
Colomban Wendling yazdı
Properly escape working directory in run script Closes #554.
-
Colomban Wendling yazdı
autotools: Workaround a Ubuntu issue when installing in /usr/local/lib
-
Enrico Tröger yazdı
travis: Add a Travis CI settings file
-
- 10 Tem, 2015 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
We unfortunately can't run tests as they require running the just build (foreign) executable, but at least it tries and build the Windows code paths.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
This allows to be GTK version agnostic, not to single out GTK3 builds.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Hide spawn_get_program_name(), spawn_async_with_pipes() and spawn_get_exit_status_cb(), which are not used by anyone else and should not be part of the plugin API unless explicitly required. See http://lists.geany.org/pipermail/devel/2015-June/thread.html#9521 Note: this duplicates some documentation when a now hidden function was referred to.
-
- 08 Tem, 2015 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
c++: Properly parse C++11 overrides, finals and noexcepts
-
Colomban Wendling yazdı
While the feature is nice, it might be unexpected and lacks user feedback. This might lead to user thinking they lost their work because they don't know they can undo the reload operation. So, disable the feature by default until we introduce appropriate user feedback allowing the user to learn about the feature and new behavior. See http://lists.geany.org/pipermail/devel/2015-June/thread.html#9537
-
- 07 Tem, 2015 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Win32 Autotools build and installer fixes.
-