summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add (outline) to window title when in outline modebulia byak2006-11-041-2/+11
| | | (bzr r1897)
* 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-106-29/+31
| | | (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)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-2/+2
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-2519-56/+57
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-253-13/+9
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-243-9/+13
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-2319-57/+56
| | | | | 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)
* disconnect signals on destroyingbulia byak2006-08-181-0/+7
| | | (bzr r1613)
* add interface for disabling interaction during long-running operationsJohn Bintz2006-08-132-0/+35
| | | (bzr r1596)
* added functions to allow update events to process during long-running operationsJohn Bintz2006-08-132-0/+12
| | | (bzr r1595)
* switch to sigc++ SPObject signals for desktop widgetMenTaLguY2006-07-292-5/+17
| | | (bzr r1506)
* switch to sigc++ SPObject signals for SPGradientImageMenTaLguY2006-07-292-9/+26
| | | (bzr r1505)
* switch to sigc++ SPObject signals for gradient toolbarMenTaLguY2006-07-291-10/+6
| | | (bzr r1504)
* whoops, missed some uses of the old GObject signals in the last commitMenTaLguY2006-07-251-6/+39
| | | (bzr r1477)
* switch to sigc++ SPObject signals for SPGradientVectorSelectorMenTaLguY2006-07-252-17/+35
| | | (bzr r1476)
* Update pattern creation help text to reflect new menu layout.MenTaLguY2006-07-231-1/+1
| | | (bzr r1463)
* - 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)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+2
| | | (bzr r1379)
* 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-296-26/+53
| | | (bzr r1315)
* glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan2006-06-253-0/+21
| | | (bzr r1280)
* mental's patch for bug [ 1457003 ] X Window error with Composite: BadAlloc ↵Aaron Spike2006-06-131-12/+18
| | | | | in stroke style (bzr r1210)
* 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)
* text tolbar usability: enable alt+x, enable esc to defocus entry fields and ↵bulia byak2006-06-021-685/+754
| | | | | close font popdown, enable typing in size (bzr r1128)
* defocus text toolbar widgets, fixes 1494959bulia byak2006-06-011-4/+14
| | | (bzr r1110)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-4/+5
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* add tooltips to text toolbar widgetsMenTaLguY2006-05-281-0/+9
| | | (bzr r1039)
* Option to keep selection when changing layersJon A. Cruz2006-05-281-2/+5
| | | (bzr r1037)
* Fixed resize handle in corner of main UI.Jon A. Cruz2006-05-261-22/+0
| | | (bzr r1019)
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-261-0/+12
| | | (bzr r1018)
* slight cosmetics in text toolbarbulia byak2006-05-241-2/+2
| | | (bzr r992)
* Panel refactoringJon A. Cruz2006-05-231-1/+1
| | | (bzr r976)
* * Use hardcoded sample string for font preview instead of the string from ↵Milosz Derezynski2006-05-231-3/+2
| | | | | the configuration (bzr r975)
* * Remember default setting for alingmentMilosz Derezynski2006-05-221-0/+11
| | | (bzr r943)
* * Apply style to selection also when applying it to defaultsMilosz Derezynski2006-05-221-8/+2
| | | (bzr r942)