| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 39 | -357/+450 |
| | | | | | A lot of header clean-up. | ||||
| * | OCAL dialog: make requests non-blocking on windows | Eduard Braun | 2018-01-26 | 1 | -8/+9 |
| | | | | | | | | | | | - Revert 738e2fcae54ef8764d33d3a47bf7868641efdcfd (which introduced asynchronous call) - Instead properly catch exceptions from load_contents_finish() which were probably what caused the crashes in the first place Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1745521 | ||||
| * | Add 5° rotation option | Marc Jeanmougin | 2018-01-20 | 1 | -3/+3 |
| | | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1744481 | ||||
| * | Remove unused abstract class PreviewFillable | Stefano Facchini | 2018-01-18 | 2 | -35/+24 |
| | | | | | PreviewHolder is the only implementation. | ||||
| * | swatches: Code cleanup | Stefano Facchini | 2018-01-18 | 2 | -331/+166 |
| | | | | | | | | | | Now that all our code in a single file, it can be consolidated and cleaned up. The widgetry should be functionally identical to the previous one, with one exception: a Gtk::MenuButton replaces the old menu popper made up with an EventBox. | ||||
| * | Properly support palettes without color names | Eduard Braun | 2018-01-17 | 1 | -2/+10 |
| | | | | | | | | | | | - use hexadecimal color code as a replacement in this case. - do not attempt to translate empty string / color name - fix an issue in the custom trim() function returning early for strings only consisting of a single whitespace character, e.g. "\n" Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1743708 | ||||
| * | panel: Cleanup code | Stefano Facchini | 2018-01-17 | 1 | -1/+6 |
| | | | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup | ||||
| * | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 2018-01-17 | 10 | -19/+471 |
| | | | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup. | ||||
| * | Add change missed in last commit (due to incomplete cherry-pick). | Tavmjong Bah | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 36 | -38/+36 |
| | | |||||
| * | Remove the dialog "showclose" option | Stefano Facchini | 2018-01-16 | 3 | -17/+0 |
| | | | | | All the dialogs have a top-right "close" button, so this is now useless. | ||||
| * | panel: remove the "apply_label" API | Stefano Facchini | 2018-01-16 | 4 | -29/+19 |
| | | | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself. | ||||
| * | Fix tiny default size of preferences dialog | Eduard Braun | 2018-01-12 | 2 | -13/+63 |
| | | | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/448728 - https://bugs.launchpad.net/inkscape/+bug/1360213 - https://bugs.launchpad.net/inkscape/+bug/1654469 | ||||
| * | Merge branch 'escapefontspec' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-01-11 | 1 | -1/+2 |
| |\ | |||||
| | * | Escape font name when setting preview text | Geoff Lankow | 2017-12-31 | 1 | -1/+2 |
| | | | |||||
| * | | Tiled Cloned: Remove check for 1.0 in shift exponent code | Florian Märkl | 2018-01-10 | 1 | -8/+4 |
| | | | |||||
| * | | Tiled Cloned: Simplify shift exponent code | Florian Märkl | 2018-01-10 | 1 | -10/+4 |
| | | | |||||
| * | | Tiled Cloned: Apply shift exponent to absolute shift | Florian Märkl | 2018-01-10 | 1 | -2/+14 |
| | | | |||||
| * | | Fix and improve window size/position handling/restoration | Eduard Braun | 2018-01-09 | 2 | -31/+17 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix broken window size/position restoration after gtk3 deprecation fixes in fa8a2ee7e2539b145a87ac9af0d9748effa91631 - Use monitor geometry of the monitor Inkscape will be shown on instead of defaulting to the primary monitor which is often wrong - Let gtk+ / window manager handle window size/position sanitization (confirmed working on Windows and Ubuntu 16.04) and remove custom code which was prone to errors and did not always work as desired - Make default window size "Small" work again (was broken in gtk3) and add a new preference "Default" which uses the native window size (i.e. tries to make just enough room for all controls) | ||||
| | * | | Use convenience functions to obtain monitor geometry | Eduard Braun | 2018-01-07 | 1 | -24/+4 |
| | | | | |||||
| | * | | Make natural window size default and fix small window size | Eduard Braun | 2018-01-07 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clamp "Small" window size to 600x600 Everything smaller seems pretty unusable but can be discussed. This fixes bug #1659256. - Make sure "Large" window size is at least as large as "Small" to avoid embarassing user reports. - add "Default" as new window size and (surprise) make it the default This will not influence the initial size request at all and should result in the natural window size (unless overriden by the window manager) and should be a suitable default for all cases. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1659256 | ||||
| | * | | Make stored geometry and default window size enums | Eduard Braun | 2018-01-07 | 1 | -5/+5 |
| | | | | |||||
| * | | | Misc. typos | luz.paz | 2018-01-08 | 3 | -3/+3 |
| | | | | | | | | | | Found via `codespell` | ||||
| * | | | Fix a problem with symbols when updating defs with current document set. ↵ | Jabier Arraiza | 2018-01-07 | 1 | -2/+5 |
| |/ / | | | | | | | Also fix a double XML write in path parameter unnecesary | ||||
| * | | Fix typo | Marc Jeanmougin | 2018-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | Improve FileSave dialog | Marc Jeanmougin | 2018-01-07 | 4 | -4/+26 |
| | | | |||||
| * | | Fix for bug 1741625. Visio stencil (.vss) don't load in 0.92+devel ('No ↵ | Jabier Arraiza | 2018-01-07 | 1 | -10/+5 |
| | | | | | | | | | results found') | ||||
| * | | Do not parse visio files, use filename | Jabiertxo Arraiza Cenoz | 2018-01-05 | 1 | -49/+71 |
| | | | |||||
| * | | Add suport to noty titled symbols sets with filename | Jabiertxo Arraiza Cenoz | 2018-01-05 | 1 | -2/+18 |
| | | | |||||
| * | | Add title to symbols dropdown | Jabiertxo Arraiza Cenoz | 2018-01-05 | 2 | -42/+44 |
| | | | |||||
| * | | XML Editor: Re-add reasonable size requests for attribute scrollers | Eduard Braun | 2018-01-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | In some environments (specifically Ubuntu 16.04) the minimum height of a Gtk::ScrolledWindow seems to be always zero disrespecting the natural size of any children. (follow-up to f6aa341b9fa89c03411fc62bf4576077cb8e771a) | ||||
| * | | XML Editor: Minimum height for attribute entry | Eduard Braun | 2018-01-03 | 1 | -4/+1 |
| |/ | | | | | | | | | More elegant fix for eea412898d16c7217ca752550f12f9239cf6ad7c which also prevents the user from reducing the height of the attribute name/value area to zero (see bug #1723233). Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1723233 | ||||
| * | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-29 | 2 | -0/+2 |
| |\ | |||||
| | * | Merge branch 'attrvaluesize' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2017-12-29 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Show attribute value widget by default | Geoff Lankow | 2017-12-18 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge branch 'maxfontsize' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2017-12-29 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Limit size of font preview to 100pt | Geoff Lankow | 2017-12-18 | 1 | -0/+1 |
| | | |/ | |||||
| * | | | Merge branch 'master' into powerpencilII | Jabiertxo Arraiza Cenoz | 2017-12-27 | 7 | -0/+69 |
| |\| | | |||||
| | * | | Fix Gtkmm widget margin deprecation | Alexander Valavanis | 2017-12-26 | 1 | -0/+20 |
| | | | | |||||
| | * | | GtkMM popup menu deprecation fixes | Alexander Valavanis | 2017-12-26 | 6 | -0/+49 |
| | | | | |||||
| * | | | Fix power stroke closed path and minor tweacks for pencil powerstroke | Jabier Arraiza | 2017-12-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-25 | 13 | -1335/+171 |
| |\| | | |||||
| | * | | Merge about-box Gtkmm changes | Alexander Valavanis | 2017-12-25 | 2 | -1223/+102 |
| | |\ \ | |||||
| | | * \ | AboutBox: Resolve conflicts | Alexander Valavanis | 2017-08-16 | 1 | -2/+0 |
| | | |\ \ | |||||
| | | | * | | AboutBox: Add metadata | Alexander Valavanis | 2017-08-13 | 1 | -13/+10 |
| | | | | | | |||||
| | | | * | | Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBox | Alexander Valavanis | 2017-08-13 | 1 | -361/+25 |
| | | | | | | |||||
| | | | * | | Initial rebase on Gtk::AboutDialog | Alexander Valavanis | 2017-08-13 | 2 | -1009/+217 |
| | | | | | | |||||
| | | * | | | AboutBox: Add placeholder Copyright string. Need to confirm contents | Alexander Valavanis | 2017-08-16 | 1 | -8/+9 |
| | | | | | | |||||
| | | * | | | AboutBox: Tweak class structure | Alexander Valavanis | 2017-08-16 | 2 | -33/+44 |
| | | | | | | |||||
| | | * | | | AboutBox: Add metadata | Alexander Valavanis | 2017-08-16 | 1 | -13/+10 |
| | | | | | | |||||
