| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -39/+33 |
| | | |||||
| * | Rm more deprecated Gtk::Stock | Alex Valavanis | 2016-12-27 | 1 | -3/+3 |
| | | | | (bzr r15367) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -78/+2 |
| |\ | | | | | (bzr r15038) | ||||
| | * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -78/+2 |
| | | | | | | | (bzr r15023.2.6) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -6/+2 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+6 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -6/+1 |
| |/ | | | (bzr r15025) | ||||
| * | Add line-height unit selector to text toolbar. | Tavmjong Bah | 2016-03-22 | 1 | -4/+0 |
| | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3) | ||||
| * | Make persistence of snap indicator configurable, and clean up the snapping ↵ | Diederik van Lierop | 2015-07-24 | 1 | -0/+1 |
| | | | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | fix windows build (gtk3) partly. broken because of windows.h poluting ↵ | Johan B. C. Engelen | 2014-06-25 | 1 | -4/+4 |
| | | | | | | namespace with "interface" struct name. (bzr r13341.1.68) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -1/+1 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | 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) | ||||
| * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 1 | -0/+2 |
| | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | ||||
| * | Fix deprecated Gtkmm symbols in preferences widget | Alex Valavanis | 2013-03-07 | 1 | -79/+160 |
| | | | | (bzr r12178) | ||||
| * | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog | Alex Valavanis | 2012-12-28 | 1 | -10/+24 |
| | | | | (bzr r11995) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -13/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | cppcheck: Simple fixes for src/ui/widget | Alex Valavanis | 2012-11-15 | 1 | -1/+1 |
| | | | | (bzr r11873) | ||||
| * | Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keys | John Smith | 2012-09-11 | 1 | -1/+26 |
| | | | | (bzr r11662) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -13/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Replace deprecated Gdk::Window API | Alex Valavanis | 2012-03-13 | 1 | -0/+4 |
| | | | | (bzr r11076) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -1/+2 |
| | | | | (bzr r11018) | ||||
| * | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 1 | -17/+38 |
| | | | | (bzr r10957) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+1 |
| | | | | (bzr r10940) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -2/+2 |
| | | | | (bzr r10826) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -5/+1 |
| | | | | (bzr r10697) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -1/+1 |
| | | | | (bzr r10660) | ||||
| * | fix duplicate units in Preferences > Steps | Johan B. C. Engelen | 2011-04-17 | 1 | -1/+1 |
| | | | | (bzr r10178) | ||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -0/+39 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 2011-04-13 | 1 | -1/+0 |
| | | | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | ||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 1 | -0/+138 |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | ||||
| * | 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) | ||||
| * | Fix some console warning spam (most cannot be fixed, unfortunately) | Krzysztof Kosi??ski | 2009-02-09 | 1 | -4/+4 |
| | | | | (bzr r7257) | ||||
| * | Warning and whitespace cleanup. | Jon A. Cruz | 2009-01-06 | 1 | -9/+8 |
| | | | | (bzr r7083) | ||||
| * | add possibility to change the UI language (gettext) in preferences dialogue | theAdib | 2008-12-30 | 1 | -1/+34 |
| | | | | (bzr r7044) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -0/+60 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -55/+44 |
| | | | | (bzr r6885) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -75/+102 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-09-14 | 1 | -1/+1 |
| | | | | (bzr r6809) | ||||
| * | Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵ | Maximilian Albert | 2008-09-04 | 1 | -0/+206 |
| | | | | | | to display items in their true sizes) (bzr r6758) | ||||
| * | * Missing localization for Reset preferences button | Luca Bruno | 2008-02-11 | 1 | -1/+1 |
| | | | | (bzr r4707) | ||||
| * | add default unit to grid preferences. | Johan B. C. Engelen | 2007-12-16 | 1 | -0/+17 |
| | | | | (bzr r4238) | ||||
| * | Add default grid settings to Inkscape preferences. | Johan B. C. Engelen | 2007-12-14 | 1 | -0/+17 |
| | | | | (bzr r4230) | ||||
| * | Changed preference to use file chooser button | Jon A. Cruz | 2007-09-26 | 1 | -21/+35 |
| | | | | (bzr r3806) | ||||
| * | search and reset buttons added to ocal related features. fixed signals in ↵ | Bruno Dilly | 2007-08-20 | 1 | -0/+40 |
| | | | | | | import from ocal dialog. (bzr r3544) | ||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 1 | -2/+1 |
| | | | | (bzr r3418) | ||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 1 | -1/+21 |
| | | | | (bzr r3398) | ||||
| * | patch 1750206 by Bruno Dilly - bdilly | Felipe Corr??a da Silva Sanches | 2007-07-27 | 1 | -1/+0 |
| | | | | | | Remove "cout" from on_changed() of PrefCombo (bzr r3312) | ||||
