summaryrefslogtreecommitdiffstats
path: root/src/libgdl (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-03GTK+ cleanup: gtk_object_sinkAlex Valavanis3-12/+7
2011-07-03GTK+ cleanup: gtk_box_pack_start_defaultsAlex Valavanis1-2/+2
2011-07-03GTK+ cleanup: gtk_widget_refAlex Valavanis1-8/+1
2011-06-29Corrected gdl pointer type errorAlex Valavanis1-2/+2
2011-06-29Fixed initialization issue plus a few warnings.Jon A. Cruz5-4/+25
2011-06-28Fixed missing initializers, mismatching function with too many parameters, an...Jon A. Cruz7-33/+89
2011-06-27Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis2-7/+4
2011-06-24Switch to GObjectAlex Valavanis3-5/+5
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis5-44/+44
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis10-50/+50
2011-06-13cmake:Campbell Barton1-1/+23
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis6-13/+14
2011-06-13cmake:Campbell Barton1-3/+1
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-25/+26
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis3-39/+8
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis10-16/+8
2010-04-18Patch to fix return values. Fixes bug #530790.Jon A. Cruz1-1/+1
2009-07-21Per #401826, removing unused dependency on libgnome. Tested on Ubuntu 9.04 & ...Josh Andler1-1/+0
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+4
2008-10-31Merge from trunkTed Gould3-18/+11
2008-07-05libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't de...Peter Moulder1-0/+2
2008-07-05libgdl/gdl-dock-bar.h: Supply missing #includes/declarations so that we don't...Peter Moulder1-0/+1
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-36/+19
2008-04-29fix remaining format warningsKees Cook2-2/+2
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan2-3/+3
2008-04-07Cmake: more fixs for C internal libsJoshua L. Blocher1-4/+8
2008-03-30Adjustments to the lib directory Cmake filesJoshua L. Blocher1-1/+1
2008-03-30add *.c to libcroco/CMakeFile and libgdl/CMakeFileJohan B. C. Engelen1-0/+16
2008-03-30add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen1-0/+22
2008-03-29svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...Peter Moulder2-72/+72
2008-03-28Applying fix from LP #183646Mike Pittman3-1/+88
2007-12-12libgdl: avoid setting a negative preferred height for dock items,gustav_b1-1/+1
2007-11-12Remove makefiles that shouldn't be in reposgustav_b1-17/+0
2007-10-25Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b6-6/+183
2007-09-26Removed libgdl component not used by Inkscape.gustav_b4-451/+0
2007-09-16Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b6-23/+155
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-09-10Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2-7/+8
2007-09-06make it even darker :)bulia byak1-1/+1
2007-09-06Prevented automatic center docking from happening and added thegustav_b2-14/+5
2007-09-06make the title bar of docked items darkergustav_b1-0/+8
2007-08-31Change dock item iconify icongustav_b1-1/+1
2007-08-31Make sure gdl-dock-items created withgustav_b3-285/+7
2007-08-29Dockable dialogs patch applied gustav_b41-0/+13794