summaryrefslogtreecommitdiffstats
path: root/src/libgdl/gdl-switcher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-1031/+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-3/+2
| | | | | unsigned numbers with integers, note that the result of (gint - guint) is unsigned! (bzr r13171)
* fix memleak (rows)Johan B. C. Engelen2013-08-051-1/+3
| | | (bzr r12468)
* cppcheck fix: Memory leak: rowsJohan B. C. Engelen2013-08-031-47/+50
| | | (bzr r12449)
* GDL: Merge upstream patch 912AE (2012-02-20) - Fixed some const warningsAlex Valavanis2012-02-251-4/+4
| | | (bzr r11014)
* Cherry-pick upstream GDL patch 31886 (2011-08-08). Avoid a crash when the ↵Alex Valavanis2012-01-291-0/+2
| | | | | | | | pane width is smaller than a button Fixed bugs: - https://launchpad.net/bugs/923241 (bzr r10923)
* GDL: Drop placement patchesAlex Valavanis2011-12-291-5/+3
| | | (bzr r10801)
* GDL: Rebase on upstream commit 871CA (2010-06-26)Alex Valavanis2011-12-221-33/+31
| | | (bzr r10794)
* GDL: rebase on upstream commit 19B12 (2010-04-24)Alex Valavanis2011-12-221-6/+52
| | | (bzr r10791)
* Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-101-153/+53
| | | (bzr r10436)
* Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-091-1/+1
| | | (bzr r10435)
* Merge upstream GDL 2.23.90 changesAlex Valavanis2011-07-091-4/+19
| | | (bzr r10433)
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-091-6/+6
| | | (bzr r10430)
* Fixed missing initializers, mismatching function with too many parameters, ↵Jon A. Cruz2011-06-281-5/+13
| | | | | and misc warnings. (bzr r10380)
* Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis2011-06-271-4/+1
| | | (bzr r10350.1.10)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-1/+1
| | | (bzr r10277.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-16/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Patch to fix return values. Fixes bug #530790.Jon A. Cruz2010-04-181-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/530790 (bzr r9352)
* Per #401826, removing unused dependency on libgnome. Tested on Ubuntu 9.04 & ↵Josh Andler2009-07-211-1/+0
| | | | | 9.10 with no difference in compiler messages or functionality. (bzr r8325)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+1081
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)