| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | GTK+ cleanup: gtk_widget_ref | Alex Valavanis | 2011-07-03 | 1 | -8/+1 | |
| | | | | (bzr r10408) | |||||
| * | Corrected gdl pointer type error | Alex Valavanis | 2011-06-29 | 1 | -1/+2 | |
| |\ | | | | | (bzr r10390) | |||||
| | * | Corrected gdl pointer type error | Alex Valavanis | 2011-06-29 | 1 | -2/+2 | |
| | | | | | | | (bzr r10350.1.11) | |||||
| * | | Fixed initialization issue plus a few warnings. | Jon A. Cruz | 2011-06-29 | 5 | -4/+25 | |
| | | | | | | | (bzr r10386) | |||||
| * | | Fixed missing initializers, mismatching function with too many parameters, ↵ | Jon A. Cruz | 2011-06-28 | 7 | -33/+89 | |
| |/ | | | | | and misc warnings. (bzr r10380) | |||||
| * | Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses it | Alex Valavanis | 2011-06-27 | 2 | -7/+4 | |
| | | | | (bzr r10350.1.10) | |||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 3 | -5/+5 | |
| | | | | (bzr r10350.1.3) | |||||
| * | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 2011-06-15 | 5 | -44/+44 | |
| | | | | (bzr r10302.1.2) | |||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 10 | -50/+50 | |
| | | | | (bzr r10302.1.1) | |||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+23 | |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | |||||
| * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 6 | -13/+14 | |
| | | | | (bzr r10277.1.1) | |||||
| * | Replace deprecated GtkTooltips | Alex Valavanis | 2011-06-12 | 3 | -39/+8 | |
| |\ | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277) | |||||
| | * | Replace use of deprecated GtkTooltips API | Alex Valavanis | 2011-06-05 | 3 | -39/+8 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | |||||
| * | | cmake: | Campbell Barton | 2011-06-13 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | |||||
| * | | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 | |
| | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | |||||
| * | | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -25/+26 | |
| |/ | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | |||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 10 | -16/+8 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| * | Patch to fix return values. Fixes bug #530790. | Jon A. Cruz | 2010-04-18 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/530790 (bzr r9352) | |||||
| * | Per #401826, removing unused dependency on libgnome. Tested on Ubuntu 9.04 & ↵ | Josh Andler | 2009-07-21 | 1 | -1/+0 | |
| | | | | | | 9.10 with no difference in compiler messages or functionality. (bzr r8325) | |||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+4 | |
| | | | | | | sub-libs of inkscape. (bzr r7120) | |||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 3 | -18/+11 | |
| | | | | (bzr r6887) | |||||
| * | libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+2 | |
| | | | | | | depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6176) | |||||
| * | libgdl/gdl-dock-bar.h: Supply missing #includes/declarations so that we ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+1 | |
| | | | | | | don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6175) | |||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -36/+19 | |
| | | | | (bzr r6046) | |||||
| * | fix remaining format warnings | Kees Cook | 2008-04-29 | 2 | -2/+2 | |
| | | | | (bzr r5551) | |||||
| * | Several different i18n issues fixed following report from a_b (adresses bug ↵ | Marcin Floryan | 2008-04-12 | 2 | -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 libs | Joshua L. Blocher | 2008-04-07 | 1 | -4/+8 | |
| | | | | (bzr r5358) | |||||
| * | Adjustments to the lib directory Cmake files | Joshua L. Blocher | 2008-03-30 | 1 | -1/+1 | |
| | | | | (bzr r5250) | |||||
| * | add *.c to libcroco/CMakeFile and libgdl/CMakeFile | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+16 | |
| | | | | (bzr r5248) | |||||
| * | add CMakeFiles for libcroco, libgdl, libnr, libnrtype. | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+22 | |
| | | | | (bzr r5247) | |||||
| * | svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵ | Peter Moulder | 2008-03-29 | 2 | -72/+72 | |
| | | | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227) | |||||
| * | Applying fix from LP #183646 | Mike Pittman | 2008-03-28 | 3 | -1/+88 | |
| | | | | (bzr r5214) | |||||
| * | libgdl: avoid setting a negative preferred height for dock items, | gustav_b | 2007-12-12 | 1 | -1/+1 | |
| | | | | | | fixes a runtime warning. (bzr r4223) | |||||
| * | Remove makefiles that shouldn't be in repos | gustav_b | 2007-11-12 | 1 | -17/+0 | |
| | | | | (bzr r4069) | |||||
| * | Dockable dialogs: Allow in-dock dialogs to be expanded even if there's | gustav_b | 2007-10-25 | 6 | -6/+183 | |
| | | | | | | no "slack". (bzr r3960) | |||||
| * | Removed libgdl component not used by Inkscape. | gustav_b | 2007-09-26 | 4 | -451/+0 | |
| | | | | (bzr r3800) | |||||
| * | Add handling of focus tabbing for GdlDockItem + various DockItem focus | gustav_b | 2007-09-16 | 6 | -23/+155 | |
| | | | | | | fixes. (bzr r3764) | |||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 | |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | |||||
| * | Allow GdlDockItems to take focus, and grab focus on present. Various | gustav_b | 2007-09-10 | 2 | -7/+8 | |
| | | | | | | cleanups. (bzr r3718) | |||||
| * | make it even darker :) | bulia byak | 2007-09-06 | 1 | -1/+1 | |
| | | | | (bzr r3695) | |||||
| * | Prevented automatic center docking from happening and added the | gustav_b | 2007-09-06 | 2 | -14/+5 | |
| | | | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692) | |||||
| * | make the title bar of docked items darker | gustav_b | 2007-09-06 | 1 | -0/+8 | |
| | | | | (bzr r3691) | |||||
| * | Change dock item iconify icon | gustav_b | 2007-08-31 | 1 | -1/+1 | |
| | | | | (bzr r3632) | |||||
| * | Make sure gdl-dock-items created with | gustav_b | 2007-08-31 | 3 | -285/+7 | |
| | | | | | | | GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement. Clean up. (bzr r3631) | |||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 41 | -0/+13794 | |
| (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||||
