| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -1/+1 |
| | | | | (bzr r2472) | ||||
| * | rename flood to paintbucket, copyedit | bulia byak | 2007-02-26 | 2 | -5/+5 |
| | | | | (bzr r2449) | ||||
| * | Add flood fill tool | John Bintz | 2007-02-25 | 2 | -1/+5 |
| | | | | (bzr r2432) | ||||
| * | Fixes issue where a modified stock marker's preview image appears in the | Bryce Harrington | 2007-02-21 | 2 | -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 Harrington | 2007-02-20 | 2 | -34/+53 |
| | | | | | | Making the marker dropdowns static so they can be updated. (bzr r2403) | ||||
| * | Moving functions from svg_preview_cache.h to a new .cpp | Bryce Harrington | 2007-02-20 | 5 | -70/+200 |
| | | | | (bzr r2402) | ||||
| * | Partial fix for bug 980157. | Bryce Harrington | 2007-02-20 | 1 | -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. Cruz | 2007-02-19 | 2 | -79/+79 |
| | | | | (bzr r2399) | ||||
| * | now at least the first opening of the first gtkmm dialog opens it in-place ↵ | bulia byak | 2007-02-19 | 1 | -3/+2 |
| | | | | | | without jumping. still can't make it work for all cases. (bzr r2397) | ||||
| * | New dir for UI cache management code | Bryce Harrington | 2007-02-18 | 1 | -0/+3 |
| | | | | (bzr r2393) | ||||
| * | enable click-action and general tooltip for style swatches | bulia byak | 2007-02-15 | 3 | -8/+45 |
| | | | | (bzr r2378) | ||||
| * | spell out Fill and Stroke labels | bulia byak | 2007-02-15 | 1 | -4/+4 |
| | | | | (bzr r2377) | ||||
| * | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵ | bulia byak | 2007-02-13 | 1 | -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 allowed | Luca Bruno | 2007-02-13 | 1 | -1/+1 |
| | | | | (bzr r2372) | ||||
| * | readded comment for translators; moved comment to avoid showing in po | Luca Bruno | 2007-02-11 | 1 | -2/+4 |
| | | | | (bzr r2365) | ||||
| * | Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local | Jon Phillips | 2007-02-11 | 1 | -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 comments | Bob Jamison | 2007-02-09 | 1 | -10/+65 |
| | | | | (bzr r2346) | ||||
| * | First, show translator-credits for this language if available, then show all ↵ | Bob Jamison | 2007-02-09 | 2 | -361/+497 |
| | | | | | | translators (bzr r2345) | ||||
| * | Added Esperanto translation | Luca Bruno | 2007-02-06 | 1 | -0/+1 |
| | | | | (bzr r2333) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 2 | -2/+6 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | text fixes | bulia byak | 2007-01-18 | 2 | -7/+7 |
| | | | | (bzr r2241) | ||||
| * | text markup | bulia byak | 2007-01-18 | 1 | -2/+2 |
| | | | | (bzr r2240) | ||||
| * | text markup; use gradient preview for gradient fills or strokes | bulia byak | 2007-01-18 | 2 | -6/+31 |
| | | | | (bzr r2239) | ||||
| * | height=12 | bulia byak | 2007-01-18 | 1 | -1/+1 |
| | | | | (bzr r2238) | ||||
| * | overwritten heap, wrong casts fixed. Closes SF#1575829 | Kees Cook | 2007-01-13 | 4 | -17/+18 |
| | | | | (bzr r2198) | ||||
| * | Small typofix. | Colin Marquardt | 2007-01-10 | 1 | -1/+1 |
| | | | | (bzr r2176) | ||||
| * | Using translator-credits | Luca Bruno | 2007-01-07 | 1 | -95/+4 |
| | | | | (bzr r2142) | ||||
| * | Cleans it from //#ifndef WIN32 | Johan B. C. Engelen | 2007-01-06 | 1 | -2/+0 |
| | | | | (bzr r2140) | ||||
| * | Small edits to copyright info. | Johan B. C. Engelen | 2007-01-06 | 4 | -4/+9 |
| | | | | (bzr r2139) | ||||
| * | Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵ | Johan B. C. Engelen | 2007-01-06 | 4 | -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 byak | 2007-01-05 | 1 | -0/+4 |
| | | | | | | a special treatment) (bzr r2131) | ||||
| * | typo fixed | Luca Bruno | 2006-12-30 | 1 | -1/+1 |
| | | | | (bzr r2109) | ||||
| * | Clean up internal Python/Perl dialog text; link against the python dynamic ↵ | Kees Cook | 2006-12-16 | 1 | -0/+20 |
| | | | | | | library (bzr r2094) | ||||
| * | improvements to trace dialog: siox button moved above preview frame, and ↵ | St??phane Gimenez | 2006-12-10 | 1 | -335/+388 |
| | | | | | | credits are now always visible. (bzr r2083) | ||||
| * | these didn't compile for me. so let's try this. | Aaron Spike | 2006-11-30 | 2 | -42/+42 |
| | | | | (bzr r2058) | ||||
| * | C++ find dialog: only UI issues left (i hope) Testing needed. | Johan B. C. Engelen | 2006-11-29 | 2 | -6/+83 |
| | | | | (bzr r2055) | ||||
| * | C++ Find dialog almost complete! (it works, but it is biiig now) | Johan B. C. Engelen | 2006-11-29 | 4 | -18/+425 |
| | | | | (bzr r2054) | ||||
| * | 'backup' commit. Added widgets to C++-find dialog. Work not finished. | Johan B. C. Engelen | 2006-11-29 | 2 | -18/+79 |
| | | | | (bzr r2052) | ||||
| * | New widget helperclass for Gtk:Entry | Johan B. C. Engelen | 2006-11-29 | 3 | -0/+79 |
| | | | | (bzr r2051) | ||||
| * | Check if dialog is going to be displayed offscreen, if so: move it to center ↵ | Johan B. C. Engelen | 2006-11-26 | 1 | -5/+8 |
| | | | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039) | ||||
| * | correct annotation; fixme | bulia byak | 2006-11-20 | 1 | -1/+2 |
| | | | | (bzr r1996) | ||||
| * | ensure Enter in spinbuttons activates the Apply | bulia byak | 2006-11-20 | 1 | -0/+10 |
| | | | | (bzr r1995) | ||||
| * | patch for Preview out of the tabs and other fixes | bulia byak | 2006-11-19 | 1 | -63/+58 |
| | | | | (bzr r1993) | ||||
| * | string fixes from bug 1516157 | bulia byak | 2006-11-19 | 1 | -2/+2 |
| | | | | (bzr r1991) | ||||
| * | change opacity display to 0..100 | bulia byak | 2006-11-19 | 1 | -14/+17 |
| | | | | (bzr r1988) | ||||
| * | separate updating window from updating layers | bulia byak | 2006-11-18 | 1 | -0/+1 |
| | | | | (bzr r1984) | ||||
| * | enable Enter to activate filedialogs | bulia byak | 2006-11-18 | 1 | -3/+3 |
| | | | | (bzr r1973) | ||||
| * | Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵ | Bob Jamison | 2006-11-17 | 1 | -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 size | bulia byak | 2006-11-14 | 1 | -145/+129 |
| | | | | (bzr r1951) | ||||
| * | patch 1591723 for extra tracing parameters | bulia byak | 2006-11-14 | 1 | -2/+87 |
| | | | | (bzr r1948) | ||||
