| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge from trunk (r12487) | su_v | 2013-08-29 | 39 | -405/+256 |
| |\ | | | | | (bzr r11668.1.75) | ||||
| | * | Merge Google Summer of Code unit refactor. | Matthew Petroff | 2013-08-06 | 31 | -381/+223 |
| | |\ | | | | | | | (bzr r12471) | ||||
| | | * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 7 | -17/+7 |
| | | | | | | | | | | (bzr r12380.1.62) | ||||
| | | * | Improved math formatting. | Matthew Petroff | 2013-08-01 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r12380.1.55) | ||||
| | | * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -1/+0 |
| | | | | | | | | | | (bzr r12380.1.54) | ||||
| | | * | Added percent support back to select toolbar. | Matthew Petroff | 2013-07-31 | 1 | -6/+7 |
| | | | | | | | | | | (bzr r12380.1.53) | ||||
| | | * | Cleanup. | Matthew Petroff | 2013-07-30 | 2 | -11/+0 |
| | | | | | | | | | | (bzr r12380.1.52) | ||||
| | | * | Merge from trunk. | Matthew Petroff | 2013-07-30 | 5 | -6/+6 |
| | | |\ | | | | | | | | | (bzr r12380.1.51) | ||||
| | | * | | Ported "widgets/ruler.*" away from SPMetric. | Matthew Petroff | 2013-07-22 | 3 | -28/+36 |
| | | | | | | | | | | | | | (bzr r12380.1.48) | ||||
| | | * | | Ported "widgets/stroke-style.*". | Matthew Petroff | 2013-07-20 | 2 | -97/+50 |
| | | | | | | | | | | | | | (bzr r12380.1.44) | ||||
| | | * | | Ported "ui/widget/selected-style.*". | Matthew Petroff | 2013-07-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | (bzr r12380.1.39) | ||||
| | | * | | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. | Matthew Petroff | 2013-07-19 | 19 | -58/+46 |
| | | | | | | | | | | | | | (bzr r12380.1.30) | ||||
| | | * | | Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and ↵ | Matthew Petroff | 2013-07-19 | 3 | -52/+0 |
| | | | | | | | | | | | | | | | | | | | | | "widgets/spw-utilities.h". (bzr r12380.1.29) | ||||
| | | * | | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 3 | -29/+23 |
| | | | | | | | | | | | | | (bzr r12380.1.28) | ||||
| | | * | | Port remaining files away from "helper/unit-tracker.h". | Matthew Petroff | 2013-07-17 | 5 | -58/+68 |
| | | | | | | | | | | | | | (bzr r12380.1.19) | ||||
| | | * | | Merge from trunk. | Matthew Petroff | 2013-07-17 | 6 | -12/+22 |
| | | |\ \ | | | | | | | | | | | (bzr r12380.1.17) | ||||
| | | * | | | Ported "widgets/node-toolbar.cpp". | Matthew Petroff | 2013-07-17 | 1 | -14/+21 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.15) | ||||
| | | * | | | Fixed memory corruption introduced in a previous commit. | Matthew Petroff | 2013-07-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.14) | ||||
| | | * | | | Fixed conversion factors and missed unit include removal. | Matthew Petroff | 2013-07-17 | 2 | -7/+2 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.12) | ||||
| | | * | | | Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp" | Matthew Petroff | 2013-07-17 | 2 | -14/+12 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.11) | ||||
| | | * | | | Removed unused unit includes. | Matthew Petroff | 2013-07-17 | 12 | -53/+14 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.10) | ||||
| | | * | | | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 8 | -14/+14 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.8) | ||||
| | * | | | | code cleanup (cppcheck) | Johan B. C. Engelen | 2013-08-05 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | (bzr r12469) | ||||
| | * | | | | remove unused variable | Johan B. C. Engelen | 2013-08-03 | 1 | -1/+0 |
| | | |_|/ | |/| | | | | | | (bzr r12454) | ||||
| | * | | | Fix spelling error in filename | Krzysztof Kosi??ski | 2013-07-23 | 5 | -6/+6 |
| | | |/ | |/| | | | | (bzr r12430) | ||||
| | * | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 6 | -12/+22 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| | * | cppcheck | Kris De Gussem | 2013-06-21 | 1 | -2/+4 |
| | | | | | | | (bzr r12382) | ||||
| * | | merge from trunk (r12380) | su_v | 2013-06-19 | 20 | -345/+467 |
| |\| | | | | | (bzr r11668.1.72) | ||||
| | * | Fix for 1184408 : Additional zoom levels in zoom context menu | John Smith | 2013-06-16 | 1 | -35/+78 |
| | | | | | | | (bzr r12378) | ||||
| | * | Revert Fix for 600285 : Zoom slider | John Smith | 2013-06-15 | 2 | -15/+7 |
| | | | | | | | (bzr r12377) | ||||
| | * | Use fixed inkscape icon for 'no-marker' instead of gtk theme icon | Martin Owens | 2013-06-12 | 3 | -7/+10 |
| | | | | | | | (bzr r12371) | ||||
| | * | Use 'remove' instead of 'gtk-remove' for theme. | Martin Owens | 2013-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1190072 (bzr r12369) | ||||
| | * | Change back to using NULL and fix windows theme error by checking | Martin Owens | 2013-06-11 | 1 | -5/+8 |
| | | | | | | | (bzr r12367) | ||||
| | * | Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for ↵ | Martin Owens | 2013-06-11 | 1 | -2/+5 |
| | | | | | | | | | | | No-Marker. (bzr r12364) | ||||
| | * | Change marker layout in stroke-widget so they are all on one line. | Martin Owens | 2013-06-11 | 3 | -45/+8 |
| | | | | | | | (bzr r12363) | ||||
| | * | Remove use of separate array for scale values. | Jon A. Cruz | 2013-06-09 | 1 | -34/+47 |
| | | | | | | | (bzr r12361) | ||||
| | * | Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function. | Jon A. Cruz | 2013-06-09 | 1 | -78/+52 |
| | | | | | | | (bzr r12360) | ||||
| | * | C++ conversion of parallel arrays to vector of class instances. | Jon A. Cruz | 2013-06-07 | 1 | -89/+137 |
| | | | | | | | (bzr r12358) | ||||
| | * | Check for value in range before dereferencing. | Jon A. Cruz | 2013-06-07 | 1 | -2/+5 |
| | | | | | | | (bzr r12357) | ||||
| | * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 7 | -0/+28 |
| | | | | | | | (bzr r12355) | ||||
| | * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 14 | -0/+30 |
| | | | | | | | | | | | has it. (bzr r12353) | ||||
| | * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 14 | -0/+25 |
| | | | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| | * | Refactored internals to use a vector of structs instead of several parallel ↵ | Jon A. Cruz | 2013-05-18 | 1 | -95/+89 |
| | | | | | | | | | | | arrays. (bzr r12339) | ||||
| * | | merge from trunk (r12337) | su_v | 2013-05-16 | 2 | -288/+306 |
| |\| | | | | | (bzr r11668.1.70) | ||||
| | * | Moved icc selector members to internal helper. | Jon A. Cruz | 2013-05-13 | 2 | -288/+306 |
| | | | | | | | (bzr r12332) | ||||
| * | | merge from trunk (r12322) | su_v | 2013-05-05 | 8 | -28/+19 |
| |\| | | | | | (bzr r11668.1.69) | ||||
| | * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 2 | -4/+4 |
| | | | | | | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| | * | Warning cleanup. | Jon A. Cruz | 2013-04-28 | 2 | -6/+5 |
| | | | | | | | (bzr r12309) | ||||
| | * | minor cppcheck stuff | Kris De Gussem | 2013-04-28 | 6 | -18/+10 |
| | | | | | | | (bzr r12307) | ||||
| * | | merge from trunk (r12305) | su_v | 2013-04-27 | 2 | -7/+15 |
| |\| | | | | | (bzr r11668.1.68) | ||||
