summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-223-28/+36
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported "widgets/stroke-style.*".Matthew Petroff2013-07-202-97/+50
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-191-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-1919-58/+46
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and "widgets/spw-u...Matthew Petroff2013-07-193-52/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-183-29/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port remaining files away from "helper/unit-tracker.h".Matthew Petroff2013-07-175-58/+68
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from trunk.Matthew Petroff2013-07-176-12/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported "widgets/node-toolbar.cpp".Matthew Petroff2013-07-171-14/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed memory corruption introduced in a previous commit.Matthew Petroff2013-07-171-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-172-7/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"Matthew Petroff2013-07-172-14/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused unit includes.Matthew Petroff2013-07-1712-53/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-098-14/+14
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unused variableJohan B. C. Engelen2013-08-031-1/+0
| |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spelling error in filenameKrzysztof Kosi??ski2013-07-235-6/+6
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-016-12/+22
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | / / / / / / / / / / / / cppcheckKris De Gussem2013-06-211-2/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for 1184408 : Additional zoom levels in zoom context menuJohn Smith2013-06-161-35/+78
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert Fix for 600285 : Zoom sliderJohn Smith2013-06-152-15/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-123-7/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 'remove' instead of 'gtk-remove' for theme.Martin Owens2013-06-121-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change back to using NULL and fix windows theme error by checkingMartin Owens2013-06-111-5/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-...Martin Owens2013-06-111-2/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-113-45/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove use of separate array for scale values.Jon A. Cruz2013-06-091-34/+47
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function.Jon A. Cruz2013-06-091-78/+52
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ conversion of parallel arrays to vector of class instances.Jon A. Cruz2013-06-071-89/+137
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for value in range before dereferencing.Jon A. Cruz2013-06-071-2/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-077-0/+28
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-0614-0/+30
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-0414-0/+25
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored internals to use a vector of structs instead of several parallel a...Jon A. Cruz2013-05-181-95/+89
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved icc selector members to internal helper.Jon A. Cruz2013-05-132-288/+306
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-292-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning cleanup.Jon A. Cruz2013-04-282-6/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor cppcheck stuffKris De Gussem2013-04-286-18/+10
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for 600285 : Zoom sliderJohn Smith2013-04-212-7/+15
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-2522-46/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-251-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use subclass of RadioButton rather than setting gobject data in Stroke Style ...Alex Valavanis2013-03-232-65/+120
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix remaining forward declaration tags (except for unavoidable internal error...Alex Valavanis2013-03-152-5/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix another tonne of forward declaration tagsAlex Valavanis2013-03-144-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-1420-20/+20
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further migration to Gtk::GridAlex Valavanis2013-03-122-8/+55
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-5/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Convert font-selector, text-edit, glyphs to use updated font-lister (use font...Tavmjong Bah2013-03-013-161/+125
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |