> @@ -1287,13 +1285,6 @@ void configuration_apply_settings(void)
> }
> g_free(scribble_text);
>
> - /* set the position of the hpaned and vpaned */
> - if (prefs.save_winpos)
> - {
> - gtk_paned_set_position(GTK_PANED(ui_lookup_widget(main_widgets.window, "hpaned1")), hpan_position);
> - gtk_paned_set_position(GTK_PANED(ui_lookup_widget(main_widgets.window, "vpaned1")), vpan_position);
> - }
> -
I believe the only reason why it was here was that hpan_position and vpan_position were read in this file and accessible only here.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/576/files#r54462474
Add support for compiling G-P using MSYS2/MINGW.
The MINGW check is copied shameless from Geany :).
The path fixups are those which we had for ages in the Waf
build system but never in Autotools.
With those changes, G-P actually start working on Windows.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/374
-- Commit Summary --
* Windows/Mingw support: add check for MINGW environment
* Windows/Mingw support: set appropriate compile-time paths for Windows
-- File Changes --
M build/common.m4 (17)
M build/vars.build.mk (19)
M configure.ac (1)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/374.patchhttps://github.com/geany/geany-plugins/pull/374.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/374
Various fixups for better plugin api docs and in preparation to generating gtkdoc from the doxygen xml output.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/744
-- Commit Summary --
* doxygen: do not sort elements alphabetically
* doxygen: generate xml too in preparation for gtkdoc generation
* plugin api: convert TMSourceFile to GBoxed internally
* plugin api: convert StashGroup to GBoxed internally
* doxygen: various doxygen-related fixes in preparation for gtkdoc generation
-- File Changes --
M doc/Doxyfile.in (12)
M doc/Makefile.am (5)
M doc/pluginsymbols.c (18)
M src/build.h (33)
M src/document.c (18)
M src/editor.c (2)
M src/editor.h (9)
M src/encodings.h (1)
M src/filetypes.c (19)
M src/filetypes.h (14)
M src/keybindings.c (2)
M src/plugindata.h (4)
M src/pluginutils.c (10)
M src/spawn.c (1)
M src/stash.c (53)
M src/stash.h (1)
M src/ui_utils.c (29)
M src/utils.c (15)
M tagmanager/src/tm_source_file.c (37)
M tagmanager/src/tm_source_file.h (3)
M tagmanager/src/tm_tag.c (6)
M tagmanager/src/tm_workspace.c (4)
-- Patch Links --
https://github.com/geany/geany/pull/744.patchhttps://github.com/geany/geany/pull/744.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/744
Waf support needs to be removed as with 1.27 it will be deprecated:
* waf binary
* waf configuration and plugin local scripts
* documentation update to ensure autogen is used for building plugin
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/310
@b4n Would you consider this one for 1.27? I think it would be nice to have those utf8/locale fixed and I believe it isn't that complicated/risky to be applied now.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/547#issuecomment-189892540
@b4n No problem, will ping you at the beginning of the next release cycle (will fix the merge conflicts then in case something else introduces more conflicts in the meantime).
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/485#issuecomment-189891982