summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-05-14* src/widgets/toolbox.cpp: Slightly increase size of themjwybrow1-2/+2
2006-04-29add new object style display for all object-creating toolsbulia byak1-20/+79
2006-04-29make style widget narrowerbulia byak1-1/+1
2006-04-24revert 11172, synthesized events are used to update controls spinbuttonsbulia byak1-0/+5
2006-04-20add abs_width switch for calligraphy pen width; switch it to 1..100 displayed...bulia byak1-7/+7
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY5-57/+57
2006-04-15less confusing tooltipsbulia byak1-2/+2
2006-04-09Tweaked smaller size to be 3/4ths the menu sizeJon A. Cruz1-2/+2
2006-04-08Fixed array index calculationJon A. Cruz1-2/+4
2006-04-08Shrunk a few icon sizes.Jon A. Cruz4-18/+18
2006-04-07Putting in smaller icon sizeJon A. Cruz3-19/+79
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz11-95/+98
2006-04-03CodingStyle: whitespacePeter Moulder1-604/+617
2006-04-03CodingStyle: const placementPeter Moulder1-6/+5
2006-04-01turns out, all these synthesize_events were not necessary at all - they just ...bulia byak1-5/+0
2006-03-30added variable tremorbulia byak1-1/+20
2006-03-27fix 1367204bulia byak1-4/+21
2006-03-24Purging unused variableJon A. Cruz1-1/+0
2006-03-18remove the annoying canvas borderbulia byak1-3/+1
2006-03-13#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2-2/+2
2006-02-24make sure only positive dialog positions are read from preferences, fixes #12...Ralf Stephan1-0/+4
2006-02-24make sure positive xy widget pos is writtenRalf Stephan1-0/+3