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