summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
* small cleanup (consistently use Box3D::Axis to specify axis directions)Maximilian Albert2007-07-031-12/+8
* More meaningful name for 3D axis directionsMaximilian Albert2007-07-031-1/+1
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-272-7/+7
* unref temporary styles properlybulia byak2007-06-271-1/+10
* Move icon of 3D Box tool between Text tool and Connector toolMaximilian Albert2007-06-261-1/+1
* Complete fix of cast causing compile error on x86-64 (see commit no. 15178)Maximilian Albert2007-06-261-3/+3
* Fix cast causing compile error on x86-64gustav_b2007-06-241-1/+1
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+94
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-182-12/+89
* Add auto gap filling for Paint Bucket and implement "safety valve" to prevent...John Bintz2007-05-281-0/+31
* fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...Johan B. C. Engelen2007-05-111-13/+45
* Added preference to allow for system toolbox sizeJon A. Cruz2007-05-081-3/+14
* Set up toolbox so that paint bucket defaults can be resetJohn Bintz2007-04-251-0/+38
* Supress initial change due to feedback loopJon A. Cruz2007-04-221-3/+13
* Fix use of uninitialized 'doc' var. Fix use of gc::released 'repr'.Bob Jamison2007-04-211-14/+19
* Switched connector toobar to stock GTK+ toolbarsJon A. Cruz2007-04-211-101/+100
* Switched dropper toobar to stock GTK+ toolbarsJon A. Cruz2007-04-201-236/+38
* Completes crash fix for 1638735Jon A. Cruz2007-04-191-46/+28
* Refactored toolbar creationJon A. Cruz2007-04-193-775/+490
* Switched pen and pencil toobars to stock GTK+ toolbarsJon A. Cruz2007-04-181-62/+115
* typo patch by maximilian albertbulia byak2007-04-171-1/+1
* Switched spiral toobar to stock GTK+ toolbarsJon A. Cruz2007-04-171-33/+75
* Re-add missing units menu to paint bucket toolbarJohn Bintz2007-04-171-0/+1
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-2/+3
* Switched circle toobar to stock GTK+ toolbarsJon A. Cruz2007-04-131-62/+116
* Switched to using EgeSelectOneAction on Star/Flat choiceJon A. Cruz2007-04-131-32/+33
* Switched node toobar to stock GTK+ toolbarsJon A. Cruz2007-04-121-57/+146
* Switched zoom toobar to stock GTK+ toolbarsJon A. Cruz2007-04-121-36/+39
* Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC clean...Jon A. Cruz2007-04-122-64/+108
* Converted the rectangle toolbar to use stock GTK+Jon A. Cruz2007-04-111-70/+117
* trace background button/setting for calligraphybulia byak2007-04-111-0/+18
* Switched main commands toobar to stock GTK+ toolbarsJon A. Cruz2007-04-101-62/+155
* Converted select toolbar to stock GTK+Jon A. Cruz2007-04-102-162/+232
* Made safe for empty containersJon A. Cruz2007-04-101-1/+3
* Corrected jumping and alignment of coordinates in status.Jon A. Cruz2007-04-081-50/+53
* Replacing old multifunction widget with separate widget & modelJon A. Cruz2007-04-051-126/+75
* fix warning when redoing undone rect drawbulia byak2007-03-301-2/+3
* Adding the new/change label to the star toolbarJon A. Cruz2007-03-271-4/+12
* Corrected extra "-2" thinning value to be positiveJon A. Cruz2007-03-261-1/+1
* Cleaning up toggle/redo interactionJon A. Cruz2007-03-251-3/+6
* Updating star toolbar with radio togglesJon A. Cruz2007-03-241-198/+218
* purge old toolbar code, fill in values and labelsbulia byak2007-03-231-323/+70
* Adding non-labeled default entriesJon A. Cruz2007-03-221-2/+2
* Adding labels to popup menu valuesJon A. Cruz2007-03-211-2/+44
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-202-4/+5
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+1
* re-introduce isEmpty testsMenTaLguY2007-03-172-3/+3
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-1/+1
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-5/+7
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-34/+39