summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-112-13/+9
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-112-73/+99
* Merge further bbox workMenTaLguY2007-03-103-51/+73
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-1/+1
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-051-2/+4
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview on/o...Jon A. Cruz2007-03-051-157/+120
* Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz2007-03-031-45/+57
* i18n cleanup and adding extension in more casesJon A. Cruz2007-03-031-13/+29
* Add the file extension even when the prior name has no extension alreadyJon A. Cruz2007-03-031-0/+3
* Speedup when switching types by avoiding setting to a directory we are alread...Jon A. Cruz2007-03-031-1/+3
* Switched from deferred extension appending to live extension swapping in the ...Jon A. Cruz2007-03-022-29/+88
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
* rename flood to paintbucket, copyeditbulia byak2007-02-262-5/+5
* Add flood fill toolJohn Bintz2007-02-252-1/+5
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-212-6/+10
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-202-34/+53
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-205-70/+200
* Partial fix for bug 980157.Bryce Harrington2007-02-201-0/+78
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-79/+79
* now at least the first opening of the first gtkmm dialog opens it in-place wi...bulia byak2007-02-191-3/+2
* New dir for UI cache management codeBryce Harrington2007-02-181-0/+3
* enable click-action and general tooltip for style swatchesbulia byak2007-02-153-8/+45
* spell out Fill and Stroke labelsbulia byak2007-02-151-4/+4
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...bulia byak2007-02-131-5/+4
* angular brackets <> aren't allowedLuca Bruno2007-02-131-1/+1
* readded comment for translators; moved comment to avoid showing in poLuca Bruno2007-02-111-2/+4
* Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips2007-02-111-0/+40
* Cleaned up commentsBob Jamison2007-02-091-10/+65
* First, show translator-credits for this language if available, then show all ...Bob Jamison2007-02-092-361/+497
* Added Esperanto translationLuca Bruno2007-02-061-0/+1
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-212-2/+6
* text fixesbulia byak2007-01-182-7/+7
* text markupbulia byak2007-01-181-2/+2
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-182-6/+31
* height=12bulia byak2007-01-181-1/+1
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-134-17/+18
* Small typofix.Colin Marquardt2007-01-101-1/+1
* Using translator-creditsLuca Bruno2007-01-071-95/+4
* Cleans it from //#ifndef WIN32Johan B. C. Engelen2007-01-061-2/+0
* Small edits to copyright info.Johan B. C. Engelen2007-01-064-4/+9
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo...Johan B. C. Engelen2007-01-064-7/+29
* transientize the color picker window (it's a bare Gtk::Dialog so it requires ...bulia byak2007-01-051-0/+4
* typo fixedLuca Bruno2006-12-301-1/+1
* Clean up internal Python/Perl dialog text; link against the python dynamic li...Kees Cook2006-12-161-0/+20
* improvements to trace dialog: siox button moved above preview frame, and cred...St??phane Gimenez2006-12-101-335/+388
* these didn't compile for me. so let's try this.Aaron Spike2006-11-302-42/+42
* C++ find dialog: only UI issues left (i hope) Testing needed.Johan B. C. Engelen2006-11-292-6/+83
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-294-18/+425
* 'backup' commit. Added widgets to C++-find dialog. Work not finished.Johan B. C. Engelen2006-11-292-18/+79
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79