| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Realign labels in "Fill and Stroke" dialog | Patrick Storz | 2019-03-22 | 2 | -3/+4 | |
| | | ||||||
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 2 | -135/+116 | |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | |||||
| * | fix #145 XML editor crash removing style property | Thomas Holder | 2019-03-21 | 1 | -2/+2 | |
| | | ||||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 1 | -1/+1 | |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` | |||||
| * | fix #141 Find/Replace with empty string | Thomas Holder | 2019-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | Revert Icon Preview behaviour | Nathan Lee | 2019-03-13 | 1 | -5/+6 | |
| | | | | | | | | | | * Fix crash on close with Icon Preview. * Force update of icons with `set`. * Set minimum width for Icon Preview's Magnified so it is not hidden on startup. Fixes https://gitlab.com/inkscape/inkscape/issues/109 | |||||
| * | Update translation dialog for flipped axis | Nathan Lee | 2019-03-11 | 1 | -8/+10 | |
| | | | | | | | Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127 | |||||
| * | Show LPE popups on over | Jabier Arraiza | 2019-03-08 | 2 | -6/+7 | |
| | | ||||||
| * | Remove reload UI and some theming fixes | Jabier Arraiza | 2019-03-07 | 1 | -31/+29 | |
| | | ||||||
| * | Translations: Drop Amharic (am) translation | Patrick Storz | 2019-03-07 | 1 | -2/+2 | |
| | | | | | | | | | | It's completely empty... Actually something went wrong in 5a46d516222e06023ecef9c76f605d14fb30e165 which removed all (fuzzy) strings that had ever been translated, but there seems to be no point in retrieving them anymore. | |||||
| * | Merge: Avoid the “using std::*;” or “using namespace std;” construct | Martin Owens | 2019-03-06 | 2 | -11/+11 | |
| |\ | ||||||
| | * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 2 | -11/+11 | |
| | | | | | | | | | This makes the code a lot less readable and greppable for no reason. | |||||
| * | | Merge: Update background-color tooltips in document-properties.cpp | Martin Owens | 2019-03-06 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Update background-color tooltips in document-properties.cpp (#101) | Tim Rawlinson | 2019-02-28 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Remember dialog visibility with the floating dialog behaviour | Nathan Lee | 2019-03-06 | 1 | -1/+4 | |
| | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1674155 | |||||
| * | | | Merge: Fix use of uninitialized variable | Martin Owens | 2019-03-06 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix use of uninitialized variable | Karl Cheng | 2019-02-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It seems this was introduced in ce3c5920 through a copy/paste typo (bg_color_active -> bg_color). The whole line was then mistakenly removed in 0ee0c59c as it appeared to be redundant. | |||||
| * | | | | Merge branch 'DontRotateCustomPaper' of gitlab.com:Skrapion/inkscape | Martin Owens | 2019-03-06 | 1 | -14/+19 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Fix bug #630635: Print page size is incorrect: ↵ | Rick Yorgason | 2018-11-04 | 1 | -14/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/630635 Don't rotate the page if using a custom page size, because it confuses simpler printers which don't understand landscape mode, like laser cutters. (Note: comments #3-7 in that bug report are a different issue, which affects printers which don't understand custom page sizes; this issue was fixed in commit eaa134e8ea9e71489af1b5090bdee122d5b8d659) | |||||
| * | | | | Object Properties "Preserve Ratio" fixes | Thomas Holder | 2019-03-03 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix crash (strcmp -> g_strcmp0) - fix "true" -> "xMidYMid" - fix locked - fix typo (Pereserve -> Preserve) | |||||
| * | | | | Enable global snapping preference by default | Patrick Storz | 2019-03-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures consistent behavior with previous versions, i.e. before the switch was introduced in d69b5fe84fd438a218e6198af585f8532f0d8e70. Try to improve help string. | |||||
| * | | | | refactor PanelDialog<Behavior::FloatingBehavior> | Thomas Holder | 2019-03-02 | 1 | -46/+17 | |
| | |_|/ |/| | | | | | | | | eliminates class duplication, only overloads specialized methods | |||||
| * | | | Add option for on canvas align handles and move group selection checkbox | Martin Owens | 2019-02-25 | 2 | -10/+27 | |
| | | | | ||||||
| * | | | Merge in bazaar branch for alignment handles | Martin Owens | 2019-02-24 | 2 | -4/+13 | |
| | | | | ||||||
| * | | | Remov force allocation | Jabiertxof | 2019-02-20 | 1 | -8/+0 | |
| | | | | ||||||
| * | | | Merge from master | Jabier Arraiza | 2019-02-20 | 7 | -78/+70 | |
| | | | | ||||||
| * | | | Fix compiling issues | Jabier Arraiza | 2019-02-20 | 5 | -28/+69 | |
| | | | | ||||||
| * | | | minor fixes | Jabier Arraiza | 2019-02-20 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Small change to hover text | Martin Owens | 2019-02-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting code | Martin Owens | 2019-02-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove Tags functionality (replaced by css selectors) | Martin Owens | 2019-02-20 | 3 | -1300/+0 | |
| | | | | ||||||
| * | | | Include selectors dialog (aka styledialog) into the xml-tree notebook and ↵ | Martin Owens | 2019-02-20 | 4 | -81/+36 | |
| | | | | | | | | | | | | | remove menu items | |||||
| * | | | Remove css dialog from style dialog. | Martin Owens | 2019-02-20 | 2 | -345/+0 | |
| | | | | ||||||
| * | | | Move towards the css dialog being self-sufficient and disable style dialog | Martin Owens | 2019-02-20 | 4 | -147/+277 | |
| | |/ |/| | ||||||
| * | | Fix for issue 95: Crash on applying Perspective/Envelope LPE to a group | Jabiertxof | 2019-02-20 | 2 | -8/+23 | |
| | | | ||||||
| * | | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 3 | -8/+8 | |
| | | | | | | | | | Makes searching through code for them easier. | |||||
| * | | Fix typo in svg-preview.h and update POTFILES.in | Patrick Storz | 2019-02-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix incorrect string literal comparisons | Karl Cheng | 2019-02-19 | 2 | -2/+2 | |
| | | | ||||||
| * | | Fix window positioning in Linux odf LPEDialog | Jabier Arraiza | 2019-02-19 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fixing windows glitches | Jabiertxof | 2019-02-19 | 2 | -11/+5 | |
| | | | ||||||
| * | | Fix header. | Tavmjong Bah | 2019-02-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Put SVGPreview into it's own file. | Tavmjong Bah | 2019-02-19 | 4 | -478/+590 | |
| | | | ||||||
| * | | Fixes LPE Dialog search focus and window sice improvements pointed by Patrick | Jabiertxof | 2019-02-19 | 2 | -7/+6 | |
| | | | ||||||
| * | | Fix bugs pointed by Patrick | Jabier Arraiza | 2019-02-18 | 1 | -8/+27 | |
| | | | ||||||
| * | | Remove a cout debug string | Jabier Arraiza | 2019-02-18 | 1 | -1/+0 | |
| | | | ||||||
| * | | Update issues on CI | Jabiertxof | 2019-02-18 | 3 | -108/+130 | |
| | | | ||||||
| * | | Add descriptions and fixes to show disabled and rename dash to dashed stoke LPE | Jabiertxof | 2019-02-18 | 1 | -3/+14 | |
| | | | ||||||
| * | | Add missing icons and add double languaje | Jabier Arraiza | 2019-02-18 | 1 | -49/+56 | |
| | | | ||||||
| * | | Add switch icon to fix broken image | Jabiertxof | 2019-02-18 | 2 | -7/+7 | |
| | | | ||||||
| * | | Add apply functions | Jabiertxof | 2019-02-18 | 2 | -33/+35 | |
| | | | ||||||
