summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix duplicate units in Preferences > StepsJohan B. C. Engelen2011-04-171-1/+1
| | | (bzr r10178)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-176-0/+87
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-166-15/+15
| | | (bzr r10176)
* ScalarUnit widget: fix initialization bug. add constructor which takes ↵Johan B. C. Engelen2011-04-162-0/+39
| | | | | another scalarunit's unitmenu. (bzr r10171)
* add undo to SpinButtonJohan B. C. Engelen2011-04-152-6/+74
| | | (bzr r10167)
* ScalarUnit: add functionality to grab focus and select the entry text. and ↵Johan B. C. Engelen2011-04-142-0/+25
| | | | | add setValueKeepUnit (bzr r10165)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-135-25/+47
| | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)
* fix buildJohan B. C. Engelen2011-04-121-0/+2
| | | (bzr r10160)
* Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵Johan B. C. Engelen2011-04-114-25/+26
| | | | | | | ',' both can be used as decimal point. (related to bug 484187) (bzr r10159)
* add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵Johan B. C. Engelen2011-04-083-0/+119
| | | | | and '.' as the decimal point when in numeric mode. (bzr r10150)
* Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-201-1/+1
| | | (bzr r10119)
* Layers. Fix for Bug #249035: Undo crash when executing extensions.Nicolas Dufour2011-03-181-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/249035 (bzr r10113)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-275-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-227-10/+10
| | | (bzr r10067)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10066)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-7/+7
| | | (bzr r10064)
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-212-0/+151
| | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* update to latest 2geom !Johan B. C. Engelen2011-02-022-4/+4
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-232-1/+2
| | | | | header. (bzr r9978.1.1)
* Mnemonics in fill and stroke dialog and menuKris De Gussem2010-12-172-2/+3
| | | (bzr r9964)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-1213-104/+130
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-0211-52/+52
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-012-5/+5
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-292-8/+8
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | A proper fix for dock item mising icon problem. Fixes bug #658055.Jon A. Cruz2010-12-061-12/+18
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9937)
* | Fix crash when floating dialog icon is not foundKrzysztof Kosi??ski2010-11-211-5/+11
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9909)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1739-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem2010-10-253-4/+4
| | | | | | (bzr r9851)
* | i18n. Metadata labels now fully translatable (with colon).Nicolas Dufour2010-10-241-1/+1
| | | | | | (bzr r9848)
* | Fix for Bug #586955 (the unit for user defined document size is not ↵Nicolas Dufour2010-09-261-0/+9
| | | | | | | | | | refreshed if document is reopen). (bzr r9793)
* | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵Nicolas Dufour2010-09-241-10/+10
| | | | | | | | | | applied properly). (bzr r9781)
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-222-30/+16
|/ | | (bzr r9722)
* Fixing order from r9463, correct order is Width -> Height -> Units. (Bug ↵Alex Leone2010-06-011-1/+1
| | | | | | | | #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9464)
* In the document properties dialog, changes tab order to units, width, ↵Alex Leone2010-06-012-1/+11
| | | | | | | | height. (Bug #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9463)
* Makes the "Fit Page to Selection" margin options load from the opened file. ↵Alex Leone2010-06-012-19/+61
| | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462)
* Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah2010-04-141-1/+1
| | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328)
* Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-011-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
* C++-ification of paint selector.Jon A. Cruz2010-03-221-4/+7
| | | (bzr r9221)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-7/+7
| | | (bzr r9169)
* add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen2010-02-145-2/+119
| | | (bzr r9086.1.1)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-082-26/+69
| | | (bzr r8952)
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
| | | (bzr r8889)
* Patch by Dan_Krause to add Arch Paper sizesJosh Andler2009-11-281-0/+20
| | | (bzr r8843.1.1)
* patch by Adrian Johnson for 166678bulia byak2009-09-051-12/+11
| | | (bzr r8561)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-121-11/+12
| | | | | by Adrian Johnson. (bzr r8473)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-0615-53/+53
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-058-25/+25
| | | (bzr r8408)
* SPDocument->Documentjohnce2009-08-057-28/+28
| | | (bzr r8407)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-0/+1
| | | (bzr r8293)
* Contextual split of translatable messageAlexandre Prokoudine2009-07-081-1/+1
| | | (bzr r8232)