summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/page-sizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make doc2dt a document propertyThomas Holder2019-07-271-1/+1
* Remove custom tab order in Document PropertiesKarl Cheng2019-06-161-7/+0
* PageSizer: Avoid writing terminating NULL to pages.csvPatrick Storz2019-06-151-1/+1
* PageSizer: Allow spaces in pages.csvPatrick Storz2019-06-141-0/+2
* PageSizer: Do not require portrait page sizesPatrick Storz2019-06-141-3/+4
* Document Properties: General UI cleanupPatrick Storz2019-03-221-86/+63
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-10/+4
* Rm deprecated budget widgetsAlexander Valavanis2018-12-291-1/+0
* -Werror=format-security: g_warning(_("..."))Thomas Holder2018-11-211-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Fix memory leakMarc Jeanmougin2018-10-191-0/+1
* Fix typosMarc Jeanmougin2018-10-191-10/+11
* Makes page sizes in document properties customizableMarc Jeanmougin2018-10-191-188/+38
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* New option to invert y-axisThomas Holder2018-09-121-1/+1
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-7/+7
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches2018-03-271-6/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+4
* Add labelJabiertxo Arraiza Cenoz2017-11-161-1/+1
* Add tooggle icon button intead checkboxJabiertxo Arraiza Cenoz2017-11-161-5/+16
* Fix unincilizated value that not work in release mode. also remove duplicate ...Jabiertxo Arraiza Cenoz2017-11-151-3/+3
* Add auto update margins on checkbuttonJabiertxo Arraiza Cenoz2017-11-151-3/+25
* Add lock margins to document settingsJabiertxo Arraiza Cenoz2017-11-101-8/+37
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-8/+6
* Alow shink in document dialog on expanders closeJabier Arraiza2017-08-151-1/+1
* UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza2017-07-261-5/+1
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-30/+24
* Adjust label for resize in page sizer tabMartin Owens2016-08-161-1/+1
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-43/+0
|\
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-43/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-18/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+18
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-18/+1
|/
* Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah2015-07-131-2/+4
* Fix GTK3 build (typo).Tavmjong Bah2015-03-211-1/+1
* Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-22/+147
* Remove sleep() left over from debugging.Tavmjong Bah2015-03-171-1/+0
* Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-1/+117
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-2/+1
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
* do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)Alvin Penner2014-12-061-2/+4
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-4/+5
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-2/+2
* Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-201-2/+2
* Fix modelinesAlex Valavanis2014-08-301-2/+2