| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -2/+2 |
| | | | | (bzr r13459) | ||||
| * | Fixed some unused variables warnings. | Markus Engel | 2014-07-22 | 1 | -1/+0 |
| | | | | (bzr r13458) | ||||
| * | Remove Snap menu item and improve grid menu item text | Martin Owens | 2014-03-26 | 1 | -0/+1 |
| | | | | (bzr r13213) | ||||
| * | add another break. It is not strictly necessary here, but who knows what ↵ | Johan B. C. Engelen | 2014-01-10 | 1 | -0/+1 |
| | | | | | | code is added below in the future. (bzr r12912) | ||||
| * | Stop button_release events causing an enter_notify with a simple break. ↵ | Martin Owens | 2014-01-10 | 1 | -0/+1 |
| | | | | | | | | | Fixes bug #1255791 Fixed bugs: - https://launchpad.net/bugs/1255791 (bzr r12911) | ||||
| * | 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 | -5/+5 |
| | | | | (bzr r12782) | ||||
| * | Ported away from and removed "sp-metrics.*". | Matthew Petroff | 2013-07-20 | 1 | -1/+0 |
| | | | | (bzr r12380.1.47) | ||||
| * | Removed "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp". | Matthew Petroff | 2013-07-19 | 1 | -2/+0 |
| | | | | (bzr r12380.1.31) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 1 | -3/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | ||||
| * | Fix for 171333 : Adjust icon for moving guides - Hand icon | John Smith | 2012-10-18 | 1 | -1/+1 |
| | | | | (bzr r11807) | ||||
| * | Fix for 171333 : Adjust icon for moving guides | John Smith | 2012-10-17 | 1 | -1/+10 |
| | | | | (bzr r11806) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -0/+1 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -29/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Migrate to new device pointer API for GTK+ 3 | Alex Valavanis | 2012-06-23 | 1 | -3/+22 |
| | | | | (bzr r11511) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -1/+1 |
| | | | | (bzr r11469.1.1) | ||||
| * | Fix for 951580 : Ruler click toggles guide visibility | John Smith | 2012-06-01 | 1 | -9/+33 |
| | | | | (bzr r11448) | ||||
| * | Get rid of remaining deprecated GdkDevice API usage | Alex Valavanis | 2012-05-27 | 1 | -0/+12 |
| | | | | (bzr r11426) | ||||
| * | More GtkObject fixes | Alex Valavanis | 2012-05-18 | 1 | -0/+4 |
| | | | | (bzr r11382) | ||||
| * | syntx of null pointer dereference checks | Kris De Gussem | 2012-05-12 | 1 | -12/+14 |
| | | | | (bzr r11358) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -63/+1 |
| | | | | (bzr r11318) | ||||
| * | Work around for some missing glibmm headers in gtkmm (should be fixed in ↵ | Alex Valavanis | 2012-04-17 | 1 | -5/+0 |
| | | | | | | gtkmm 3.4) (bzr r11261) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -7/+73 |
| | | | | (bzr r11250) | ||||
| * | Replace deprecated gdk_window_get_pointer | Alex Valavanis | 2012-04-09 | 1 | -2/+8 |
| | | | | (bzr r11197) | ||||
| * | Replace deprecated gdk_cursor_unref | Alex Valavanis | 2012-04-09 | 1 | -0/+12 |
| | | | | (bzr r11196) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-04-04 | 1 | -1/+1 |
| | | | | (bzr r11144) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -0/+1 |
| | | | | (bzr r10986) | ||||
| * | 1) Add checkboxes for perpendicular and tangential snapping to the document ↵ | Diederik van Lierop | 2012-02-14 | 1 | -19/+48 |
| | | | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -1/+3 |
| | | | | (bzr r10963) | ||||
| * | Enable tangential and perpendicular snapping to paths (in the node-tool, ↵ | Diederik van Lierop | 2012-01-14 | 1 | -4/+6 |
| | | | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886) | ||||
| * | Reduce GTK compatibility ifdef complexity. | Jon A. Cruz | 2012-01-10 | 1 | -43/+28 |
| | | | | (bzr r10868) | ||||
| * | Fix desktop-events backward compat | Alex Valavanis | 2012-01-05 | 1 | -0/+42 |
| | | | | (bzr r10846) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -22/+22 |
| | | | | (bzr r10826) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10659) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -1/+1 |
| |\ | | | | | (bzr r10347.1.5) | ||||
| | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -1/+1 |
| | | | | | | | (bzr r10350.1.8) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -9/+9 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | add preference for relative guideline rotation snapping (see rev 10303) | Johan B. C. Engelen | 2011-06-15 | 1 | -8/+20 |
| | | | | (bzr r10307) | ||||
| * | shift+ctrl dragging a guideline: fix to snap to angles with original angle ↵ | Johan B. C. Engelen | 2011-06-14 | 1 | -9/+14 |
| | | | | | | as offset, like rotating normal objects (bzr r10303) | ||||
| * | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵ | Felipe Corr??a da Silva Sanches | 2011-05-18 | 1 | -1/+1 |
| | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209) | ||||
| * | Pass removing some outdated C-macro use. | Jon A. Cruz | 2011-02-20 | 1 | -1/+1 |
| | | | | (bzr r10059) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -9/+10 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -4/+7 |
| | | | | | | | (bzr r9546.1.12) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -4/+4 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -4/+8 |
| | | | | | | | (bzr r9697) | ||||
| * | | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -8/+6 |
| |/ | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625) | ||||
| * | 1) When rotating a guide, don't try to snap when <ctrl> is pressed to ↵ | Diederik van Lierop | 2010-03-07 | 1 | -9/+17 |
| | | | | | | | | constrain to angle increments 2) When dragging the guide origin along the guide, then don't change the mousepointer to the rotation arrows if shift is pressed (bzr r9160) | ||||
| * | While dragging or rotating a guide, <shift>-key now disables snapping. (Just ↵ | Diederik van Lierop | 2010-03-07 | 1 | -17/+24 |
| | | | | | | before dragging starts, the <shift>-key is still used to decide whether we translate or rotate) (bzr r9159) | ||||
