summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding the new/change label to the star toolbarJon A. Cruz2007-03-271-4/+12
| | | (bzr r2772)
* Corrected extra "-2" thinning value to be positiveJon A. Cruz2007-03-261-1/+1
| | | (bzr r2765)
* Cleaning up toggle/redo interactionJon A. Cruz2007-03-251-3/+6
| | | (bzr r2755)
* Updating star toolbar with radio togglesJon A. Cruz2007-03-241-198/+218
| | | (bzr r2748)
* purge old toolbar code, fill in values and labelsbulia byak2007-03-231-323/+70
| | | (bzr r2744)
* Adding non-labeled default entriesJon A. Cruz2007-03-221-2/+2
| | | (bzr r2735)
* Adding labels to popup menu valuesJon A. Cruz2007-03-211-2/+44
| | | (bzr r2724)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-202-4/+5
| | | (bzr r2723)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+1
| | | (bzr r2720)
* re-introduce isEmpty testsMenTaLguY2007-03-172-3/+3
| | | (bzr r2679)
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-1/+1
| | | (bzr r2606)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-5/+7
| | | (bzr r2605)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-34/+39
| | | | | recent bbox regressions. (bzr r2604)
* Change tolerance to thresholdJohn Bintz2007-03-111-7/+7
| | | (bzr r2597)
* Merge further bbox workMenTaLguY2007-03-101-5/+3
| | | (bzr r2596)
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-1/+1
| | | | | avoid some copies (bzr r2582)
* Converted star toobar to stock GTK+Jon A. Cruz2007-03-081-170/+166
| | | (bzr r2570)
* paintbucket: rearrange controls, edit labels/tooltipsbulia byak2007-03-081-22/+25
| | | (bzr r2569)
* make default paintbucket offset 0bulia byak2007-03-081-1/+1
| | | (bzr r2565)
* Add units selector to offset and remove offset range limitsJohn Bintz2007-03-081-3/+14
| | | (bzr r2564)
* Begin work on selectable color channels for paint bucket, starting with ↵John Bintz2007-03-071-0/+22
| | | | | visible colors and alpha (bzr r2561)
* more NR::Maybe<NR::Rect> workMenTaLguY2007-03-041-17/+22
| | | (bzr r2543)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-13/+8
| | | | | rect handling, though) (bzr r2536)
* Add user-selectable paint bucket path offset sizeJohn Bintz2007-03-031-0/+21
| | | (bzr r2508)
* (hopefully) fixed build on linux, added missing isnormal.hMarkus Schwarzenberg2007-03-011-0/+3
| | | (bzr r2486)
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-011-0/+2
| | | (bzr r2485)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* Re-add deleted preference setting for paint bucket toleranceJohn Bintz2007-02-281-0/+1
| | | (bzr r2467)
* Change paint bucket tolerance toolbar to use percentages rather than color ↵John Bintz2007-02-281-3/+2
| | | | | channel distance (bzr r2463)
* Add paint bucket tolerance setting and toolbar widget to control toleranceJohn Bintz2007-02-271-0/+18
| | | (bzr r2462)
* rename flood to paintbucket, copyeditbulia byak2007-02-261-8/+8
| | | (bzr r2449)
* move flood under calligraphicbulia byak2007-02-261-1/+1
| | | (bzr r2448)
* Add flood fill toolJohn Bintz2007-02-251-0/+19
| | | (bzr r2432)
* Fixed crash when draw height was zero.Jon A. Cruz2007-02-231-6/+11
| | | (bzr r2420)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-201-4/+4
| | | (bzr r2402)
* enable click-action and general tooltip for style swatchesbulia byak2007-02-151-8/+24
| | | (bzr r2378)
* spell out Fill and Stroke labelsbulia byak2007-02-151-2/+2
| | | (bzr r2377)
* defocus checkboxes upon click so they don't steal keystrokesbulia byak2007-02-071-1/+3
| | | (bzr r2343)
* making string translatableLuca Bruno2007-01-251-4/+4
| | | (bzr r2285)
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-241-0/+2
| | | (bzr r2276)
* replace use of sp_repr_new in gradient-vectorMenTaLguY2007-01-231-2/+5
| | | (bzr r2261)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-3/+5
| | | (bzr r2257)
* text fixesbulia byak2007-01-181-1/+1
| | | (bzr r2241)
* height=12bulia byak2007-01-181-1/+1
| | | (bzr r2238)
* add new message type for urgent immediate statusbar displaybulia byak2007-01-171-0/+7
| | | (bzr r2232)
* Upgraded gradient tool =)Johan B. C. Engelen2007-01-171-3/+7
| | | (bzr r2228)
* Fixed bug where offset was not written to XML when stop was added.Johan B. C. Engelen2007-01-121-0/+1
| | | (bzr r2197)
* Small edits to copyright info.Johan B. C. Engelen2007-01-061-0/+2
| | | (bzr r2139)
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵Johan B. C. Engelen2007-01-061-3/+2
| | | | | 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)
* Fixed [ 1610944 ] Text dialog discard style and crashJohan B. C. Engelen2007-01-021-13/+18
| | | (bzr r2124)