summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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)
* * Re-add pointer/keyb grabbing for font list popdown in the text toolbar ↵Milosz Derezynski2006-05-221-2/+0
| | | | | (was temporarily disabled for testing, or i just accidentally commited it that way) (bzr r939)
* * Make sure we don't read on NULL pointer instead of gobject instance in ↵Milosz Derezynski2006-05-221-0/+5
| | | | | text-edit.cpp:*_set_insensitive() (bzr r938)
* * Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func()Milosz Derezynski2006-05-221-0/+2
| | | (bzr r937)
* * Revert toolboxMilosz Derezynski2006-05-221-20/+0
| | | (bzr r936)
* * Add orientation controls to text toolbarMilosz Derezynski2006-05-221-14/+133
| | | (bzr r935)
* * Reinstate controls for bold/italic and fill/justify lost between the ↵Milosz Derezynski2006-05-221-122/+111
| | | | | previous 2 commits (bzr r933)
* * Make sure the warning image regarding a non installed font is always ↵Milosz Derezynski2006-05-221-59/+61
| | | | | | | initially hidden when the particular font _is_ installed * Add control for setting text to fill/justify (bzr r931)
* eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen ↵bulia byak2006-05-211-8/+2
| | | | | with newer gtk versions (bzr r919)
* * Unify text-anchor and text-align for the text toolbarMilosz Derezynski2006-05-211-5/+107
| | | (bzr r909)
* * Implement size selection in text toolbarMilosz Derezynski2006-05-201-5/+54
| | | (bzr r907)
* Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2006-05-202-5/+14
| | | (bzr r903)
* * Don't block when setting a font trough the GtkEntryMilosz Derezynski2006-05-201-58/+44
| | | (bzr r902)
* * New font selector (using treeview)Milosz Derezynski2006-05-201-48/+188
| | | (bzr r901)
* * Query default text attributes if selection query returns nothingMilosz Derezynski2006-05-191-2/+11
| | | (bzr r891)
* * Implement completion for font selection as well as a warning symbol in ↵Milosz Derezynski2006-05-191-1/+42
| | | | | case the default font has to be used (bzr r890)
* * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to ↵Milosz Derezynski2006-05-191-80/+157
| | | | | | | manage sigc::connections * Finish listening to selections, make family selector work properly (bzr r887)
* * Remove unused variablesMilosz Derezynski2006-05-181-3/+0
| | | (bzr r880)
* * Check for a valid font family in the text toolbox's selection_changed callbackMilosz Derezynski2006-05-182-29/+23
| | | | | * Throw an exception if no TreePath can be found in the map (as in "no such family exists") (bzr r879)
* * Use query api for text toolbarMilosz Derezynski2006-05-181-30/+33
| | | (bzr r878)
* * Reinstate font toolboxMilosz Derezynski2006-05-181-33/+28
| | | (bzr r877)
* * Disable text toolbox for testingMilosz Derezynski2006-05-181-4/+2
| | | (bzr r876)
* * Properly deal with setting the style using the text toolbarMilosz Derezynski2006-05-181-41/+34
| | | (bzr r874)
* * Fix desychronization between text toolbox and dialogMilosz Derezynski2006-05-181-0/+2
| | | (bzr r869)
* * First implementation step of the text toolboxMilosz Derezynski2006-05-183-97/+211
| | | (bzr r868)
* * Modify SPFontSelector to use Inkscape::FontLister and GtkTreeView instead ↵Milosz Derezynski2006-05-171-145/+205
| | | | | of GtkCList (bzr r865)
* show handles togglebulia byak2006-05-161-1/+25
| | | (bzr r850)
* * src/widgets/toolbox.cpp: Slightly increase size of themjwybrow2006-05-141-2/+2
| | | | | | connector toolbar buttons to match button sizes on other toolbars. (bzr r831)
* add new object style display for all object-creating toolsbulia byak2006-04-291-20/+79
| | | (bzr r613)
* make style widget narrowerbulia byak2006-04-291-1/+1
| | | (bzr r612)
* revert 11172, synthesized events are used to update controls spinbuttonsbulia byak2006-04-241-0/+5
| | | (bzr r582)
* add abs_width switch for calligraphy pen width; switch it to 1..100 ↵bulia byak2006-04-201-7/+7
| | | | | displayed range (bzr r548)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-175-57/+57
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* less confusing tooltipsbulia byak2006-04-151-2/+2
| | | (bzr r527)
* Tweaked smaller size to be 3/4ths the menu sizeJon A. Cruz2006-04-091-2/+2
| | | (bzr r459)
* Fixed array index calculationJon A. Cruz2006-04-081-2/+4
| | | (bzr r458)
* Shrunk a few icon sizes.Jon A. Cruz2006-04-084-18/+18
| | | (bzr r457)
* Putting in smaller icon sizeJon A. Cruz2006-04-073-19/+79
| | | (bzr r455)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-0611-95/+98
| | | (bzr r439)
* CodingStyle: whitespacePeter Moulder2006-04-031-604/+617
| | | (bzr r417)
* CodingStyle: const placementPeter Moulder2006-04-031-6/+5
| | | (bzr r415)
* turns out, all these synthesize_events were not necessary at all - they just ↵bulia byak2006-04-011-5/+0
| | | | | fired fake events that i never needed (bzr r382)
* added variable tremorbulia byak2006-03-301-1/+20
| | | (bzr r374)
* fix 1367204bulia byak2006-03-271-4/+21
| | | (bzr r312)
* Purging unused variableJon A. Cruz2006-03-241-1/+0
| | | (bzr r278)
* remove the annoying canvas borderbulia byak2006-03-181-3/+1
| | | (bzr r260)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-132-2/+2
| | | (bzr r232)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+4
| | | | | #1290647 (bzr r180)
* make sure positive xy widget pos is writtenRalf Stephan2006-02-241-0/+3
| | | (bzr r179)