- 13 Oct, 2010 1 commit
-
-
Tristan Van Berkom authored
-
- 31 Aug, 2010 1 commit
-
-
Javier Jardón authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609781
-
- 30 Aug, 2010 2 commits
-
-
Diego Escalante Urrelo authored
GtkActions set the visibility of their proxies by themselves, we don't have to force the visibility with gtk_widget_show. Bug #628362
-
Diego Escalante Urrelo authored
Shuts up warnings when using the toolbar editor. Bug #628361
-
- 14 Aug, 2010 1 commit
-
-
Jonh Wendell authored
-
- 09 Aug, 2010 1 commit
-
-
Philip Withnall authored
-
- 10 Apr, 2010 8 commits
-
-
Andre Klapper authored
-
Andre Klapper authored
-
Andre Klapper authored
-
Andre Klapper authored
-
Andre Klapper authored
-
Andre Klapper authored
-
Andre Klapper authored
-
Andre Klapper authored
Ifdef GTK_WIDGET_REALIZED and GTK_WIDGET_NO_WINDOW for compiling with -DGSEAL_ENABLE. See bug 615348.
-
- 16 Feb, 2010 1 commit
-
-
Javier Jardón authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609763
-
- 29 Jan, 2010 1 commit
-
-
Chris Coulson authored
Add egg_desktop_file_get_integer() for reading integer values from desktop files
-
- 13 Jan, 2010 1 commit
-
-
Vincent Untz authored
For this, the mode should be set to EGG_SM_CLIENT_MODE_DISABLED early in the application, and then setting the mode to EGG_SM_CLIENT_MODE_NO_RESTART or EGG_SM_CLIENT_MODE_NORMAL will make the registration occur if needed. This is useful for applications that need to control how the session registration is done, like gnome-panel. Internally, this means that instead of creating a dummy EggSMClient object when the mode is EGG_SM_CLIENT_MODE_DISABLED, we directly create the right object, but we don't connect to the session manager when parsing the options. Also, some checks are now done in egg_sm_client_set_mode() so that the mode cannot be changed in ways that wouldn't work (eg: changing the state to EGG_SM_CLIENT_MODE_DISABLED while the client has already connected to the sessio manager).
-
- 21 Sep, 2009 1 commit
-
-
Philip Withnall authored
-
- 13 Sep, 2009 1 commit
-
-
Christian Persch authored
Make egg_file_format_filter_info() static. Bug #595020.
-
- 12 Sep, 2009 1 commit
-
-
Philip Withnall authored
Replace uses of __FUNCTION__ with G_STRFUNC in the file format chooser. Re-closes: bgo#568511
-
- 22 Aug, 2009 1 commit
-
-
Daniel Macks authored
Remove unneeded gtkquartz.h so that it builds also when using X11 on OSX.
-
- 29 Jun, 2009 1 commit
-
-
The code was assuming that a NULL element was added at the end of the GPtrArray, which was not always the case for failures. This is the end of http://bugzilla.gnome.org/show_bug.cgi?id=547443
-
- 25 Jun, 2009 2 commits
-
-
Christian Persch authored
Add a variant of egg_set_desktop_file() that does not set the application namd and default window icon from the desktop file. Bug #586128.
-
Christian Persch authored
-
- 12 May, 2009 1 commit
-
-
Christian Persch authored
-
- 02 May, 2009 3 commits
-
-
Vincent Untz authored
-
Vincent Untz authored
-
Vincent Untz authored
Since GTK+ 2.16 has all the features necessary to replace the EggTray code, we can finally remove EggTray. This was decided back in December 2008.
-
- 08 Apr, 2009 1 commit
-
-
Dan Winship authored
* eggsmclient-xsmp.c (save_state): Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source() returns a URI, not a filename. svn path=/trunk/; revision=938
-
- 07 Apr, 2009 1 commit
-
-
Felix Riemann authored
2009-04-07 Felix Riemann <friemann@svn.gnome.org> * libegg/toolbareditor/egg-editable-toolbar.c: (drag_begin_cb), (drag_end_cb), (configure_item_tooltip): Fix deprecated GTK+ symbols in the toolbareditor in a backwards compatible way. Fixes bug #578219. svn path=/trunk/; revision=937
-
- 24 Mar, 2009 4 commits
-
-
Christian Persch authored
svn path=/trunk/; revision=936
-
Christian Persch authored
* libegg/toolpalette/eggenumaction.c: (egg_enum_action_dispose): Use g_object_unref() on a GtkTreeModel, not g_type_class_unref(). Bug #576602. svn path=/trunk/; revision=935
-
Christian Persch authored
svn path=/trunk/; revision=934
-
Christian Persch authored
so that sessions stored using GnomeClient can be restored successfully when the application now uses EggSMClient. See bug #575308. svn path=/trunk/; revision=933
-
- 26 Feb, 2009 1 commit
-
-
Vincent Untz authored
2009-02-26 Vincent Untz <vuntz@gnome.org> * configure.in: add a note explaining how libegg works * doc/*: fix the build * libegg/Makefile.am: don't compile the icon chooser, it's broken right now. Based on patch by Martin Olsson <mnemo@minimum.se> Fix bug #572557. svn path=/trunk/; revision=932
-
- 20 Feb, 2009 1 commit
-
-
Philip Withnall authored
2009-02-20 Philip Withnall <philip@tecnocode.co.uk> * eggdesktopfile.c (egg_desktop_file_launchv): Patch from Martin <mnemo@minimum.se> to fix freeing uninitialised memory in libegg. Bug #572540. svn path=/trunk/; revision=931
-
- 19 Feb, 2009 2 commits
-
-
Felix Riemann authored
2009-02-19 Felix Riemann <friemann@svn.gnome.org> * libegg/toolbareditor/eggtreemultidnd.c: * libegg/toolbareditor/eggtreemultidnd.h: * libegg/toolbareditor/update-toolbareditor-from-libegg.sh: Drop redundant eggtreemultidnd copy from tbeditor repository. svn path=/trunk/; revision=930
-
Felix Riemann authored
2009-02-19 Felix Riemann <friemann@svn.gnome.org> * libegg/toolbareditor/*.c: * libegg/toolbareditor/*.h: Strip trailing whitespaces and readd accidentially removed function prototype. Fixes bug #572418. svn path=/trunk/; revision=929
-
- 16 Feb, 2009 1 commit
-
-
Johannes Schmid authored
2009-02-16 Johannes Schmid <jschmid@openismus.com> * libegg/toolpalette/eggtoolitemgroup.c (egg_tool_item_group_set_property), (egg_tool_item_group_get_property), (egg_tool_item_group_set_header_relief), (egg_tool_item_group_get_header_relief): * libegg/toolpalette/eggtoolitemgroup.h: * libegg/toolpalette/testtoolpalette.c (view_relief_changed_cb), (view_relief_changed), (create_ui): Implemented "header-relief" property svn path=/trunk/; revision=928
-
- 10 Feb, 2009 1 commit
-
-
Philip Withnall authored
2009-02-10 Philip Withnall <philip@tecnocode.co.uk> * libegg/fileformatchooser/eggfileformatchooser.h: Fixed to use single includes for GTK+. (Closes: #568337) svn path=/trunk/; revision=927
-