summaryrefslogtreecommitdiffstats
path: root/src/libgdl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* another g_return_if_fail -> g_return_val_if_fail & add include to cmake.Campbell Barton2011-07-281-1/+1
| | | (bzr r10511)
* fix for build error when not returning a value in libgdl & minor style edit.Campbell Barton2011-07-281-1/+1
| | | (bzr r10510)
* update cmake for new filesCampbell Barton2011-07-131-5/+5
| | | (bzr r10447)
* Drop some unused gdl files that cause build failure on WindowsAlex Valavanis2011-07-115-1961/+0
| | | (bzr r10440)
* Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-1024-1190/+861
| | | (bzr r10436)
* Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-097-88/+283
| | | (bzr r10435)
* Merge upstream GDL 2.24.0 changesAlex Valavanis2011-07-0913-2568/+0
| | | (bzr r10434)
* Merge upstream GDL 2.23.90 changesAlex Valavanis2011-07-097-25/+40
| | | (bzr r10433)
* Merge upstream GDL 0.7.10 changesAlex Valavanis2011-07-091-2/+4
| | | (bzr r10432)
* Merge upstream GDL 0.7.9 changesAlex Valavanis2011-07-092-2/+3
| | | (bzr r10431)
* Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-0927-29/+5028
| | | (bzr r10430)
* GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-033-12/+7
| | | (bzr r10411)
* GTK+ cleanup: gtk_box_pack_start_defaultsAlex Valavanis2011-07-031-2/+2
| | | (bzr r10410)
* GTK+ cleanup: gtk_widget_refAlex Valavanis2011-07-031-8/+1
| | | (bzr r10408)
* Corrected gdl pointer type errorAlex Valavanis2011-06-291-1/+2
|\ | | | | (bzr r10390)
| * Corrected gdl pointer type errorAlex Valavanis2011-06-291-2/+2
| | | | | | (bzr r10350.1.11)
* | Fixed initialization issue plus a few warnings.Jon A. Cruz2011-06-295-4/+25
| | | | | | (bzr r10386)
* | Fixed missing initializers, mismatching function with too many parameters, ↵Jon A. Cruz2011-06-287-33/+89
|/ | | | | and misc warnings. (bzr r10380)
* Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis2011-06-272-7/+4
| | | (bzr r10350.1.10)
* Switch to GObjectAlex Valavanis2011-06-243-5/+5
| | | (bzr r10350.1.3)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-155-44/+44
| | | (bzr r10302.1.2)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-1410-50/+50
| | | (bzr r10302.1.1)
* cmake:Campbell Barton2011-06-131-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 macrosAlex Valavanis2011-06-126-13/+14
| | | (bzr r10277.1.1)
* Replace deprecated GtkTooltipsAlex Valavanis2011-06-123-39/+8
|\ | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277)
| * Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-053-39/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* | cmake:Campbell Barton2011-06-131-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 Barton2011-06-121-2/+2
| | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* | work in progress cmake commit:Campbell Barton2011-06-121-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 transitionAlex Valavanis2011-06-0310-16/+8
| | | | | | 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)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+4
| | | | | sub-libs of inkscape. (bzr r7120)
* Merge from trunkTed Gould2008-10-313-18/+11
| | | (bzr r6887)
* libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder2008-07-051-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 Moulder2008-07-051-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 listsJoshua L. Blocher2008-06-241-36/+19
| | | (bzr r6046)
* 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)