| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Port remaining files away from "helper/unit-tracker.h". | Matthew Petroff | 2013-07-17 | 1 | -4/+4 | |
| | | | | | | | | | | | | | (bzr r12380.1.19) | |||||
| * | | | | Merge from trunk. | Matthew Petroff | 2013-07-17 | 1 | -2/+4 | |
| |\ \ \ \ | | |_|/ | |/| | | (bzr r12380.1.17) | |||||
| | * | | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -2/+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) | |||||
| * | | | | 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 | 1 | -2/+2 | |
| | | | | | | | | | | | | | (bzr r12380.1.12) | |||||
| * | | | | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -5/+5 | |
| |/ / / | | | | | | | (bzr r12380.1.8) | |||||
| * | | | 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 | 1 | -14/+6 | |
| | | | | | | | | | | (bzr r12377) | |||||
| * | | | Warning cleanup. | Jon A. Cruz | 2013-04-28 | 1 | -5/+4 | |
| | |/ |/| | | | (bzr r12309) | |||||
| * | | Fix for 600285 : Zoom slider | John Smith | 2013-04-21 | 1 | -6/+14 | |
| |/ | | | (bzr r12294) | |||||
| * | Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker | Alex Valavanis | 2013-03-09 | 1 | -0/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185) | |||||
| * | Drop dead Inkboard code. Config flag no longer exists | Alex Valavanis | 2013-03-04 | 1 | -5/+0 | |
| | | | | (bzr r12173) | |||||
| * | Null pointer check (should fix Bug #966441 ) | Kris De Gussem | 2013-02-23 | 1 | -0/+4 | |
| | | | | (bzr r12141) | |||||
| * | Fix for 1091582 : Problem with key release when pressing space with cursor ↵ | John Smith | 2013-02-02 | 1 | -4/+5 | |
| | | | | | | off canvas. (bzr r12088) | |||||
| * | Disconnect size_allocation signal handler before disposing desktop widget | Alex Valavanis | 2013-01-30 | 1 | -22/+24 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1108930 (bzr r12078) | |||||
| * | desktop-widget: Add callback to ensure that ruler ranges are correctly ↵ | Alex Valavanis | 2013-01-27 | 1 | -0/+23 | |
| | | | | | | | | | updated when canvas table resizes Fixed bugs: - https://launchpad.net/bugs/950552 (bzr r12068) | |||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 1 | -7/+3 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | |||||
| * | rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a ↵ | Alex Valavanis | 2012-12-31 | 1 | -4/+4 | |
| | | | | | | (2012-10-23) in GIMP git repo, gtk3-port branch (bzr r12003) | |||||
| * | rulers: (Merge from GIMP) Set range in ruler units, not in px | Alex Valavanis | 2012-12-31 | 1 | -11/+5 | |
| | | | | (bzr r12002) | |||||
| * | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 2012-12-25 | 1 | -13/+13 | |
| | | | | | | christmas\!) (bzr r11986) | |||||
| * | Stop using UNUSED_PIXELS hack in ruler. This was only required because of ↵ | Alex Valavanis | 2012-12-25 | 1 | -19/+10 | |
| | | | | | | the padding used in the desktop widget (bzr r11985) | |||||
| * | desktop-widget: Use GtkStyleContext for GTK+ 3 widget rendering | Alex Valavanis | 2012-12-25 | 1 | -32/+24 | |
| | | | | (bzr r11984) | |||||
| * | desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawing | Alex Valavanis | 2012-12-25 | 1 | -24/+0 | |
| | | | | (bzr r11983) | |||||
| * | ruler (Merge from GIMP): Convert to no-window widget and provide separate ↵ | Alex Valavanis | 2012-12-22 | 1 | -12/+4 | |
| | | | | | | accessors for position (bzr r11973) | |||||
| * | GTK+ 3: Switch to more orientable widgets | Alex Valavanis | 2012-12-16 | 1 | -0/+5 | |
| | | | | (bzr r11960) | |||||
| * | can't do a string comparison like that! | Johan B. C. Engelen | 2012-12-05 | 1 | -9/+9 | |
| | | | | (bzr r11932) | |||||
| * | i18n. Improving windows's title internationalization (color mode wasn't ↵ | Nicolas Dufour | 2012-12-05 | 1 | -14/+35 | |
| | | | | | | | | correctly handled). Translations. Translation template and French translation update. (bzr r11930) | |||||
| * | Marked even more user visible messages for translation | Alexandre Prokoudine | 2012-11-26 | 1 | -4/+4 | |
| | | | | (bzr r11900) | |||||
| * | Replace remaining C-style pointer casts for src/widgets | Alex Valavanis | 2012-11-11 | 1 | -1/+1 | |
| | | | | (bzr r11868) | |||||
| * | Fix grid layout in desktop widget | Alex Valavanis | 2012-10-21 | 1 | -2/+0 | |
| | | | | (bzr r11816) | |||||
| * | GTK3: Migrate desktop widget to GtkGrid | Alex Valavanis | 2012-10-20 | 1 | -36/+143 | |
| | | | | (bzr r11814) | |||||
| * | Fix for 166691 : Changing layer order does not update layer selector | John Smith | 2012-09-27 | 1 | -0/+1 | |
| | | | | (bzr r11709) | |||||
| * | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 2012-08-09 | 1 | -0/+6 | |
| | | | | (bzr r11600) | |||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -10/+0 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| * | Fix new deprecated GTK+ symbols in desktop-widget | Alex Valavanis | 2012-06-14 | 1 | -2/+17 | |
| | | | | (bzr r11499) | |||||
| * | Drop check for ancient GTK version. Fixes statusbar width issue | Alex Valavanis | 2012-06-14 | 1 | -2/+0 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1011332 (bzr r11497) | |||||
| * | Fix compile for GTK+ less than 2.20 when GSEAL is on. Fixes bug #1009010. | Jon A. Cruz | 2012-06-07 | 1 | -4/+6 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1009010 (bzr r11464) | |||||
| * | Use accessor function for private label in message dialog | Alex Valavanis | 2012-05-26 | 1 | -4/+18 | |
| | | | | (bzr r11421) | |||||
| * | Don't use extension events API in GTK+3 builds | Alex Valavanis | 2012-05-24 | 1 | -0/+6 | |
| | | | | (bzr r11413) | |||||
| * | More GTK+ 3 fixes for desktop-widget | Alex Valavanis | 2012-05-22 | 1 | -6/+0 | |
| | | | | (bzr r11404) | |||||
| * | More GtkObject fixes | Alex Valavanis | 2012-05-18 | 1 | -7/+6 | |
| | | | | (bzr r11383) | |||||
| * | Merge more ruler code | Alex Valavanis | 2012-05-06 | 1 | -14/+14 | |
| | | | | (bzr r11329) | |||||
| * | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 2012-04-30 | 1 | -2/+15 | |
| | | | | (bzr r11309) | |||||
| * | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 2012-04-30 | 1 | -2/+10 | |
| | | | | (bzr r11308) | |||||
| * | Get rid of GtkObject in toolbox | Alex Valavanis | 2012-04-23 | 1 | -1/+1 | |
| | | | | (bzr r11286) | |||||
| * | Replace deprecated gtk_vbox_new and gtk_widget_size_request | Alex Valavanis | 2012-04-10 | 1 | -0/+10 | |
| | | | | (bzr r11213) | |||||
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 1 | -1/+1 | |
| | | | | (bzr r11207) | |||||
| * | Replace remaining gtk_hbox_new usage | Alex Valavanis | 2012-04-10 | 1 | -0/+16 | |
| | | | | (bzr r11204) | |||||
| * | Replace deprecated gdk_window_get_pointer | Alex Valavanis | 2012-04-09 | 1 | -1/+8 | |
| | | | | (bzr r11197) | |||||
| * | UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵ | Nicolas Dufour | 2012-03-07 | 1 | -6/+11 | |
| | | | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054) | |||||
