summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* transientize the color picker window (it's a bare Gtk::Dialog so it requires ↵bulia byak2007-01-051-0/+4
| | | | | a special treatment) (bzr r2131)
* typo fixedLuca Bruno2006-12-301-1/+1
| | | (bzr r2109)
* Clean up internal Python/Perl dialog text; link against the python dynamic ↵Kees Cook2006-12-161-0/+20
| | | | | library (bzr r2094)
* improvements to trace dialog: siox button moved above preview frame, and ↵St??phane Gimenez2006-12-101-335/+388
| | | | | credits are now always visible. (bzr r2083)
* these didn't compile for me. so let's try this.Aaron Spike2006-11-302-42/+42
| | | (bzr r2058)
* C++ find dialog: only UI issues left (i hope) Testing needed.Johan B. C. Engelen2006-11-292-6/+83
| | | (bzr r2055)
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-294-18/+425
| | | (bzr r2054)
* 'backup' commit. Added widgets to C++-find dialog. Work not finished.Johan B. C. Engelen2006-11-292-18/+79
| | | (bzr r2052)
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79
| | | (bzr r2051)
* Check if dialog is going to be displayed offscreen, if so: move it to center ↵Johan B. C. Engelen2006-11-261-5/+8
| | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039)
* correct annotation; fixmebulia byak2006-11-201-1/+2
| | | (bzr r1996)
* ensure Enter in spinbuttons activates the Applybulia byak2006-11-201-0/+10
| | | (bzr r1995)
* patch for Preview out of the tabs and other fixesbulia byak2006-11-191-63/+58
| | | (bzr r1993)
* string fixes from bug 1516157bulia byak2006-11-191-2/+2
| | | (bzr r1991)
* change opacity display to 0..100bulia byak2006-11-191-14/+17
| | | (bzr r1988)
* separate updating window from updating layersbulia byak2006-11-181-0/+1
| | | (bzr r1984)
* enable Enter to activate filedialogsbulia byak2006-11-181-3/+3
| | | (bzr r1973)
* Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵Bob Jamison2006-11-171-84/+0
| | | | | has evolved enough that we don't need it any more. (bzr r1970)
* redesign the dialog into 3 tabs, rewrite most texts, increase preview sizebulia byak2006-11-141-145/+129
| | | (bzr r1951)
* patch 1591723 for extra tracing parametersbulia byak2006-11-141-2/+87
| | | (bzr r1948)