| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle case when an icon is not populated | Jon A. Cruz | 2009-04-19 | 1 | -2/+9 |
| | | | | (bzr r7737) | ||||
| * | switch opacity and blur sliders to delayed update, which makes them much ↵ | bulia byak | 2009-03-09 | 2 | -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 fixes | Krzysztof Kosi??ski | 2009-02-26 | 1 | -2/+5 |
| | | | | (bzr r7373) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 6 | -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??ski | 2009-02-20 | 1 | -6/+1 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 2 | -11/+6 |
| | | | | (bzr r7332) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-02-11 | 1 | -1/+1 |
| | | | | (bzr r7274) | ||||
| * | do not return any non-normal blend mode if we do not show blend mode chooser | bulia byak | 2009-02-10 | 2 | -5/+11 |
| | | | | (bzr r7267) | ||||
| * | it was a very stupid idea to sort all combos without asking - this broke the ↵ | bulia byak | 2009-02-10 | 1 | -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??ski | 2009-02-09 | 2 | -7/+9 |
| | | | | (bzr r7257) | ||||
| * | adding comments/TODOs and/or reverting some of the things done in r20655 | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -1/+7 |
| | | | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -1/+1 |
| | | | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253) | ||||
| * | remove debug code | Johan B. C. Engelen | 2009-01-24 | 1 | -1/+0 |
| | | | | (bzr r7166) | ||||
| * | sort combo enumerations | Johan B. C. Engelen | 2009-01-24 | 1 | -0/+17 |
| | | | | (bzr r7163) | ||||
| * | Warning and whitespace cleanup. | Jon A. Cruz | 2009-01-06 | 1 | -9/+8 |
| | | | | (bzr r7083) | ||||
| * | Move filters into their own namespace Inkscape::Filters (from NR::) | Johan B. C. Engelen | 2009-01-02 | 2 | -2/+2 |
| | | | | (bzr r7058) | ||||
| * | add possibility to change the UI language (gettext) in preferences dialogue | theAdib | 2008-12-30 | 2 | -1/+37 |
| | | | | (bzr r7044) | ||||
| * | Makes page-sizer be a little less eager to change the orientation of pages ↵ | Jasper van de Gronde | 2008-12-08 | 1 | -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 Normal | bulia byak | 2008-11-29 | 1 | -0/+2 |
| | | | | (bzr r6918) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 5 | -9/+86 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 2 | -3/+15 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 10 | -301/+233 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 3 | -11/+12 |
| | | | | (bzr r6884) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -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. Cruz | 2008-09-21 | 1 | -13/+13 |
| | | | | (bzr r6859) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -1/+1 |
| | | | | (bzr r6839) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 2 | -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 cleanup | Jon A. Cruz | 2008-09-14 | 1 | -1/+1 |
| | | | | (bzr r6809) | ||||
| * | Slightly smaller page size entries | Maximilian Albert | 2008-09-08 | 1 | -7/+7 |
| | | | | (bzr r6779) | ||||
| * | Select landscape by default for certain page formats | Maximilian Albert | 2008-09-05 | 1 | -4/+28 |
| | | | | (bzr r6763) | ||||
| * | Add page sizes for various business card formats as per request in LP #172225 | Maximilian Albert | 2008-09-05 | 1 | -0/+5 |
| | | | | (bzr r6762) | ||||
| * | The page size table in Document Properties should use the available vertical ↵ | Maximilian Albert | 2008-09-05 | 1 | -1/+1 |
| | | | | | | space (bzr r6761) | ||||
| * | Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵ | Maximilian Albert | 2008-09-04 | 2 | -0/+250 |
| | | | | | | to display items in their true sizes) (bzr r6758) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 3 | -10/+10 |
| | | | | (bzr r6569) | ||||
| * | NR:: => Geom:: for much of src/ui and src/widgets | Johan B. C. Engelen | 2008-08-04 | 5 | -13/+14 |
| | | | | (bzr r6561) | ||||
| * | Fixed const-correctness and member access | Jon A. Cruz | 2008-08-03 | 2 | -30/+35 |
| | | | | (bzr r6544) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 |
| | | | | (bzr r6513) | ||||
| * | whitespace | Maximilian Albert | 2008-07-30 | 1 | -1/+1 |
| | | | | (bzr r6476) | ||||
| * | Make text widget for TextParams work and re-enable it | Maximilian Albert | 2008-07-30 | 3 | -6/+4 |
| | | | | (bzr r6469) | ||||
| * | New registered widget (text entry box). | Maximilian Albert | 2008-07-29 | 5 | -0/+210 |
| | | | | (bzr r6461) | ||||
| * | Fixed regression: changing blend mode in layers dialog didn't work | Niko Kiirala | 2008-07-24 | 1 | -3/+9 |
| | | | | (bzr r6409) | ||||
| * | cleanup includes | Johan B. C. Engelen | 2008-07-21 | 2 | -15/+1 |
| | | | | (bzr r6385) | ||||
| * | fix includes a bit for imagetoggler | Johan B. C. Engelen | 2008-07-21 | 2 | -11/+1 |
| | | | | (bzr r6384) | ||||
| * | extract ImageToggler from layers dialog | Johan B. C. Engelen | 2008-07-20 | 4 | -0/+226 |
| | | | | (bzr r6377) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-20 | 2 | -12/+12 |
| | | | | (bzr r6367) | ||||
| * | fix combo enum, to handle enums of all types (not only the ones that range ↵ | Johan B. C. Engelen | 2008-07-16 | 1 | -3/+3 |
| | | | | | | from 0..10) (bzr r6333) | ||||
| * | ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that ↵ | Peter Moulder | 2008-07-05 | 1 | -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 cleanup | Jon A. Cruz | 2008-07-04 | 1 | -1/+1 |
| | | | | (bzr r6156) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -41/+1 |
| | | | | (bzr r6046) | ||||
| * | Fixed uninitialized members | Jon A. Cruz | 2008-06-06 | 1 | -4/+9 |
| | | | | (bzr r5825) | ||||
