summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* fix setting blend mode to Normalbulia byak2008-11-291-0/+2
| | | (bzr r6918)
* Merge from fe-movedTed Gould2008-11-215-9/+86
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-312-3/+15
| | | (bzr r6887)
* From trunkTed Gould2008-10-2710-301/+233
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-113-11/+12
| | | (bzr r6884)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-7/+6
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Fixes for missing icons and icon size issues.Jon A. Cruz2008-09-211-13/+13
| | | (bzr r6859)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
| | | (bzr r6839)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-162-110/+136
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* Warning cleanupJon A. Cruz2008-09-141-1/+1
| | | (bzr r6809)
* Slightly smaller page size entriesMaximilian Albert2008-09-081-7/+7
| | | (bzr r6779)
* Select landscape by default for certain page formatsMaximilian Albert2008-09-051-4/+28
| | | (bzr r6763)
* Add page sizes for various business card formats as per request in LP #172225Maximilian Albert2008-09-051-0/+5
| | | (bzr r6762)
* The page size table in Document Properties should use the available vertical ↵Maximilian Albert2008-09-051-1/+1
| | | | | space (bzr r6761)
* Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵Maximilian Albert2008-09-042-0/+250
| | | | | to display items in their true sizes) (bzr r6758)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-053-10/+10
| | | (bzr r6569)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-045-13/+14
| | | (bzr r6561)
* Fixed const-correctness and member accessJon A. Cruz2008-08-032-30/+35
| | | (bzr r6544)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-2/+2
| | | (bzr r6513)
* whitespaceMaximilian Albert2008-07-301-1/+1
| | | (bzr r6476)
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-303-6/+4
| | | (bzr r6469)
* New registered widget (text entry box).Maximilian Albert2008-07-295-0/+210
| | | (bzr r6461)
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-241-3/+9
| | | (bzr r6409)
* cleanup includesJohan B. C. Engelen2008-07-212-15/+1
| | | (bzr r6385)
* fix includes a bit for imagetogglerJohan B. C. Engelen2008-07-212-11/+1
| | | (bzr r6384)
* extract ImageToggler from layers dialogJohan B. C. Engelen2008-07-204-0/+226
| | | (bzr r6377)
* Warning cleanupJon A. Cruz2008-07-202-12/+12
| | | (bzr r6367)
* fix combo enum, to handle enums of all types (not only the ones that range ↵Johan B. C. Engelen2008-07-161-3/+3
| | | | | from 0..10) (bzr r6333)
* ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that ↵Peter Moulder2008-07-051-1/+4
| | | | | we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6189)
* Warning cleanupJon A. Cruz2008-07-041-1/+1
| | | (bzr r6156)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-41/+1
| | | (bzr r6046)
* Fixed uninitialized membersJon A. Cruz2008-06-061-4/+9
| | | (bzr r5825)