summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add specific location for compiler flags; like optimization, define, debug ↵Johan B. C. Engelen2008-03-312-2/+9
| | | | | and warning flags (bzr r5274)
* Cmake: added more Platform File ChecksJoshua L. Blocher2008-03-313-4/+25
| | | (bzr r5273)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-3111-414/+1509
| | | (bzr r5272)
* Add binding enginesBob Jamison2008-03-314-0/+0
| | | (bzr r5271)
* Add simple <jar> task. Separate "builddist" targetBob Jamison2008-03-312-25/+83
| | | (bzr r5270)
* Cmake: Start of Platform ChecksJoshua L. Blocher2008-03-313-2/+6
| | | (bzr r5269)
* Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵Bob Jamison2008-03-312-6/+8
| | | | | each language supported (bzr r5268)
* Cmake:Adding Source Files to the CMakeLists.txt in src directoryJoshua L. Blocher2008-03-311-0/+4
| | | (bzr r5267)
* implement filter toggleMenTaLguY2008-03-316-25/+36
| | | (bzr r5266)
* lay groundwork for non-filter view modeMenTaLguY2008-03-3113-47/+73
| | | (bzr r5265)
* cmake: add finding script for garbage collector!Johan B. C. Engelen2008-03-302-1/+29
| | | (bzr r5264)
* cmake: remove file to find gtk2, because it is not needed and not used.Johan B. C. Engelen2008-03-301-348/+0
| | | (bzr r5263)
* Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher2008-03-303-4/+16
| | | (bzr r5262)
* cmake: add C to project definition for the two C directories that we buildJohan B. C. Engelen2008-03-301-1/+1
| | | (bzr r5261)
* cmake: remove debug messageJohan B. C. Engelen2008-03-301-2/+1
| | | (bzr r5260)
* cmake: add boost to the include directories when it is foundJohan B. C. Engelen2008-03-301-0/+1
| | | (bzr r5259)
* fix creation of CXX flags stringJohan B. C. Engelen2008-03-301-1/+2
| | | (bzr r5258)
* Cmake: cflags fixJoshua L. Blocher2008-03-302-4/+5
| | | (bzr r5257)
* Final fix to boost finding on windows for cmakeJohan B. C. Engelen2008-03-302-6/+5
| | | (bzr r5256)
* clean up FindBoost.cmakeJohan B. C. Engelen2008-03-301-20/+1
| | | (bzr r5255)
* Cmake: FindBoost added for dependencyJoshua L. Blocher2008-03-301-1/+2
| | | (bzr r5254)
* fix finding boost for windows.Johan B. C. Engelen2008-03-301-5/+8
| | | (bzr r5253)
* add boost path to mingwenv.batJohan B. C. Engelen2008-03-301-1/+2
| | | (bzr r5252)
* add glibmm and add version numbers: glib-2.0 and glibmm-2.4Johan B. C. Engelen2008-03-301-1/+1
| | | (bzr r5251)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-306-4/+18
| | | (bzr r5250)
* update mingwenv.bat to include cmake and pkgconfig path.Johan B. C. Engelen2008-03-301-2/+4
| | | (bzr r5249)
* add *.c to libcroco/CMakeFile and libgdl/CMakeFileJohan B. C. Engelen2008-03-302-0/+43
| | | (bzr r5248)
* add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen2008-03-304-0/+191
| | | (bzr r5247)
* revert Makefile changes accidentally committed (sorry to make this mistake ↵Johan B. C. Engelen2008-03-302-214/+38
| | | | | again :( (bzr r5246)
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-307-38/+331
| | | (bzr r5245)
* revert Makefile changes accidentally committedJohan B. C. Engelen2008-03-302-214/+38
| | | (bzr r5244)
* add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen2008-03-304-38/+247
| | | (bzr r5243)
* aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to ↵Johan B. C. Engelen2008-03-301-0/+16
| | | | | "if defined" include files (bzr r5242)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-307-0/+176
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-305-0/+209
| | | (bzr r5240)
* add CMakeLists.txt file for src/inkjarJohan B. C. Engelen2008-03-301-0/+4
| | | (bzr r5239)
* add CMakeLists.txt file for src/graphlayoutJohan B. C. Engelen2008-03-301-0/+4
| | | (bzr r5238)
* New LPE: Circle (with center at the first point and passing through the last ↵Maximilian Albert2008-03-305-2/+168
| | | | | | | point of the original path). This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08. (bzr r5237)
* Factor out join endpoints validation & initialization codeJohn Bintz2008-03-301-54/+65
| | | (bzr r5236)
* Untested: packaging/macosx/Resources/script: Improve [notwithstanding ↵Peter Moulder2008-03-301-8/+9
| | | | | | | untestedness] quoting. Note that one change is that the new version uses ‘/home/pmoulder’ in .xinitrc where the previous version used ‘/home/jrl’ or whatever. Add FIXME comment about insecure /tmp file. (bzr r5235)
* * packaging/macosx/Resources/script: Fx for loading the app bundle onmjwybrow2008-03-301-3/+8
| | | | | 10.4 systems and prior. (bzr r5234)
* add CMakeLists.txt files for live_effectsJohan B. C. Engelen2008-03-292-0/+56
| | | (bzr r5233)
* Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert2008-03-294-12/+9
| | | (bzr r5232)
* nr_matrix_inverse is no more, removed test from nr-matrix-test.hJasper van de Gronde2008-03-291-30/+1
| | | (bzr r5231)
* svn propset svn:eol-style native **/todo.txtPeter Moulder2008-03-292-16/+16
| | | (bzr r5230)
* svn propset svn:eol-style native *.inxPeter Moulder2008-03-2933-586/+586
| | | (bzr r5229)
* svn propset svn:eol-style native *.pyPeter Moulder2008-03-2944-3198/+3198
| | | (bzr r5228)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-2911-1272/+1272
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* noop: Translate some comments. Use utf-8 for originals.Peter Moulder2008-03-291-9/+10
| | | (bzr r5226)
* fix crash on pasting from empty clipboardJohan B. C. Engelen2008-03-281-89/+99
| | | (bzr r5225)