| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -1/+1 |
| | | | | | Closes #340 | ||||
| * | Remove custom tab order in Document Properties | Karl Cheng | 2019-06-16 | 1 | -7/+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. | ||||
| * | PageSizer: Avoid writing terminating NULL to pages.csv | Patrick Storz | 2019-06-15 | 1 | -1/+1 |
| | | |||||
| * | PageSizer: Allow spaces in pages.csv | Patrick Storz | 2019-06-14 | 1 | -0/+2 |
| | | |||||
| * | PageSizer: Do not require portrait page sizes | Patrick Storz | 2019-06-14 | 1 | -3/+4 |
| | | | | | | | | Lift needless expectation that all pages are defined as portrait. Fixes assertion errors that were triggered for the landscape paper formats in the list and prevented proper page size lookup. | ||||
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 1 | -86/+63 |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | ||||
| * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -10/+4 |
| | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | Rm deprecated budget widgets | Alexander Valavanis | 2018-12-29 | 1 | -1/+0 |
| | | |||||
| * | -Werror=format-security: g_warning(_("...")) | Thomas Holder | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Fix memory leak | Marc Jeanmougin | 2018-10-19 | 1 | -0/+1 |
| | | |||||
| * | Fix typos | Marc Jeanmougin | 2018-10-19 | 1 | -10/+11 |
| | | |||||
| * | Makes page sizes in document properties customizable | Marc Jeanmougin | 2018-10-19 | 1 | -188/+38 |
| | | | | | Works similarly as prefs | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -1/+1 |
| | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -7/+7 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Minor cleanup of warnings. No functional change. | Felipe Corrêa da Silva Sanches | 2018-03-27 | 1 | -6/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Add label | Jabiertxo Arraiza Cenoz | 2017-11-16 | 1 | -1/+1 |
| | | |||||
| * | Add tooggle icon button intead checkbox | Jabiertxo Arraiza Cenoz | 2017-11-16 | 1 | -5/+16 |
| | | |||||
| * | Fix unincilizated value that not work in release mode. also remove duplicate ↵ | Jabiertxo Arraiza Cenoz | 2017-11-15 | 1 | -3/+3 |
| | | | | | variable | ||||
| * | Add auto update margins on checkbutton | Jabiertxo Arraiza Cenoz | 2017-11-15 | 1 | -3/+25 |
| | | |||||
| * | Add lock margins to document settings | Jabiertxo Arraiza Cenoz | 2017-11-10 | 1 | -8/+37 |
| | | |||||
| * | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 1 | -8/+6 |
| | | |||||
| * | Alow shink in document dialog on expanders close | Jabier Arraiza | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | UX compres document dialog from Ronaldo idea with target to backport to 0.92.2 | Jabier Arraiza | 2017-07-26 | 1 | -5/+1 |
| | | |||||
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -30/+24 |
| | | |||||
| * | Adjust label for resize in page sizer tab | Martin Owens | 2016-08-16 | 1 | -1/+1 |
| | | | | (bzr r15060) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -43/+0 |
| |\ | | | | | (bzr r15038) | ||||
| | * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -43/+0 |
| | | | | | | | (bzr r15023.2.6) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -18/+1 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+18 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -18/+1 |
| |/ | | | (bzr r15025) | ||||
| * | Don't allow zero values for width/height and corresponding viewBox numbers. | Tavmjong Bah | 2015-07-13 | 1 | -2/+4 |
| | | | | (bzr r14243) | ||||
| * | Fix GTK3 build (typo). | Tavmjong Bah | 2015-03-21 | 1 | -1/+1 |
| | | | | (bzr r14024) | ||||
| * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 1 | -22/+147 |
| | | | | (bzr r14022) | ||||
| * | Remove sleep() left over from debugging. | Tavmjong Bah | 2015-03-17 | 1 | -1/+0 |
| | | | | (bzr r14011) | ||||
| * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 1 | -1/+117 |
| | | | | (bzr r13994) | ||||
| * | Avoid calling root->updateRepr() twice when changing width and height. | Tavmjong Bah | 2015-01-05 | 1 | -2/+1 |
| | | | | (bzr r13837) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13810) | ||||
| * | do not recalculate page height unless it is necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-12-06 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13789) | ||||
| * | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-11-28 | 1 | -4/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -2/+2 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | Rename variable to better express its use. (units -> page_size_units) | Tavmjong Bah | 2014-11-20 | 1 | -2/+2 |
| | | | | (bzr r13740) | ||||
| * | Fix modelines | Alex Valavanis | 2014-08-30 | 1 | -2/+2 |
| | | | | (bzr r13341.1.183) | ||||
