summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (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)
* Change tolerance to thresholdJohn Bintz2007-03-111-7/+7
| | | (bzr r2597)
* 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)
* Add user-selectable paint bucket path offset sizeJohn Bintz2007-03-031-0/+21
| | | (bzr r2508)
* 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)
* enable click-action and general tooltip for style swatchesbulia byak2007-02-151-8/+24
| | | (bzr r2378)
* 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)
* text fixesbulia byak2007-01-181-1/+1
| | | (bzr r2241)
* extend the range of cap rounding, rename it to make more sensebulia byak2006-11-181-2/+2
| | | (bzr r1979)
* Added callback function to allow shrinking of widgetsJon A. Cruz2006-10-241-0/+3
| | | (bzr r1850)
* Key, tab and focus refinementJon A. Cruz2006-10-221-0/+4
| | | (bzr r1828)
* Adding climb and digits properties, key processing and focus handlingJon A. Cruz2006-10-211-12/+19
| | | (bzr r1820)
* Turning onJon A. Cruz2006-10-191-1/+1
| | | (bzr r1810)
* Adding custom action to work with spinbuttons in toolbarsJon A. Cruz2006-10-191-1/+297
| | | (bzr r1809)
* undo annotationsbulia byak2006-10-101-16/+16
| | | (bzr r1793)
* rename drag to wiggle with value inversion; edit tooltipsbulia byak2006-10-031-15/+15
| | | (bzr r1759)
* move rounding spinbuttonbulia byak2006-09-061-11/+11
| | | (bzr r1695)
* get default rounding right in calligraphy toolbarMenTaLguY2006-09-041-1/+1
| | | (bzr r1685)
* added ui for mental's calligraphy tool cap roundingJosh Andler2006-09-041-1/+21
| | | (bzr r1680)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-9/+9
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-9/+9
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* delete completion object on destroying, prevents a crash on exitbulia byak2006-08-181-0/+10
| | | (bzr r1614)
* - improve hint for directed graph toggleTim Dwyer2006-07-141-1/+1
| | | (bzr r1409)
* - added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer2006-07-121-4/+55
| | | | | | | | overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396)
* Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer2006-07-121-0/+39
| | | (bzr r1395)
* replace single toggle button with less confusing pick-alpha and set-alpha ↵bulia byak2006-07-051-18/+47
| | | | | options (bzr r1359)
* * src/connector-context.cpp, src/widgets/toolbox.cpp:mjwybrow2006-06-301-1/+1
| | | | | Add undo event descriptions for the connector context. (bzr r1323)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-15/+30
| | | (bzr r1315)
* glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan2006-06-251-0/+11
| | | (bzr r1280)
* Handle case of function call faling. Fixes bug 1501150.Jon A. Cruz2006-06-091-3/+6
| | | (bzr r1189)
* Applied patch #1502407. Fixes bug #1500029.Jon A. Cruz2006-06-081-9/+15
| | | (bzr r1181)
* swap tooltipsbulia byak2006-06-051-2/+2
| | | (bzr r1160)