summaryrefslogtreecommitdiffstats
path: root/src/libgdl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix remaining format warningsKees Cook2008-04-292-2/+2
| | | (bzr r5551)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-122-3/+3
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* Cmake: more fixs for C internal libsJoshua L. Blocher2008-04-071-4/+8
| | | (bzr r5358)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-301-1/+1
| | | (bzr r5250)
* add *.c to libcroco/CMakeFile and libgdl/CMakeFileJohan B. C. Engelen2008-03-301-0/+16
| | | (bzr r5248)
* add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen2008-03-301-0/+22
| | | (bzr r5247)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-292-72/+72
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* Applying fix from LP #183646Mike Pittman2008-03-283-1/+88
| | | (bzr r5214)
* libgdl: avoid setting a negative preferred height for dock items,gustav_b2007-12-121-1/+1
| | | | | fixes a runtime warning. (bzr r4223)
* Remove makefiles that shouldn't be in reposgustav_b2007-11-121-17/+0
| | | (bzr r4069)
* Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2007-10-256-6/+183
| | | | | no "slack". (bzr r3960)
* Removed libgdl component not used by Inkscape.gustav_b2007-09-264-451/+0
| | | (bzr r3800)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-166-23/+155
| | | | | fixes. (bzr r3764)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-102-7/+8
| | | | | cleanups. (bzr r3718)
* make it even darker :)bulia byak2007-09-061-1/+1
| | | (bzr r3695)
* Prevented automatic center docking from happening and added thegustav_b2007-09-062-14/+5
| | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692)
* 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)
* Make sure gdl-dock-items created withgustav_b2007-08-313-285/+7
| | | | | | GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement. Clean up. (bzr r3631)
* Dockable dialogs patch applied gustav_b2007-08-2941-0/+13794
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)