summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* set minimal appearace for toolbar widgetbulia byak2007-09-101-0/+1
| | | (bzr r3713)
* Ensure active unit member pointer is always initialized, fixes 1784559Jon A. Cruz2007-09-021-1/+3
| | | (bzr r3661)
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in ↵bulia byak2007-08-111-7/+7
| | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-282-3/+32
| | | | | they are correctly parented (bzr r3328)
* Remove unused function sp_png_write_rgba (and its helper function ↵Peter Moulder2007-06-252-53/+19
| | | | | | | | sp_png_get_block_stripe). (sp_png_write_rgba_striped): Don't export this function. Change return type from int to bool. (sp_export_png_file): Change return type from int to bool. (bzr r3103)
* noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix.Peter Moulder2007-06-251-8/+5
| | | (bzr r3102)
* CodingStyle: whitespacePeter Moulder2007-06-251-152/+163
| | | (bzr r3101)
* CodingStyle: const usagePeter Moulder2007-06-251-13/+16
| | | (bzr r3100)
* add document to action events (when possible)MenTaLguY2007-05-101-3/+5
| | | (bzr r2997)
* add document to action eventsMenTaLguY2007-05-101-0/+6
| | | (bzr r2996)
* allow nesting under verb eventsMenTaLguY2007-05-061-1/+2
| | | (bzr r2980)
* instrument actionsMenTaLguY2007-05-061-0/+26
| | | (bzr r2978)
* Replacing old multifunction widget with separate widget & modelJon A. Cruz2007-04-053-0/+341
| | | (bzr r2820)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+6
| | | (bzr r2723)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* fix by jasper for bug 1631016bulia byak2007-01-121-23/+27
| | | (bzr r2195)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
| | | (bzr r2077)
* export bitmap at maximum blur rendering qualitybulia byak2006-10-091-0/+9
| | | (bzr r1783)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-255-7/+7
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-12/+12
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-12/+12
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-235-7/+7
| | | | | one major janitorial task we identified.... (bzr r1633)
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-172-0/+213
| | | (bzr r1430)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-092-1/+34
| | | (bzr r1379)
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-222-5/+6
| | | (bzr r1262)
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-281-0/+12
| | | (bzr r601)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* moving trunk for module inkscapeMenTaLguY2006-01-1624-0/+2839
(bzr r1)