summaryrefslogtreecommitdiffstats
path: root/src/libgdl/gdl-dock-item.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-2401/+0
* Revert custom gdl patch (focus indicator of docked dialogs) for Quartz backen...su_v2015-08-231-0/+3
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-11/+0
* Make docked dialogs indicate focusAlex Valavanis2012-05-171-0/+3
* Define missing key macros for GTK < 2.22Alex Valavanis2011-12-301-0/+11
* GDL: Drop placement patchesAlex Valavanis2011-12-291-21/+10
* GDL: Fix Gtk warnings. Thanks to John Smith for patch.Alex Valavanis2011-12-291-1/+5
* GDL: Fix deprecated GDK key symbolsAlex Valavanis2011-12-281-7/+7
* GDL: Fix GSEAL issuesAlex Valavanis2011-12-281-3/+3
* GDL: Rebase on upstream commit 871CA (2010-06-26)Alex Valavanis2011-12-221-84/+110
* GDL: rebase on upstream commit 012C4 (2010-05-02)Alex Valavanis2011-12-221-1/+3
* GDL: rebase on upstream commit 3CE71 (2010-04-24)Alex Valavanis2011-12-221-6/+67
* GDL: rebase on upstream commit 19723 (2010-04-18)Alex Valavanis2011-12-221-6/+8
* another g_return_if_fail -> g_return_val_if_fail & add include to cmake.Campbell Barton2011-07-281-1/+1
* Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-101-0/+47
* Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-091-40/+221
* Merge upstream GDL 2.23.90 changesAlex Valavanis2011-07-091-1/+1
* Merge upstream GDL 0.7.9 changesAlex Valavanis2011-07-091-1/+1
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-091-12/+35
* GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-9/+5
* GTK+ cleanup: gtk_widget_refAlex Valavanis2011-07-031-8/+1
* Fixed missing initializers, mismatching function with too many parameters, an...Jon A. Cruz2011-06-281-12/+23
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-18/+18
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-5/+5
* Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan2008-04-121-1/+1
* libgdl: avoid setting a negative preferred height for dock items,gustav_b2007-12-121-1/+1
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-0/+120
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-101-0/+1
* Dockable dialogs patch applied gustav_b2007-08-291-0/+1939