summaryrefslogtreecommitdiffstats
path: root/src/libgdl/gdl-dock-item-grip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-809/+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)
* Fix compiler warnings. These appear to fix some genuine bugs too (comparing ↵Johan B. C. Engelen2014-03-201-3/+2
| | | | | unsigned numbers with integers, note that the result of (gint - guint) is unsigned! (bzr r13171)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Make docked dialogs indicate focusAlex Valavanis2012-05-171-0/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/950556 (bzr r11377)
* GDL: Drop placement patchesAlex Valavanis2011-12-291-6/+0
| | | (bzr r10801)
* GDL: Rebase on upstream commit 2648F (2010-10-26)Alex Valavanis2011-12-231-3/+6
| | | (bzr r10795)
* GDL: Rebase on upstream commit 871CA (2010-06-26)Alex Valavanis2011-12-221-73/+89
| | | (bzr r10794)
* GDL: rebase on upstream commit 19723 (2010-04-18)Alex Valavanis2011-12-221-4/+4
| | | (bzr r10789)
* Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-101-266/+318
| | | (bzr r10436)
* Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-091-42/+57
| | | (bzr r10435)
* Merge upstream GDL 2.23.90 changesAlex Valavanis2011-07-091-2/+2
| | | (bzr r10433)
* Merge upstream GDL 0.7.10 changesAlex Valavanis2011-07-091-2/+4
| | | (bzr r10432)
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-091-2/+2
| | | (bzr r10430)
* Corrected gdl pointer type errorAlex Valavanis2011-06-291-1/+2
|\ | | | | (bzr r10390)
| * Corrected gdl pointer type errorAlex Valavanis2011-06-291-2/+2
| | | | | | (bzr r10350.1.11)
* | Fixed initialization issue plus a few warnings.Jon A. Cruz2011-06-291-2/+10
|/ | | (bzr r10386)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-2/+2
| | | (bzr r10302.1.2)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-3/+3
| | | (bzr r10277.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-13/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-4/+7
| | | | | fixes. (bzr r3764)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-101-7/+7
| | | | | cleanups. (bzr r3718)
* make it even darker :)bulia byak2007-09-061-1/+1
| | | (bzr r3695)
* make the title bar of docked items darkergustav_b2007-09-061-0/+8
| | | (bzr r3691)
* Change dock item iconify icongustav_b2007-08-311-1/+1
| | | (bzr r3632)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+711
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)