summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Fix for 1014988 : gtk 2.22 compile issuesJohn Smith2012-10-031-0/+9
| | | | | | | | | | | | | | | | | | | | | (bzr r11732)
* | | | | | | add missing source filesCampbell Barton2012-10-031-0/+7
| | | | | | | | | | | | | | | | | | | | | (bzr r11727)
* | | | | | | fixed another UI inconsistency in object properties dialogKris De Gussem2012-10-021-0/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11725)
* | | | | | | Fix for Bug #1049440 (Crash in Object Properties if label is empty string ↵Kris De Gussem2012-10-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (regression, trunk)) (bzr r11724)
* | | | | | | fix layout of object properties dialog (Bug #1050938 ; input fields in ↵Kris De Gussem2012-10-021-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object properties dalog not aligned) (bzr r11722)
* | | | | | | Fix for 831008 : Line width menu only show Px,Pt and mmJohn Smith2012-10-012-39/+40
| | | | | | | | | | | | | | | | | | | | | (bzr r11719)
* | | | | | | Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith2012-09-303-20/+158
| | | | | | | | | | | | | | | | | | | | | (bzr r11716)
* | | | | | | Fix for 1058432 : Trace Bitmap preview should be resizeableJohn Smith2012-09-291-4/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r11714)
* | | | | | | Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-271-1/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r11709)
* | | | | | | Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-271-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11708)
* | | | | | | Fix for 172030 : Width of Undo History palette could be optimizedJohn Smith2012-09-271-12/+16
| | | | | | | | | | | | | | | | | | | | | (bzr r11707)
* | | | | | | Fix for 171177 : Border in palette swatchesJohn Smith2012-09-277-26/+121
| | | | | | | | | | | | | | | | | | | | | (bzr r11706)
* | | | | | | Fix for 169001 : Long layer names mess with the UIJohn Smith2012-09-261-2/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11705)
* | | | | | | Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-231-3/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11696)
* | | | | | | Fix for 172222 : Move direct to specified layerJohn Smith2012-09-223-3/+191
| | | | | | | | | | | | | | | | | | | | | (bzr r11695)
* | | | | | | Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-221-0/+12
| | | | | | | | | | | | | | | | | | | | | (bzr r11694)
* | | | | | | Fix for 166691 : Revert fixJohn Smith2012-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11693)
* | | | | | | Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-222-7/+24
| | | | | | | | | | | | | | | | | | | | | (bzr r11692)
* | | | | | | Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-229-122/+82
| | | | | | | | | | | | | | | | | | | | | (bzr r11691)
* | | | | | | Fix for 1014988 : Add gimp spin scale widgetJohn Smith2012-09-225-0/+1534
| | | | | | | | | | | | | | | | | | | | | (bzr r11690)
* | | | | | | some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-9/+8
| | | | | | | | | | | | | | | | | | | | | (bzr r11686)
* | | | | | | Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.Nicolas Dufour2012-09-202-0/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11681)
* | | | | | | Fix for 509891 : User defined linear gradient angleJohn Smith2012-09-192-0/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r11678)
* | | | | | | Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keysJohn Smith2012-09-115-46/+82
| | | | | | | | | | | | | | | | | | | | | (bzr r11662)
* | | | | | | Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r11655)
* | | | | | | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not enabled) and other issues (bzr r11649)
* | | | | | | Fix for 406044 : Esc with no selection, activates selection toolJohn Smith2012-09-021-1/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11647)
* | | | | | | converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory leaks (bzr r11646)
* | | | | | | Export dialog: change markup formatting of labels to be consistent with ↵su_v2012-09-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other dialogs (bzr r11642)
* | | | | | | Fix for 306090 : XMl Editor, Return button to create new xml elementJohn Smith2012-09-021-0/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11641)
* | | | | | | Fix for 747998 : Align unit menu in Rows Columns dialogJohn Smith2012-09-022-8/+17
| | | | | | | | | | | | | | | | | | | | | (bzr r11639)
* | | | | | | Fix for 656591 : Export dialog improve access to export filenameJohn Smith2012-09-011-0/+7
| | | | | | | | | | | | | | | | | | | | | (bzr r11637)
* | | | | | | Fix for 618668 : Change dialog wordingJohn Smith2012-09-012-9/+7
| | | | | | | | | | | | | | | | | | | | | (bzr r11636)
* | | | | | | Fix for 445297 : Page background color label unclear for new usersJohn Smith2012-09-011-1/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11634)
* | | | | | | Fix for 165865 : Preferences Behavior-Markers pageJohn Smith2012-08-302-8/+13
| | | | | | | | | | | | | | | | | | | | | (bzr r11633)
* | | | | | | Fix for 980520 : Conflicting accelerator keysJohn Smith2012-08-291-5/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r11631)
* | | | | | | Fix for 928205 : Preference to not save doc viewport metadataJohn Smith2012-08-282-0/+8
| | | | | | | | | | | | | | | | | | | | | (bzr r11630)
* | | | | | | Fix for 1042508 : Transform dialog when floating doesnt work on active docJohn Smith2012-08-282-7/+18
| | | | | | | | | | | | | | | | | | | | | (bzr r11627)
* | | | | | | Fix for 1042500 : Align and Distribute dialog when floating doesnt work on ↵John Smith2012-08-282-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | active doc (bzr r11625)
* | | | | | | Fix for 525597 : Undo History dialog not updating when switching windowsJohn Smith2012-08-272-1/+17
| | | | | | | | | | | | | | | | | | | | | (bzr r11624)
* | | | | | | Fix for 168446 : rename menu item Export to PNG ImageJohn Smith2012-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11623)
* | | | | | | Fix for 168164 : Default text output to pxJohn Smith2012-08-252-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11621)
* | | | | | | Fix for 168164 : Font size, always output px optionJohn Smith2012-08-213-6/+14
| | | | | | | | | | | | | | | | | | | | | (bzr r11616)
* | | | | | | fix type (fixes Windows build)Johan B. C. Engelen2012-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11615)
* | | | | | | Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-204-0/+25
| | | | | | | | | | | | | | | | | | | | | (bzr r11614)
* | | | | | | Fix for 1035733 : Align Distribute dialog - Right align buttonsJohn Smith2012-08-192-9/+21
| | | | | | | | | | | | | | | | | | | | | (bzr r11612)
* | | | | | | Fix for 189535 : align verbs and by keysJohn Smith2012-08-182-196/+249
| | | | | | | | | | | | | | | | | | | | | (bzr r11611)
* | | | | | | Authors updateJosh Andler2012-08-171-0/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11610)
* | | | | | | Fix for 168164 : Font sizes in points optionJohn Smith2012-08-163-5/+21
| | | | | | | | | | | | | | | | | | | | | (bzr r11608)
* | | | | | | i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).Nicolas Dufour2012-08-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. inkscape.pot and French translation update. (bzr r11606)