summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use <errno.h> instead of assuming extern intBob Jamison2007-03-221-1/+1
| | | (bzr r2733)
* Make sure there is a decl for "errno"Bob Jamison2007-03-211-5/+5
| | | (bzr r2731)
* Do some cleanupBob Jamison2007-03-211-35/+48
| | | (bzr r2728)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-204-104/+297
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* patch by cilix42 for bug 1671665bulia byak2007-03-192-14/+20
| | | (bzr r2719)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
| | | | | (Falk Hueffner) (bzr r2695)
* move masks to their own page, move tablet checkbox to mouse, copyeditbulia byak2007-03-182-15/+24
| | | (bzr r2689)
* re-introduce isEmpty testsMenTaLguY2007-03-171-1/+1
| | | (bzr r2679)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-112-13/+9
| | | (bzr r2605)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-112-73/+99
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-103-51/+73
| | | (bzr r2596)
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-1/+1
| | | | | avoid some copies (bzr r2582)
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-051-2/+4
| | | (bzr r2557)
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵Jon A. Cruz2007-03-051-157/+120
| | | | | on/off in filedialogs (bzr r2553)
* Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz2007-03-031-45/+57
| | | (bzr r2524)
* i18n cleanup and adding extension in more casesJon A. Cruz2007-03-031-13/+29
| | | (bzr r2518)
* Add the file extension even when the prior name has no extension alreadyJon A. Cruz2007-03-031-0/+3
| | | (bzr r2515)
* Speedup when switching types by avoiding setting to a directory we are ↵Jon A. Cruz2007-03-031-1/+3
| | | | | already set to (bzr r2514)
* Switched from deferred extension appending to live extension swapping in the ↵Jon A. Cruz2007-03-022-29/+88
| | | | | dialog (bzr r2494)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* rename flood to paintbucket, copyeditbulia byak2007-02-262-5/+5
| | | (bzr r2449)
* Add flood fill toolJohn Bintz2007-02-252-1/+5
| | | (bzr r2432)
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-212-6/+10
| | | | | | marker dropdown with the same preview image as the unmodified stock marker. This adds the source document's uri to the cache index. (bzr r2413)
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-202-34/+53
| | | | | Making the marker dropdowns static so they can be updated. (bzr r2403)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-205-70/+200
| | | (bzr r2402)
* Partial fix for bug 980157.Bryce Harrington2007-02-201-0/+78
| | | | | | | | | | This commit disables the code that prevents stock markers from appearing at the top of the marker menu, as discussed in the bug report. Additionally, this patch factors out the pixmap rendering code, which is nearly identical to the rendering code in icon.cpp (and perhaps elsewhere). (bzr r2401)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-79/+79
| | | (bzr r2399)
* now at least the first opening of the first gtkmm dialog opens it in-place ↵bulia byak2007-02-191-3/+2
| | | | | without jumping. still can't make it work for all cases. (bzr r2397)
* New dir for UI cache management codeBryce Harrington2007-02-181-0/+3
| | | (bzr r2393)
* enable click-action and general tooltip for style swatchesbulia byak2007-02-153-8/+45
| | | (bzr r2378)
* spell out Fill and Stroke labelsbulia byak2007-02-151-4/+4
| | | (bzr r2377)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-131-5/+4
| | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374)
* angular brackets <> aren't allowedLuca Bruno2007-02-131-1/+1
| | | (bzr r2372)
* readded comment for translators; moved comment to avoid showing in poLuca Bruno2007-02-111-2/+4
| | | (bzr r2365)
* Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips2007-02-111-0/+40
| | | | | | GNOME-VFS URIs. We could do before on commandline, but this allows us to with the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library. (bzr r2357)
* Cleaned up commentsBob Jamison2007-02-091-10/+65
| | | (bzr r2346)
* First, show translator-credits for this language if available, then show all ↵Bob Jamison2007-02-092-361/+497
| | | | | translators (bzr r2345)
* Added Esperanto translationLuca Bruno2007-02-061-0/+1
| | | (bzr r2333)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-212-2/+6
| | | | | create methods to match DOM (bzr r2253)
* text fixesbulia byak2007-01-182-7/+7
| | | (bzr r2241)
* text markupbulia byak2007-01-181-2/+2
| | | (bzr r2240)
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-182-6/+31
| | | (bzr r2239)
* height=12bulia byak2007-01-181-1/+1
| | | (bzr r2238)
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-134-17/+18
| | | (bzr r2198)
* Small typofix.Colin Marquardt2007-01-101-1/+1
| | | (bzr r2176)
* Using translator-creditsLuca Bruno2007-01-071-95/+4
| | | (bzr r2142)
* Cleans it from //#ifndef WIN32Johan B. C. Engelen2007-01-061-2/+0
| | | (bzr r2140)
* Small edits to copyright info.Johan B. C. Engelen2007-01-064-4/+9
| | | (bzr r2139)
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵Johan B. C. Engelen2007-01-064-7/+29
| | | | | removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note! (bzr r2138)