| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | * Add orientation controls to text toolbar | Milosz Derezynski | 2006-05-22 | 1 | -14/+133 | |
| | | | | (bzr r935) | |||||
| * | * Reinstate controls for bold/italic and fill/justify lost between the ↵ | Milosz Derezynski | 2006-05-22 | 1 | -122/+111 | |
| | | | | | | previous 2 commits (bzr r933) | |||||
| * | * Make sure the warning image regarding a non installed font is always ↵ | Milosz Derezynski | 2006-05-22 | 1 | -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 byak | 2006-05-21 | 1 | -8/+2 | |
| | | | | | | with newer gtk versions (bzr r919) | |||||
| * | * Unify text-anchor and text-align for the text toolbar | Milosz Derezynski | 2006-05-21 | 1 | -5/+107 | |
| | | | | (bzr r909) | |||||
| * | * Implement size selection in text toolbar | Milosz Derezynski | 2006-05-20 | 1 | -5/+54 | |
| | | | | (bzr r907) | |||||
| * | Changled dialog from checkboxes to icons for visible and locked. | Jon A. Cruz | 2006-05-20 | 2 | -5/+14 | |
| | | | | (bzr r903) | |||||
| * | * Don't block when setting a font trough the GtkEntry | Milosz Derezynski | 2006-05-20 | 1 | -58/+44 | |
| | | | | (bzr r902) | |||||
| * | * New font selector (using treeview) | Milosz Derezynski | 2006-05-20 | 1 | -48/+188 | |
| | | | | (bzr r901) | |||||
| * | * Query default text attributes if selection query returns nothing | Milosz Derezynski | 2006-05-19 | 1 | -2/+11 | |
| | | | | (bzr r891) | |||||
| * | * Implement completion for font selection as well as a warning symbol in ↵ | Milosz Derezynski | 2006-05-19 | 1 | -1/+42 | |
| | | | | | | case the default font has to be used (bzr r890) | |||||
| * | * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to ↵ | Milosz Derezynski | 2006-05-19 | 1 | -80/+157 | |
| | | | | | | | | manage sigc::connections * Finish listening to selections, make family selector work properly (bzr r887) | |||||
| * | * Remove unused variables | Milosz Derezynski | 2006-05-18 | 1 | -3/+0 | |
| | | | | (bzr r880) | |||||
| * | * Check for a valid font family in the text toolbox's selection_changed callback | Milosz Derezynski | 2006-05-18 | 2 | -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 toolbar | Milosz Derezynski | 2006-05-18 | 1 | -30/+33 | |
| | | | | (bzr r878) | |||||
| * | * Reinstate font toolbox | Milosz Derezynski | 2006-05-18 | 1 | -33/+28 | |
| | | | | (bzr r877) | |||||
| * | * Disable text toolbox for testing | Milosz Derezynski | 2006-05-18 | 1 | -4/+2 | |
| | | | | (bzr r876) | |||||
| * | * Properly deal with setting the style using the text toolbar | Milosz Derezynski | 2006-05-18 | 1 | -41/+34 | |
| | | | | (bzr r874) | |||||
| * | * Fix desychronization between text toolbox and dialog | Milosz Derezynski | 2006-05-18 | 1 | -0/+2 | |
| | | | | (bzr r869) | |||||
| * | * First implementation step of the text toolbox | Milosz Derezynski | 2006-05-18 | 3 | -97/+211 | |
| | | | | (bzr r868) | |||||
| * | * Modify SPFontSelector to use Inkscape::FontLister and GtkTreeView instead ↵ | Milosz Derezynski | 2006-05-17 | 1 | -145/+205 | |
| | | | | | | of GtkCList (bzr r865) | |||||
| * | show handles toggle | bulia byak | 2006-05-16 | 1 | -1/+25 | |
| | | | | (bzr r850) | |||||
| * | * src/widgets/toolbox.cpp: Slightly increase size of the | mjwybrow | 2006-05-14 | 1 | -2/+2 | |
| | | | | | | | connector toolbar buttons to match button sizes on other toolbars. (bzr r831) | |||||
| * | add new object style display for all object-creating tools | bulia byak | 2006-04-29 | 1 | -20/+79 | |
| | | | | (bzr r613) | |||||
| * | make style widget narrower | bulia byak | 2006-04-29 | 1 | -1/+1 | |
| | | | | (bzr r612) | |||||
| * | revert 11172, synthesized events are used to update controls spinbuttons | bulia byak | 2006-04-24 | 1 | -0/+5 | |
| | | | | (bzr r582) | |||||
| * | add abs_width switch for calligraphy pen width; switch it to 1..100 ↵ | bulia byak | 2006-04-20 | 1 | -7/+7 | |
| | | | | | | displayed range (bzr r548) | |||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 5 | -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 tooltips | bulia byak | 2006-04-15 | 1 | -2/+2 | |
| | | | | (bzr r527) | |||||
| * | Tweaked smaller size to be 3/4ths the menu size | Jon A. Cruz | 2006-04-09 | 1 | -2/+2 | |
| | | | | (bzr r459) | |||||
| * | Fixed array index calculation | Jon A. Cruz | 2006-04-08 | 1 | -2/+4 | |
| | | | | (bzr r458) | |||||
| * | Shrunk a few icon sizes. | Jon A. Cruz | 2006-04-08 | 4 | -18/+18 | |
| | | | | (bzr r457) | |||||
| * | Putting in smaller icon size | Jon A. Cruz | 2006-04-07 | 3 | -19/+79 | |
| | | | | (bzr r455) | |||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 11 | -95/+98 | |
| | | | | (bzr r439) | |||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-04-03 | 1 | -604/+617 | |
| | | | | (bzr r417) | |||||
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -6/+5 | |
| | | | | (bzr r415) | |||||
| * | turns out, all these synthesize_events were not necessary at all - they just ↵ | bulia byak | 2006-04-01 | 1 | -5/+0 | |
| | | | | | | fired fake events that i never needed (bzr r382) | |||||
| * | added variable tremor | bulia byak | 2006-03-30 | 1 | -1/+20 | |
| | | | | (bzr r374) | |||||
| * | fix 1367204 | bulia byak | 2006-03-27 | 1 | -4/+21 | |
| | | | | (bzr r312) | |||||
| * | Purging unused variable | Jon A. Cruz | 2006-03-24 | 1 | -1/+0 | |
| | | | | (bzr r278) | |||||
| * | remove the annoying canvas border | bulia byak | 2006-03-18 | 1 | -3/+1 | |
| | | | | (bzr r260) | |||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 2 | -2/+2 | |
| | | | | (bzr r232) | |||||
| * | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 2006-02-24 | 1 | -0/+4 | |
| | | | | | | #1290647 (bzr r180) | |||||
| * | make sure positive xy widget pos is written | Ralf Stephan | 2006-02-24 | 1 | -0/+3 | |
| | | | | (bzr r179) | |||||
| * | Fixing scrollbar size for embeded color swatches. | Jon A. Cruz | 2006-02-19 | 1 | -1/+1 | |
| | | | | (bzr r158) | |||||
| * | Removed horizontal scroll bar from swatches when embedded. | Jon A. Cruz | 2006-02-18 | 1 | -0/+1 | |
| | | | | (bzr r155) | |||||
| * | extending the font selector preview string (patch #1240559 by cmarqu) | Ralf Stephan | 2006-02-13 | 1 | -1/+1 | |
| | | | | (bzr r135) | |||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 6 | -39/+39 | |
| | | | | (bzr r134) | |||||
| * | remove icon prerender time messages | MenTaLguY | 2006-02-08 | 1 | -22/+0 | |
| | | | | (bzr r105) | |||||
| * | remove unneeded line, clarify some code (addresses test box warnings) | Ralf Stephan | 2006-01-29 | 1 | -3/+2 | |
| | | | | (bzr r44) | |||||
