| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove custom tab order in Document Properties | Karl Cheng | 2019-06-16 | 1 | -1/+0 |
| | | | | | | | | | | | | The method for handling custom tab order in GTK (set_focus_chain) has been deprecated since GTK 3.24 with no direct replacement. I've decided to remove this code as the code did not seem to make any difference during testing: the tab order appeared to be the same. Regardless, 'Page -> Custom size' in Document Properties is the only place that it's used, so the impact should be fairly limited anyway. | ||||
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 1 | -0/+3 |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Add tooggle icon button intead checkbox | Jabiertxo Arraiza Cenoz | 2017-11-16 | 1 | -8/+9 |
| | | |||||
| * | Fix unincilizated value that not work in release mode. also remove duplicate ↵ | Jabiertxo Arraiza Cenoz | 2017-11-15 | 1 | -1/+0 |
| | | | | | variable | ||||
| * | Add auto update margins on checkbutton | Jabiertxo Arraiza Cenoz | 2017-11-15 | 1 | -0/+4 |
| | | |||||
| * | Add lock margins to document settings | Jabiertxo Arraiza Cenoz | 2017-11-10 | 1 | -8/+18 |
| | | |||||
| * | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 1 | -1/+1 |
| | | |||||
| * | UX compres document dialog from Ronaldo idea with target to backport to 0.92.2 | Jabier Arraiza | 2017-07-26 | 1 | -1/+0 |
| | | |||||
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -6/+0 |
| | | |||||
| * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -25/+1 |
| | | | | (bzr r15023.2.6) | ||||
| * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 1 | -0/+21 |
| | | | | (bzr r14022) | ||||
| * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 1 | -0/+19 |
| | | | | (bzr r13994) | ||||
| * | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-11-28 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776) | ||||
| * | Fix modelines | Alex Valavanis | 2014-08-30 | 1 | -2/+2 |
| | | | | (bzr r13341.1.183) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -2/+2 |
| | | | | | | 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) | ||||
| * | Use real world units for page sizes. | Matthew Petroff | 2013-08-25 | 1 | -2/+6 |
| | | | | (bzr r12475.1.1) | ||||
| * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -1/+0 |
| | | | | (bzr r12380.1.62) | ||||
| * | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class. | Matthew Petroff | 2013-07-02 | 1 | -4/+5 |
| | | | | (bzr r12380.1.4) | ||||
| * | Migrate PageSizer to Gtk::Grid | Alex Valavanis | 2012-12-16 | 1 | -1/+23 |
| | | | | (bzr r11957) | ||||
| * | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 2012-04-30 | 1 | -0/+1 |
| | | | | (bzr r11309) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -3/+7 |
| | | | | (bzr r11018) | ||||
| * | Replace old ComboText with Gtk::ComboBoxText | Alex Valavanis | 2012-02-11 | 1 | -0/+1 |
| | | | | (bzr r10960) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+6 |
| | | | | (bzr r10940) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -2/+0 |
| | | | | (bzr r10826) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -6/+4 |
| | | | | (bzr r10696) | ||||
| * | Document. Fix for bug #680347 (page margins can't be reset with single click ↵ | Nicolas Dufour | 2011-06-24 | 1 | -0/+1 |
| | | | | | | of Resize). (bzr r10355) | ||||
| * | 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) | ||||
| * | In the document properties dialog, changes tab order to units, width, ↵ | Alex Leone | 2010-06-01 | 1 | -0/+1 |
| | | | | | | | | | height. (Bug #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9463) | ||||
| * | Makes the "Fit Page to Selection" margin options load from the opened file. ↵ | Alex Leone | 2010-06-01 | 1 | -2/+9 |
| | | | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462) | ||||
| * | Patch by Alex Leone to add margins to resize page options in Document Properties | Josh Andler | 2010-01-08 | 1 | -6/+20 |
| | | | | (bzr r8952) | ||||
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -2/+2 |
| | | | | | | RegisteredWdg. (bzr r4887) | ||||
| * | patch by cilix42 for bug 1671665 | bulia byak | 2007-03-19 | 1 | -1/+1 |
| | | | | (bzr r2719) | ||||
| * | Change layout to be more space conserving. This allows a larger paper list | Bob Jamison | 2006-08-20 | 1 | -16/+22 |
| | | | | (bzr r1620) | ||||
| * | Change to two columns. Probably do different later, but this is a start | Bob Jamison | 2006-08-19 | 1 | -2/+15 |
| | | | | (bzr r1616) | ||||
| * | Clean up a bit. Clarify several variable names. Add a lot of comments. | Bob Jamison | 2006-08-16 | 1 | -23/+89 |
| | | | | (bzr r1605) | ||||
| * | Change deprecated OptionMenu to ComboBox. Modernize lookup a bit | Bob Jamison | 2006-08-16 | 1 | -16/+92 |
| | | | | (bzr r1604) | ||||
| * | remove setDoc(), part of fix for #1509854 | Ralf Stephan | 2006-06-22 | 1 | -2/+1 |
| | | | | (bzr r1261) | ||||
| * | Move fit canvas button into PageSizer | Aaron Spike | 2006-04-25 | 1 | -0/+1 |
| | | | | (bzr r585) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+67 |
| (bzr r1) | |||||
