| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 2011-08-27 | 1 | -7/+3 |
| | | | | (bzr r10582.1.4) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+1 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -1/+0 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -2/+2 |
| | | | | (bzr r10347.1.21) | ||||
| * | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 2011-07-19 | 1 | -3/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480) | ||||
| * | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 2011-07-15 | 1 | -6/+6 |
| | | | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452) | ||||
| * | Make cms_key in SPDesktopWidget a regular ustring rather than a pointer | Krzysztof Kosi??ski | 2011-07-14 | 1 | -9/+5 |
| | | | | (bzr r10347.1.15) | ||||
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -4/+4 |
| |\ | | | | | (bzr r10347.1.13) | ||||
| | * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -4/+4 |
| | | | | | | | (bzr r10437) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -11/+11 |
| |\| | | | | | (bzr r10347.1.5) | ||||
| | * | GTK+ cleanup: gtk_type_class | Alex Valavanis | 2011-07-03 | 1 | -1/+1 |
| | | | | | | | (bzr r10407) | ||||
| | * | Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what ↵ | Gellule Xg | 2011-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | looks like a GTK/QUARTZ backend issue, without functionality loss. Fixed bugs: - https://launchpad.net/bugs/487144 (bzr r10381.2.1) | ||||
| | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -7/+7 |
| | | | | | | | (bzr r10350.1.8) | ||||
| | * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | (bzr r10350.1.5) | ||||
| | * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -1/+1 |
| | | | | | | | (bzr r10350.1.3) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -3/+4 |
| | | | | | | | (bzr r10347.1.2) | ||||
| * | | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -2/+2 |
| |/ | | | (bzr r10347.1.1) | ||||
| * | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 2011-06-15 | 1 | -8/+8 |
| | | | | (bzr r10302.1.2) | ||||
| * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 1 | -3/+3 |
| | | | | (bzr r10282.1.1) | ||||
| * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 1 | -3/+3 |
| | | | | (bzr r10277.1.1) | ||||
| * | Replace use of deprecated GtkTooltips API | Alex Valavanis | 2011-06-05 | 1 | -12/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -3/+3 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -0/+19 |
| | | | | (bzr r10198) | ||||
| * | remove wrong format indication in lossy format warning (was always ↵ | Thomas Holder | 2011-03-13 | 1 | -3/+2 |
| | | | | | | org.inkscape.output.svg.inkscape) (bzr r10099) | ||||
| * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -10/+22 |
| | | | | (bzr r10065) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -0/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Simple tracking of time to display dialogs and main window. | Jon A. Cruz | 2010-12-18 | 1 | -0/+18 |
| | | | | (bzr r9966) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -18/+18 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -5/+5 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -7/+7 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Fix for bug #362995 (Default Units in Document Properties ignored). | Nicolas Dufour | 2010-09-24 | 1 | -2/+37 |
| |/ | | | (bzr r9780) | ||||
| * | Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663. | Jon A. Cruz | 2010-06-16 | 1 | -3/+3 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -4/+4 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -4/+4 |
| | | | | (bzr r9281.1.1) | ||||
| * | disable softproofing if no get display id ONLY if source profile is to be ↵ | buliabyak | 2010-01-21 | 1 | -3/+10 |
| | | | | | | taken from display; add statusbar messages; string edit (bzr r9012) | ||||
| * | Initial cut of disabling floating windows on window managers with problems. | Jon A. Cruz | 2010-01-12 | 1 | -0/+1 |
| | | | | (bzr r8971) | ||||
| * | Implemented dynamic repositioning of toolboxes. | Jon A. Cruz | 2010-01-11 | 1 | -7/+47 |
| | | | | (bzr r8968) | ||||
| * | Completed base code to flip toolbox orientation. | Jon A. Cruz | 2010-01-10 | 1 | -1/+7 |
| | | | | | | Basic integration of task switching control. (bzr r8963) | ||||
| * | Leverage recent toolbox c++-ification work to move the snap toolbar to the ↵ | Jon A. Cruz | 2010-01-09 | 1 | -1/+2 |
| | | | | | | side with minimal effort. (bzr r8956) | ||||
| * | Initial c++-ification of toolbox creation. | Jon A. Cruz | 2010-01-09 | 1 | -7/+7 |
| | | | | (bzr r8955) | ||||
| * | C++-ification pass. | Jon A. Cruz | 2010-01-08 | 1 | -47/+48 |
| | | | | (bzr r8954) | ||||
| * | Added UXManager. Cleaning up toolbox creation. | Jon A. Cruz | 2010-01-07 | 1 | -4/+11 |
| | | | | (bzr r8951) | ||||
| * | - new: Print Colors Preview Dialog and rendermode | Felipe Corr??a da Silva Sanches | 2009-12-11 | 1 | -0/+8 |
| | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881) | ||||
| * | remove registerEditWidget, move this to SPDesktop::init instead; a noop ↵ | bulia byak | 2009-10-25 | 1 | -2/+1 |
| | | | | | | change but fixes a weird crash on Windows (bzr r8805) | ||||
| * | Patch by Max for 264709. | Josh Andler | 2009-10-03 | 1 | -3/+11 |
| | | | | (bzr r8706) | ||||
| * | fix ctrl+arrow keys not working after startup | bulia byak | 2009-08-17 | 1 | -0/+2 |
| | | | | (bzr r8498) | ||||
| * | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵ | Maximilian Albert | 2009-08-09 | 1 | -2/+2 |
| | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | remember sticky_zoom toggle button state | Thomas Holder | 2009-08-02 | 1 | -1/+12 |
| | | | | | | use short side ratio instead of area ratio for sticky zoom (revise commit 21355) (bzr r8386) | ||||
