| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+0 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13810) | ||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.253) | ||||
| * | Move GtkAction subclasses to widgets/ | Liam P. White | 2014-10-05 | 1 | -5/+5 |
| | | | | (bzr r13341.1.249) | ||||
| * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.247) | ||||
| * | Spray. Fix for bug #1327577 (Tablet pressure button wrongly located in Spray ↵ | Nicolas Dufour | 2014-06-11 | 1 | -1/+1 |
| | | | | | | | | | tool control bar). Fixed bugs: - https://launchpad.net/bugs/1327577 (bzr r13419) | ||||
| * | Make experimental feature enabling more unified/easy. | Josh Andler | 2014-05-05 | 1 | -2/+3 |
| | | | | (bzr r13336) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -8/+9 |
| | | | | (bzr r12782) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -47/+49 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -8/+0 |
| | |\ | | | | | | | (bzr r11608.1.120) | ||||
| | * \ | Merge from trunk (r12439). | Markus Engel | 2013-07-25 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | (bzr r11608.1.108) | ||||
| | * \ \ | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -6/+12 |
| | |\ \ \ | | | | | | | | | | | (bzr r11608.1.107) | ||||
| | * | | | | Merging of EventContext classes complete. | Markus Engel | 2013-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | (bzr r11608.1.98) | ||||
| | * | | | | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -47/+49 |
| | | | | | | | | | | | | | | | | (bzr r11608.1.97) | ||||
| * | | | | | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 1 | -2/+4 |
| | |_|_|/ |/| | | | | | | | (bzr r12475.1.22) | ||||
| * | | | | Merge from trunk. | Matthew Petroff | 2013-07-30 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ | |/| | | (bzr r12380.1.51) | ||||
| | * | | | Fix spelling error in filename | Krzysztof Kosi??ski | 2013-07-23 | 1 | -1/+1 |
| | | |/ | |/| | | | | (bzr r12430) | ||||
| * | | | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. | Matthew Petroff | 2013-07-19 | 1 | -5/+0 |
| | | | | | | | | | | (bzr r12380.1.30) | ||||
| * | | | Port remaining files away from "helper/unit-tracker.h". | Matthew Petroff | 2013-07-17 | 1 | -3/+0 |
| |/ / | | | | | (bzr r12380.1.19) | ||||
| * | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | | | | | | has it. (bzr r12353) | ||||
| * | | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| |/ | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Fixed uninitialized variables & misc warnings. | Jon A. Cruz | 2013-03-25 | 1 | -1/+1 |
| | | | | (bzr r12241) | ||||
| * | Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar ↵ | Alex Valavanis | 2013-01-15 | 1 | -53/+4 |
| | | | | | | | | | functionality) Fixed bugs: - https://launchpad.net/bugs/1096350 (bzr r12027) | ||||
| * | Merge in connector cleanup | Martin Owens | 2013-01-11 | 1 | -3/+0 |
| |\ | | | | | (bzr r12015) | ||||
| | * | Step 1. Remove junk and keep functionality. | Martin Owens | 2012-11-30 | 1 | -3/+0 |
| | | | | | | | (bzr r11894.1.1) | ||||
| * | | Fix for 255792 : Calligraphy tool presets management | John Smith | 2012-11-30 | 1 | -0/+1 |
| |/ | | | (bzr r11916) | ||||
| * | GTK3: Migrate toolbox to GtkGrid API | Alex Valavanis | 2012-10-20 | 1 | -0/+19 |
| | | | | (bzr r11815) | ||||
| * | Fix for 246153 : Broken style indicator | John Smith | 2012-10-11 | 1 | -1/+1 |
| | | | | (bzr r11776) | ||||
| * | i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects). | Nicolas Dufour | 2012-08-15 | 1 | -1/+1 |
| | | | | | | Translations. inkscape.pot and French translation update. (bzr r11606) | ||||
| * | Fix for 575831 : Add font variant drop-down box to new text toolbar | John Smith | 2012-08-04 | 1 | -2/+3 |
| | | | | (bzr r11586) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -2/+21 |
| | | | | (bzr r11406) | ||||
| * | Fix for 169759 : HIG compliant Edit menu | John Smith | 2012-05-11 | 1 | -1/+1 |
| | | | | (bzr r11354) | ||||
| * | Fix for 986446 : Refactor toolbox into tool specific files | John Smith | 2012-05-08 | 1 | -6818/+31 |
| | | | | (bzr r11346) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -1/+1 |
| | | | | (bzr r11318) | ||||
| * | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 2012-04-30 | 1 | -0/+5 |
| | | | | (bzr r11308) | ||||
| * | Fix for 950677 : Add link option to gradient toolbar | John Smith | 2012-04-25 | 1 | -0/+1 |
| | | | | (bzr r11291) | ||||
| * | Correct GTK+ 3 box syntax in toolbox | Alex Valavanis | 2012-04-23 | 1 | -5/+5 |
| | | | | (bzr r11287) | ||||
| * | Get rid of GtkObject in toolbox | Alex Valavanis | 2012-04-23 | 1 | -16/+16 |
| | | | | (bzr r11286) | ||||
| * | Fix remaining Lucid build issues, hopefully | Alex Valavanis | 2012-04-23 | 1 | -18/+22 |
| | | | | (bzr r11285) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -1/+5 |
| | | | | (bzr r11250) | ||||
| * | Replace deprecated gtk_vbox_new and gtk_widget_size_request | Alex Valavanis | 2012-04-10 | 1 | -0/+20 |
| | | | | (bzr r11213) | ||||
| * | Replace remaining gtk_hbox_new usage | Alex Valavanis | 2012-04-10 | 1 | -0/+5 |
| | | | | (bzr r11204) | ||||
| * | Fix for 950677 : Add stops and repeat controls to the gradient toolbar | John Smith | 2012-04-01 | 1 | -5/+19 |
| | | | | (bzr r11134) | ||||
| * | Fix false gtk deprecation warnings from gtkmm headers | Alex Valavanis | 2012-03-12 | 1 | -1/+1 |
| | | | | (bzr r11070) | ||||
| * | UI. Removing Affect: label (see Bug #590686). | Nicolas Dufour | 2012-03-08 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/590686 (bzr r11062) | ||||
| * | Fix for 390458 : Convert Export Bitmap to a dockable dialog | John Smith | 2012-03-03 | 1 | -2/+3 |
| | | | | (bzr r11042) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+3 |
| | | | | (bzr r11030) | ||||
