summaryrefslogtreecommitdiffstats
path: root/src/libgdl/gdl-dock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-1365/+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-7/+4
| | | | | unsigned numbers with integers, note that the result of (gint - guint) is unsigned! (bzr r13171)
* GDL: Drop placement patchesAlex Valavanis2011-12-291-21/+15
| | | (bzr r10801)
* GDL: Rebase on upstream commit 871CA (2010-06-26)Alex Valavanis2011-12-221-54/+55
| | | (bzr r10794)
* GDL: rebase on upstream commit 012C4 (2010-05-02)Alex Valavanis2011-12-221-11/+16
| | | (bzr r10793)
* GDL: rebase on upstream commit 19723 (2010-04-18)Alex Valavanis2011-12-221-10/+7
| | | (bzr r10789)
* Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-101-15/+0
| | | (bzr r10436)
* Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-091-0/+2
| | | (bzr r10435)
* Fixed missing initializers, mismatching function with too many parameters, ↵Jon A. Cruz2011-06-281-11/+27
| | | | | 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-13/+13
| | | (bzr r10302.1.2)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-1/+1
| | | (bzr r10277.1.1)
* Prevented automatic center docking from happening and added thegustav_b2007-09-061-10/+4
| | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692)
* Make sure gdl-dock-items created withgustav_b2007-08-311-2/+4
| | | | | | GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement. Clean up. (bzr r3631)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+1372
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)