| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -2/+2 |
| | | | | (bzr r11608.1.111) | ||||
| * | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -0/+15 |
| | | | | (bzr r11608.1.109) | ||||
| * | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -6/+4 |
| |\ | | | | | (bzr r11608.1.107) | ||||
| | * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -2/+2 |
| | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| | * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Further changes to EventContexts; they work without GObject | Markus Engel | 2013-04-20 | 1 | -2/+5 |
| |/ | | | (bzr r11608.1.97) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12205) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12204) | ||||
| * | Drop dead Inkboard code. Config flag no longer exists | Alex Valavanis | 2013-03-04 | 1 | -10/+0 |
| | | | | (bzr r12173) | ||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | ||||
| * | Fix for 191020 : Lock/Unlock all layers - Lock other layers | John Smith | 2012-10-11 | 1 | -0/+1 |
| | | | | (bzr r11779) | ||||
| * | Fix for 171904 : toggleToolbox verb | John Smith | 2012-10-11 | 1 | -0/+1 |
| | | | | (bzr r11778) | ||||
| * | Fix for 191020 : Lock/Unlock all layers | John Smith | 2012-10-09 | 1 | -1/+2 |
| | | | | (bzr r11764) | ||||
| * | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 2012-08-09 | 1 | -0/+1 |
| | | | | (bzr r11600) | ||||
| * | Fix for 378413 : Show/Hide all layers | John Smith | 2012-07-12 | 1 | -0/+1 |
| | | | | (bzr r11545) | ||||
| * | Fixing to use explicit enum types instead of generic guint & bool. | Jon A. Cruz | 2012-05-08 | 1 | -2/+4 |
| | | | | (bzr r11345) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -2/+6 |
| | | | | (bzr r11030) | ||||
| * | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 2012-02-17 | 1 | -0/+6 |
| | | | | (bzr r10992) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -6/+9 |
| | | | | (bzr r10986) | ||||
| * | Added signal for desktop destruction to allow for proper removal of tracked ↵ | Jon A. Cruz | 2012-01-01 | 1 | -0/+6 |
| | | | | | | | | | stale pointers. Fixes bug #869067. Fixed bugs: - https://launchpad.net/bugs/869067 (bzr r10814) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -2/+2 |
| | | | | (bzr r10766.1.1) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+31 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+1 |
| | | | | (bzr r10696) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+4 |
| | | | | (bzr r10582.1.5) | ||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -6/+6 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -6/+6 |
| | | | | | | | (bzr r10347.1.21) | ||||
| * | | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes. | Nicolas Dufour | 2011-08-21 | 1 | -1/+2 |
| | | | | | | | (bzr r10559) | ||||
| * | | Better memory-leak fix by just changing member to Glib::ustring. Eliminates ↵ | Jon A. Cruz | 2011-07-31 | 1 | -1/+1 |
| |/ | | | | | potential for missing g_free() calls. (bzr r10522) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -0/+3 |
| | | | | (bzr r10461) | ||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -2/+2 |
| | | | | (bzr r10350.1.3) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -0/+1 |
| | | | | (bzr r10198) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -3/+14 |
| | | | | (bzr r10065) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -7/+7 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -6/+12 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | More on c++ification and some XML privatisation | Abhishek Sharma public | 2010-07-20 | 1 | -1/+2 |
| | | | | | | | (bzr r9546.1.10) | ||||
| | * | More in XML privatisation with new create3DBox function and other ↵ | Abhishek Sharma Public | 2010-07-17 | 1 | -0/+2 |
| | | | | | | | | | | | supplements to efficiently hide information. (bzr r9546.1.8) | ||||
| * | | Disabling Print Colors dialog due to lack of resolution from mailing list ↵ | Josh Andler | 2010-07-07 | 1 | -3/+3 |
| |/ | | | | | thread and no response by author (bzr r9593) | ||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -3/+3 |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | Removed outdated forward declarations. | Jon A. Cruz | 2010-01-08 | 1 | -3/+0 |
| | | | | | | | (bzr r8953) | ||||
| | * | - new: Print Colors Preview Dialog and rendermode | Felipe Corr??a da Silva Sanches | 2009-12-11 | 1 | -0/+3 |
| | | | | | | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881) | ||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+5 |
| |/ | | | (bzr r8846.1.1) | ||||
| * | remove registerEditWidget, move this to SPDesktop::init instead; a noop ↵ | bulia byak | 2009-10-25 | 1 | -4/+1 |
| | | | | | | change but fixes a weird crash on Windows (bzr r8805) | ||||
| * | Patch by Adib for 238796 | Josh Andler | 2009-09-21 | 1 | -1/+0 |
| | | | | (bzr r8626) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -4/+4 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8404) | ||||
| * | add accessor for the waiting_cursor flag (sorry for the recompile) | bulia byak | 2009-01-28 | 1 | -0/+1 |
| | | | | (bzr r7201) | ||||
| * | Remove some SP_ACTIVE_DESKTOP() calls | Diederik van Lierop | 2009-01-25 | 1 | -1/+1 |
| | | | | (bzr r7174) | ||||
| * | Added a new toolbar with snapping controls | Diederik van Lierop | 2009-01-10 | 1 | -1/+1 |
| | | | | (bzr r7107) | ||||
