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