summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-14- improve hint for directed graph toggleTim Dwyer1-1/+1
2006-07-12- added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer1-4/+55
2006-07-12Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer1-0/+39
2006-07-09Added descriptions to Undo/Redo commands in the menusgustav_b1-1/+2
2006-07-05replace single toggle button with less confusing pick-alpha and set-alpha opt...bulia byak1-18/+47
2006-06-30* src/connector-context.cpp, src/widgets/toolbox.cpp:mjwybrow1-1/+1
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak6-26/+53
2006-06-25glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan3-0/+21
2006-06-13mental's patch for bug [ 1457003 ] X Window error with Composite: BadAlloc in...Aaron Spike1-12/+18
2006-06-09Handle case of function call faling. Fixes bug 1501150.Jon A. Cruz1-3/+6
2006-06-08Applied patch #1502407. Fixes bug #1500029.Jon A. Cruz1-9/+15
2006-06-05swap tooltipsbulia byak1-2/+2
2006-06-02text tolbar usability: enable alt+x, enable esc to defocus entry fields and c...bulia byak1-685/+754
2006-06-01defocus text toolbar widgets, fixes 1494959bulia byak1-4/+14
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY1-4/+5
2006-05-28add tooltips to text toolbar widgetsMenTaLguY1-0/+9
2006-05-28Option to keep selection when changing layersJon A. Cruz1-2/+5
2006-05-26Fixed resize handle in corner of main UI.Jon A. Cruz1-22/+0
2006-05-26Cleaned up propagation of status changes.Jon A. Cruz1-0/+12
2006-05-24slight cosmetics in text toolbarbulia byak1-2/+2
2006-05-23Panel refactoringJon A. Cruz1-1/+1
2006-05-23* Use hardcoded sample string for font preview instead of the string from the...Milosz Derezynski1-3/+2
2006-05-22* Remember default setting for alingmentMilosz Derezynski1-0/+11
2006-05-22* Apply style to selection also when applying it to defaultsMilosz Derezynski1-8/+2
2006-05-22* Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was...Milosz Derezynski1-2/+0
2006-05-22* Make sure we don't read on NULL pointer instead of gobject instance in text...Milosz Derezynski1-0/+5
2006-05-22* Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func()Milosz Derezynski1-0/+2
2006-05-22* Revert toolboxMilosz Derezynski1-20/+0
2006-05-22* Add orientation controls to text toolbarMilosz Derezynski1-14/+133
2006-05-22* Reinstate controls for bold/italic and fill/justify lost between the previo...Milosz Derezynski1-122/+111
2006-05-22* Make sure the warning image regarding a non installed font is always initia...Milosz Derezynski1-59/+61
2006-05-21eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi...bulia byak1-8/+2
2006-05-21* Unify text-anchor and text-align for the text toolbarMilosz Derezynski1-5/+107
2006-05-20* Implement size selection in text toolbarMilosz Derezynski1-5/+54
2006-05-20Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2-5/+14
2006-05-20* Don't block when setting a font trough the GtkEntryMilosz Derezynski1-58/+44
2006-05-20* New font selector (using treeview)Milosz Derezynski1-48/+188
2006-05-19* Query default text attributes if selection query returns nothingMilosz Derezynski1-2/+11
2006-05-19* Implement completion for font selection as well as a warning symbol in case...Milosz Derezynski1-1/+42
2006-05-19* Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to man...Milosz Derezynski1-80/+157
2006-05-18* Remove unused variablesMilosz Derezynski1-3/+0
2006-05-18* Check for a valid font family in the text toolbox's selection_changed callbackMilosz Derezynski2-29/+23
2006-05-18* Use query api for text toolbarMilosz Derezynski1-30/+33
2006-05-18* Reinstate font toolboxMilosz Derezynski1-33/+28
2006-05-18* Disable text toolbox for testingMilosz Derezynski1-4/+2
2006-05-18* Properly deal with setting the style using the text toolbarMilosz Derezynski1-41/+34
2006-05-18* Fix desychronization between text toolbox and dialogMilosz Derezynski1-0/+2
2006-05-18* First implementation step of the text toolboxMilosz Derezynski3-97/+211
2006-05-17* Modify SPFontSelector to use Inkscape::FontLister and GtkTreeView instead o...Milosz Derezynski1-145/+205
2006-05-16show handles togglebulia byak1-1/+25