| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 38 | -80/+38 | |
| | | ||||||
| * | 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 | 6 | -39/+21 | |
| | | | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself. | |||||
| * | Remove obsolete build defines | Stefano Facchini | 2018-01-16 | 1 | -11/+0 | |
| | | ||||||
| * | Keep entries compact in Font Variant dialog. | Tavmjong Bah | 2018-01-15 | 1 | -37/+37 | |
| | | ||||||
| * | PDF+LaTeX: fix line spacing, add basic support for line-height | Eduard Braun | 2018-01-14 | 1 | -19/+28 | |
| | | | | | | | | | | Replace "\stackrel" with "\tabular" to achieve constant line spacing. The former varies line spacing depending on the content of the line (i.e. an line containing "-" will have a very small height) Add basic support for line-height. (currently only the top level text element is considered) | |||||
| * | 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 'baseline-shift' of gitlab.com:khaledhosny/inkscape | Marc Jeanmougin | 2018-01-12 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix baseline shift movement direction | Khaled Hosny | 2017-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This was broke in 2abe0bb681044d972e171189395a2afdbc39bf28 when delta_y was applied in the opposite Y direction but baseline_shift was kept unchanged. | |||||
| * | | Merge branch 'static_libs' of gitlab.com:Ede123/inkscape | Marc Jeanmougin | 2018-01-11 | 1 | -7/+8 | |
| |\ \ | ||||||
| | * | | Do not install static libraries | Eduard Braun | 2018-01-09 | 1 | -7/+8 | |
| | | | | ||||||
| * | | | Merge branch 'escapefontspec' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-01-11 | 2 | -2/+3 | |
| |\ \ \ | ||||||
| | * | | | Don't double-escape names of used fonts | Geoff Lankow | 2017-12-31 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Escape font name when setting preview text | Geoff Lankow | 2017-12-31 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Merge branch 'clonetiler-negative-shift' of gitlab.com:thestr4ng3r/inkscape | Marc Jeanmougin | 2018-01-10 | 1 | -2/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | |
| | | |/ / | |/| | | ||||||
| * | | | | Convert mesh-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-10 | 2 | -100/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Separate new gradient on fill or stroke preference for meshes from linear/radial gradients. This fixes a bug where changing the choice for the gradient tool is not reflected in the mesh toolbar properly (and visa-versa). | |||||
| * | | | | Add option for label with ComboBox in InkSelectOneAction. | Tavmjong Bah | 2018-01-10 | 1 | -9/+9 | |
| |/ / / | ||||||
| * | | | Fix and improve window size/position handling/restoration | Eduard Braun | 2018-01-09 | 10 | -218/+254 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) | |||||
| | * | | | Limit default window size to monitor dimensions | Eduard Braun | 2018-01-07 | 1 | -0/+10 | |
| | | | | | ||||||
| | * | | | Use convenience functions to obtain monitor geometry | Eduard Braun | 2018-01-07 | 3 | -84/+13 | |
| | | | | | ||||||
| | * | | | Limit geometry from file to width/height of monitor | Eduard Braun | 2018-01-07 | 1 | -2/+4 | |
| | | | | | ||||||
| | * | | | Make natural window size default and fix small window size | Eduard Braun | 2018-01-07 | 3 | -9/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||||
| | * | | | Use proper monitor for deriving geometry | Eduard Braun | 2018-01-07 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - when restoring from document: use monitor closest to stored document location on screen - when using default size: use monitor Inkscape is launched on (we always used this before) | |||||
| | * | | | Switch sp-namedview.cpp to use the convenience function | Eduard Braun | 2018-01-07 | 1 | -16/+2 | |
| | | | | | ||||||
| | * | | | Add convenience functions to obtain monitor geometry | Eduard Braun | 2018-01-07 | 3 | -0/+160 | |
| | | | | | ||||||
| | * | | | Let GTK+ / window managers handle window position sanitizing | Eduard Braun | 2018-01-07 | 1 | -39/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Exploit that an unmapped window's size/position is automatically adjusted when it is first mapped which can be emulated by moving the window while it is hidden. | |||||
| | * | | | Make stored geometry and default window size enums | Eduard Braun | 2018-01-07 | 4 | -17/+36 | |
| | | | | | ||||||
| | * | | | Namedview: Use proper monitor to derive monitor_geometry | Eduard Braun | 2018-01-07 | 1 | -15/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape does not necessarily start on the primary monitor. GTK+ did not reveal it's secrets (i.e. it seems undocumented) but empirically the monitor having the cursor is the monitor the initial window will be placed on. | |||||
| | * | | | Simplify code to restore new windows to previous position | Eduard Braun | 2018-01-07 | 1 | -41/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GTK+ / window managers handle positioning of new windows on the screen just fine, so don't do "our own thing" that is prone to errors. Notably the previous code for gtkmm >=3.22 was broken as it assumed Inkscape to be shown on the primary monitor and mixed coordinates relative to the primary display with absolute screen coordinates | |||||
| * | | | | Fix static build | Eduard Braun | 2018-01-09 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | | (failed on Windows) | |||||
| * | | | | Fix sensitivity for arc toolbar controls. | Tavmjong Bah | 2018-01-09 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Misc. typos | luz.paz | 2018-01-08 | 70 | -85/+85 | |
| | | | | | | | | | | | | | Found via `codespell` | |||||
| * | | | | Restore ability to switch mode while using spray tool (is this even useful?). | Tavmjong Bah | 2018-01-08 | 2 | -2/+7 | |
| | | | | | ||||||
| * | | | | Convert arc-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-08 | 1 | -49/+50 | |
| | | | | | ||||||
| * | | | | onvert eraser and calligraphy tools to use ink-select-one-action. | Tavmjong Bah | 2018-01-08 | 4 | -129/+132 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into fixSlowDefsOperationsWhithSymbols | Jabier Arraiza | 2018-01-07 | 2 | -3/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove a console warning in envelope about ampersand and allow use markup in ↵ | Jabier Arraiza | 2018-01-07 | 2 | -3/+4 | |
| | |/ / / | | | | | | | | | | | | | bool widget labels | |||||
| * / / / | Fix a problem with symbols when updating defs with current document set. ↵ | Jabier Arraiza | 2018-01-07 | 2 | -6/+12 | |
| |/ / / | | | | | | | | | | 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') | |||||
| * | | | Add perimetral only lattice 2 optionaly and allow hide knots on point parameter | Jabier Arraiza | 2018-01-05 | 4 | -67/+145 | |
| | | | | ||||||
| * | | | 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) | |||||
| * | | | Parsing errors in application CSS should not be fatal | Eduard Braun | 2018-01-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1740850 | |||||
