summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time ↵John Smith2012-09-051-1/+5
| | | | | only pick (bzr r11652)
* Fix for 1042602 : Select toolbar, fix for regression when X and Y values are ↵John Smith2012-09-041-2/+2
| | | | | negative (bzr r11651)
* Spray tool controls bar: update icon name (consistent with Tweak and ↵su_v2012-09-021-1/+1
| | | | | | | Calligraphy tool) See also: http://wiki.inkscape.org/wiki/index.php/Themable_icons (bzr r11643)
* Fix for 172236 : Add color picker to Fill Stroke dialogJohn Smith2012-09-012-0/+20
| | | (bzr r11635)
* Fix for 1042602 : Select toolbar : Width and height are not initially 0John Smith2012-08-281-4/+4
| | | (bzr r11629)
* Fix for 165865 : markers must take object's stroke color - fix for floating ↵John Smith2012-08-281-1/+3
| | | | | window bug (bzr r11626)
* Fix for bug #900602 (Switching font with up/down arrows de-selects font list ↵cadabra2012-08-251-2/+2
| | | | | box) (bzr r11622)
* Fix for 168164 : Default text output to pxJohn Smith2012-08-251-1/+1
| | | (bzr r11621)
* Fix for 575831 : font variant drop-down - fix for selection problemJohn Smith2012-08-231-13/+11
| | | (bzr r11617)
* Fix for 168164 : Font size, always output px optionJohn Smith2012-08-211-3/+7
| | | (bzr r11616)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-204-59/+345
| | | (bzr r11614)
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-162-35/+93
| | | (bzr r11608)
* i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).Nicolas Dufour2012-08-151-1/+1
| | | | | Translations. inkscape.pot and French translation update. (bzr r11606)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-092-0/+9
| | | (bzr r11600)
* Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke ↵John Smith2012-08-072-4/+22
| | | | | - Style' after reloading the file : Fix selection regression (bzr r11597)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-0/+5
| | | | | after reloading the file (bzr r11589)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-043-65/+151
| | | | | after reloading the file (bzr r11588)
* Fix for 1032880 : Stroke style panel is mirrored between open windowsJohn Smith2012-08-043-548/+554
| | | (bzr r11587)
* Fix for 575831 : Add font variant drop-down box to new text toolbarJohn Smith2012-08-044-155/+194
| | | (bzr r11586)
* Fix for 1029302 : Fill/Stroke dialog does not update on tool changeJohn Smith2012-08-011-1/+17
| | | (bzr r11579)
* Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis2012-07-232-37/+62
| | | (bzr r11564)
* Fix for 940578 : Max font size in toolbar font chooserJohn Smith2012-07-202-2/+13
| | | (bzr r11558)
* Fix for 167781 : opacity in selected style loses focus on kbd value scroll, ↵John Smith2012-07-111-1/+3
| | | | | fix for Esc (bzr r11540)
* Fix for 1022676 : Font dialog label alignmentJohn Smith2012-07-101-1/+1
| | | (bzr r11535)
* Fix for 167781 : opacity in selected style loses focus on kbd value scrollJohn Smith2012-07-101-6/+12
| | | (bzr r11534)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-054-22/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix for 950677 : Retire legacy gradient editorJohn Smith2012-07-011-1/+1
| | | (bzr r11519)
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-265-178/+374
| | | (bzr r11515)
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-244-67/+109
| | | (bzr r11513)
* Use orientable widgets in GTK+ 3 buildAlex Valavanis2012-06-231-0/+6
| | | (bzr r11512)
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-232-3/+20
| | | (bzr r11511)
* Fix crash in fill and stroke dialog with GTK+ 3Alex Valavanis2012-06-181-24/+83
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1011331 (bzr r11504)
* Removed outdated classes.Jon A. Cruz2012-06-1715-0/+30
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Fix new deprecated GTK+ symbols in desktop-widgetAlex Valavanis2012-06-141-2/+17
| | | (bzr r11499)
* Drop check for ancient GTK version. Fixes statusbar width issueAlex Valavanis2012-06-141-2/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1011332 (bzr r11497)
* Fix for 1011726 : Performance regression with XML Editor - Improve model ↵John Smith2012-06-131-1/+11
| | | | | unload time (bzr r11495)
* fix memleakKris De Gussem2012-06-121-14/+18
| | | (bzr r11494)
* Fix for 1011726 : Performance regression with XML EditorJohn Smith2012-06-122-39/+35
| | | (bzr r11488)
* Fix some broken callbacks for Gtk+ 3Alex Valavanis2012-06-111-21/+22
| | | (bzr r11486)
* Gtk+ 3 drawing for sp-color-sliderAlex Valavanis2012-06-091-160/+136
| | | (bzr r11479)
* Fix build failure with old GtkAdjustment APIAlex Valavanis2012-06-091-1/+6
| | | (bzr r11474)
* Get rid of remaining GtkObject usageAlex Valavanis2012-06-094-52/+87
| | | | | | Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
* Drop GtkObject usage in gradient-vectorAlex Valavanis2012-06-091-17/+48
| | | (bzr r11472)
* Fix compile for GTK+ less than 2.20 when GSEAL is on. Fixes bug #1009010.Jon A. Cruz2012-06-071-4/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1009010 (bzr r11464)
* Gtkmm fixes for sp-widgetAlex Valavanis2012-05-311-2/+2
| | | (bzr r11447)
* Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-2817-17/+17
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
* Use accessor function for private label in message dialogAlex Valavanis2012-05-261-4/+18
| | | (bzr r11421)
* Fixing warnings.Jon A. Cruz2012-05-251-14/+7
| | | (bzr r11414)
* Don't use extension events API in GTK+3 buildsAlex Valavanis2012-05-241-0/+6
| | | (bzr r11413)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-236-3/+421
| | | (bzr r11406)