summaryrefslogtreecommitdiffstats
path: root/src/libgdl/gdl-dock-object.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-1027/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1)
* Fix compiler warnings. These appear to fix some genuine bugs too (comparing ↵Johan B. C. Engelen2014-03-201-1/+1
| | | | | unsigned numbers with integers, note that the result of (gint - guint) is unsigned! (bzr r13171)
* GDL: Replace deprecated GRelation APIAlex Valavanis2012-02-251-33/+86
| | | | | | Fixed bugs: - https://launchpad.net/bugs/933058 (bzr r11013)
* Fix remaining glib deprecation and define compiler macrosAlex Valavanis2012-02-151-1/+1
| | | (bzr r10983)
* GDL: Drop placement patchesAlex Valavanis2011-12-291-6/+1
| | | (bzr r10801)
* GDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value.Alex Valavanis2011-12-261-2/+2
| | | (bzr r10796)
* GDL: Rebase on upstream commit 871CA (2010-06-26)Alex Valavanis2011-12-221-28/+26
| | | (bzr r10794)
* GDL: rebase on upstream commit 19B12 (2010-04-24)Alex Valavanis2011-12-221-2/+2
| | | (bzr r10791)
* GDL: rebase on upstream commit F29CB (2010-04-18)Alex Valavanis2011-12-221-1/+8
| | | (bzr r10790)
* Replace deprecated G_CONST_RETURN glib symbol with constAlex Valavanis2011-12-081-1/+1
| | | (bzr r10763)
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-091-5/+32
| | | (bzr r10430)
* GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-1/+1
| | | (bzr r10411)
* Fixed missing initializers, mismatching function with too many parameters, ↵Jon A. Cruz2011-06-281-1/+6
| | | | | and misc warnings. (bzr r10380)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+942
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)