summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/page-sizer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom tab order in Document PropertiesKarl Cheng2019-06-161-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 cleanupPatrick Storz2019-03-221-0/+3
| | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup.
* Clarify licensesMax Gaukler2018-11-081-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 possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-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 checkboxJabiertxo Arraiza Cenoz2017-11-161-8/+9
|
* Fix unincilizated value that not work in release mode. also remove duplicate ↵Jabiertxo Arraiza Cenoz2017-11-151-1/+0
| | | | variable
* Add auto update margins on checkbuttonJabiertxo Arraiza Cenoz2017-11-151-0/+4
|
* Add lock margins to document settingsJabiertxo Arraiza Cenoz2017-11-101-8/+18
|
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-1/+1
|
* UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza2017-07-261-1/+0
|
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-6/+0
|
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-25/+1
| | | (bzr r15023.2.6)
* Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-0/+21
| | | (bzr r14022)
* Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-0/+19
| | | (bzr r13994)
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-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 Petroff2013-08-251-2/+6
| | | (bzr r12475.1.1)
* Switched to global UnitTable.Matthew Petroff2013-08-041-1/+0
| | | (bzr r12380.1.62)
* Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-4/+5
| | | (bzr r12380.1.4)
* Migrate PageSizer to Gtk::GridAlex Valavanis2012-12-161-1/+23
| | | (bzr r11957)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-0/+1
| | | (bzr r11309)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-3/+7
| | | (bzr r11018)
* Replace old ComboText with Gtk::ComboBoxTextAlex Valavanis2012-02-111-0/+1
| | | (bzr r10960)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+6
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10826)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-6/+4
| | | (bzr r10696)
* Document. Fix for bug #680347 (page margins can't be reset with single click ↵Nicolas Dufour2011-06-241-0/+1
| | | | | of Resize). (bzr r10355)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-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 Leone2010-06-011-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 Leone2010-06-011-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 PropertiesJosh Andler2010-01-081-6/+20
| | | (bzr r8952)
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵Johan B. C. Engelen2008-02-271-2/+2
| | | | | RegisteredWdg. (bzr r4887)
* patch by cilix42 for bug 1671665bulia byak2007-03-191-1/+1
| | | (bzr r2719)
* Change layout to be more space conserving. This allows a larger paper listBob Jamison2006-08-201-16/+22
| | | (bzr r1620)
* Change to two columns. Probably do different later, but this is a startBob Jamison2006-08-191-2/+15
| | | (bzr r1616)
* Clean up a bit. Clarify several variable names. Add a lot of comments.Bob Jamison2006-08-161-23/+89
| | | (bzr r1605)
* Change deprecated OptionMenu to ComboBox. Modernize lookup a bitBob Jamison2006-08-161-16/+92
| | | (bzr r1604)
* remove setDoc(), part of fix for #1509854Ralf Stephan2006-06-221-2/+1
| | | (bzr r1261)
* Move fit canvas button into PageSizerAaron Spike2006-04-251-0/+1
| | | (bzr r585)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+67
(bzr r1)