summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/page-sizer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-27Make doc2dt a document propertyThomas Holder1-1/+1
2019-06-16Remove custom tab order in Document PropertiesKarl Cheng1-7/+0
2019-06-15PageSizer: Avoid writing terminating NULL to pages.csvPatrick Storz1-1/+1
2019-06-14PageSizer: Allow spaces in pages.csvPatrick Storz1-0/+2
2019-06-14PageSizer: Do not require portrait page sizesPatrick Storz1-3/+4
2019-03-22Document Properties: General UI cleanupPatrick Storz1-86/+63
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-10/+4
2018-12-29Rm deprecated budget widgetsAlexander Valavanis1-1/+0
2018-11-21-Werror=format-security: g_warning(_("..."))Thomas Holder1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-19Fix memory leakMarc Jeanmougin1-0/+1
2018-10-19Fix typosMarc Jeanmougin1-10/+11
2018-10-19Makes page sizes in document properties customizableMarc Jeanmougin1-188/+38
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-12New option to invert y-axisThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-7/+7
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-03-27Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches1-6/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+4
2017-11-16Add labelJabiertxo Arraiza Cenoz1-1/+1
2017-11-16Add tooggle icon button intead checkboxJabiertxo Arraiza Cenoz1-5/+16
2017-11-15Fix unincilizated value that not work in release mode. also remove duplicate ...Jabiertxo Arraiza Cenoz1-3/+3
2017-11-15Add auto update margins on checkbuttonJabiertxo Arraiza Cenoz1-3/+25
2017-11-10Add lock margins to document settingsJabiertxo Arraiza Cenoz1-8/+37
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-8/+6
2017-08-15Alow shink in document dialog on expanders closeJabier Arraiza1-1/+1
2017-07-26UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza1-5/+1
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-30/+24
2016-08-16Adjust label for resize in page sizer tabMartin Owens1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-18/+1
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-43/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+18
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-18/+1
2015-07-13Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah1-2/+4
2015-03-21Fix GTK3 build (typo).Tavmjong Bah1-1/+1
2015-03-21Add GUI for 'viewBox'.Tavmjong Bah1-22/+147
2015-03-17Remove sleep() left over from debugging.Tavmjong Bah1-1/+0
2015-03-11Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah1-1/+117
2015-01-05Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah1-2/+1
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-1/+1
2014-12-06do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)Alvin Penner1-2/+4
2014-11-28avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner1-4/+5
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-2/+2
2014-11-20Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah1-2/+2
2014-08-30Fix modelinesAlex Valavanis1-2/+2
2014-02-24inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen1-14/+18