summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-2543-76/+71
|\| | | | | | | | (bzr r9508.1.70)
| * | 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)
* / Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-12/+19
|/ | | (bzr r9508.1.67)
* 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)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-032-4/+16
| | | (bzr r7985)
* When changing document size, the origin (lower left corner) should be ↵Diederik van Lierop2009-05-091-0/+6
| | | | | stationary. This way the guides will keep their relative position w.r.t. the objects (bug #167762), and also everything will be redrawn properly (bug #179373) (bzr r7840)
* Fix compile on Windows (the last paramteter is not defaulted in olderKrzysztof Kosi??ski2009-04-251-1/+1
| | | | | versions of gtkmm) (bzr r7774)
* Fix missing dock icons (bug #364075)Krzysztof Kosi??ski2009-04-251-29/+9
| | | (bzr r7772)
* Handle case when an icon is not populatedJon A. Cruz2009-04-191-2/+9
| | | (bzr r7737)
* switch opacity and blur sliders to delayed update, which makes them much ↵bulia byak2009-03-092-4/+6
| | | | | more resposive and easier to handle; also, remove the old workaround for gtk crash which is no more, allowing interruptibility and thus also improving responsiveness (bzr r7446)
* Several icon name fixesKrzysztof Kosi??ski2009-02-261-2/+5
| | | (bzr r7373)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-216-6/+724
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-192-11/+6
| | | (bzr r7332)
* Warning cleanupJon A. Cruz2009-02-111-1/+1
| | | (bzr r7274)
* do not return any non-normal blend mode if we do not show blend mode chooserbulia byak2009-02-102-5/+11
| | | (bzr r7267)
* it was a very stupid idea to sort all combos without asking - this broke the ↵bulia byak2009-02-101-6/+16
| | | | | blend modes list in fill/stroke which relied on the set order of its enum (bzr r7266)
* Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski2009-02-092-7/+9
| | | (bzr r7257)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-1/+7
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* remove debug codeJohan B. C. Engelen2009-01-241-1/+0
| | | (bzr r7166)
* sort combo enumerationsJohan B. C. Engelen2009-01-241-0/+17
| | | (bzr r7163)
* Warning and whitespace cleanup.Jon A. Cruz2009-01-061-9/+8
| | | (bzr r7083)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-022-2/+2
| | | (bzr r7058)
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-302-1/+37
| | | (bzr r7044)
* Makes page-sizer be a little less eager to change the orientation of pages ↵Jasper van de Gronde2008-12-081-5/+12
| | | | | automatically(!), it only does it for page sizes which are preferred to be in a certain orientation (landscape) now. (bzr r6972)