summaryrefslogtreecommitdiffstats
path: root/src/libgdl/gdl-dock-item.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-2401/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1)
* Revert custom gdl patch (focus indicator of docked dialogs) for Quartz ↵su_v2015-08-231-0/+3
| | | | | | | | backend (bug #1363998) Fixed bugs: - https://launchpad.net/bugs/1363998 (bzr r14319)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-11/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Make docked dialogs indicate focusAlex Valavanis2012-05-171-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/950556 (bzr r11377)
* Define missing key macros for GTK < 2.22Alex Valavanis2011-12-301-0/+11
| | | (bzr r10809)
* GDL: Drop placement patchesAlex Valavanis2011-12-291-21/+10
| | | (bzr r10801)
* GDL: Fix Gtk warnings. Thanks to John Smith for patch.Alex Valavanis2011-12-291-1/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/907157 (bzr r10800)
* GDL: Fix deprecated GDK key symbolsAlex Valavanis2011-12-281-7/+7
| | | (bzr r10799)
* GDL: Fix GSEAL issuesAlex Valavanis2011-12-281-3/+3
| | | (bzr r10797)
* GDL: Rebase on upstream commit 871CA (2010-06-26)Alex Valavanis2011-12-221-84/+110
| | | (bzr r10794)
* GDL: rebase on upstream commit 012C4 (2010-05-02)Alex Valavanis2011-12-221-1/+3
| | | (bzr r10793)
* GDL: rebase on upstream commit 3CE71 (2010-04-24)Alex Valavanis2011-12-221-6/+67
| | | (bzr r10792)
* GDL: rebase on upstream commit 19723 (2010-04-18)Alex Valavanis2011-12-221-6/+8
| | | (bzr r10789)
* another g_return_if_fail -> g_return_val_if_fail & add include to cmake.Campbell Barton2011-07-281-1/+1
| | | (bzr r10511)
* Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-101-0/+47
| | | (bzr r10436)
* Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-091-40/+221
| | | (bzr r10435)
* Merge upstream GDL 2.23.90 changesAlex Valavanis2011-07-091-1/+1
| | | (bzr r10433)
* Merge upstream GDL 0.7.9 changesAlex Valavanis2011-07-091-1/+1
| | | (bzr r10431)
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-091-12/+35
| | | (bzr r10430)
* GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-9/+5
| | | (bzr r10411)
* GTK+ cleanup: gtk_widget_refAlex Valavanis2011-07-031-8/+1
| | | (bzr r10408)
* Fixed missing initializers, mismatching function with too many parameters, ↵Jon A. Cruz2011-06-281-12/+23
| | | | | and misc warnings. (bzr r10380)
* Switch to GObjectAlex Valavanis2011-06-241-2/+2
| | | (bzr r10350.1.3)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-18/+18
| | | (bzr r10302.1.2)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-5/+5
| | | (bzr r10277.1.1)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-1/+1
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* libgdl: avoid setting a negative preferred height for dock items,gustav_b2007-12-121-1/+1
| | | | | fixes a runtime warning. (bzr r4223)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-0/+120
| | | | | fixes. (bzr r3764)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-101-0/+1
| | | | | cleanups. (bzr r3718)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+1939
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)