| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | script.cpp: Glib::spawn_async_with_pipes actually wants UTF-8 | Patrick Storz | 2019-03-29 | 1 | -7/+0 | |
| | | | | ||||||
| * | | | Drop "RegistryTool" which is no longer in use. | Patrick Storz | 2019-03-29 | 4 | -285/+0 | |
| | | | | ||||||
| * | | | Fix for fb42d9e019e0b21c4d98cae0e8268d63087a2034 | Patrick Storz | 2019-03-28 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | An a few more config.h fixes | Patrick Storz | 2019-03-28 | 11 | -40/+4 | |
| | | | | ||||||
| * | | | dito | Patrick Storz | 2019-03-28 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Fix internationalization | Marc Jeanmougin | 2019-03-28 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | CMake: Fix "unknown" in version string of ppa builds | Patrick Storz | 2019-03-28 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | For now we extract the exact version string of the ppa build (which differs from our usual version string). This should be matched to other builds, though, if somebody can figure it out. | |||||
| * | | | Add missing icons in Tango theme and some LPE icons improvements | Jabiertxof | 2019-03-28 | 63 | -217/+5338 | |
| | | | | ||||||
| * | | | Fixing unwanted CSS code from other commit | Jabier Arraiza | 2019-03-28 | 1 | -6/+0 | |
| | | | | ||||||
| * | | | Improbe stiling and cleanup of CSS on LPE Selector code | Jabiertxof | 2019-03-28 | 2 | -58/+33 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://gitlab.com/inkscape/inkscape | Chris | 2019-03-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://gitlab.com/inkscape/inkscape: (115 commits) CMake/MSYS2: Include per-user font directory in fontconfig Increase portability of create_default_templates.py Extensions: Use wperl as default perl interpreter on Windows Make align handle thicker like traditional handles Prevent text dialog to become too wide. This is probably not the optimal way to do this and should be studied further. Seperate out center alignment and add sepcific tool text for it Add option for on canvas align handles and move group selection checkbox Merge in bazaar branch for alignment handles Make background color affect checkerboard Fix build fix building Remov force allocation Merge from master Fix compiling issues minor fixes Small change to hover text Store pixbufs instead of names to reduce calls to sp_get_icon_pixbuf Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting code Fix missing properties method, pass properties structure Remove Tags functionality (replaced by css selectors) ... | |||||
| * | | | Strip trailing whitespace | Ondřej Čertík | 2019-03-27 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Remove unused code for NEW_EXPORT_DIALOG | Patrick Storz | 2019-03-27 | 5 | -866/+2 | |
| | | | | | | | | | | | | | | | | Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively. | |||||
| * | | | remove wrong from clipboard paste | Jabiertxof | 2019-03-27 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Delete unused icons | Jabiertxof | 2019-03-27 | 6 | -174/+0 | |
| | | | | ||||||
| * | | | full remove expader + code | Jabiertxof | 2019-03-27 | 2 | -9/+1 | |
| | | | | ||||||
| * | | | Allow add LPE with one click | Jabiertxof | 2019-03-27 | 4 | -6/+71 | |
| | | | | ||||||
| * | | | Fix adding/lookup of recent files. | Patrick Storz | 2019-03-27 | 2 | -26/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid setting an application name as Gtk::RecentManager calls g_get_application_name () internally to determine the default "name" attribute used for new entries in the list of recently used files (recently-used.xbel) Our Gtk::RecentFilter in menubar.cpp expects the name to equal to g_get_prgname () though (which happens to be the fallback of g_get_application_name, but only if no application name is set as in earlier versions) The alternative would be to set metadata manually, but it would require us to set *all* fields manually (including mime type, etc.). See also https://gitlab.gnome.org/GNOME/gtk/issues/1775 Fixes https://gitlab.com/inkscape/inkscape/issues/160 | |||||
| * | | | Preferences: Remove old function to migrate recent documents | Patrick Storz | 2019-03-27 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | They seem to have been stored in preferences.xml at some point. We exclusively use Gtk::RecentManager for that now. | |||||
| * | | | Remove the expander code. Retain only for LPE default settings | Jabiertxof | 2019-03-27 | 6 | -4/+6 | |
| | | | | ||||||
| * | | | Add window class along dark/bright to mark APP is using symbolic icons or ↵ | Jabiertxof | 2019-03-27 | 2 | -0/+17 | |
| | | | | | | | | | | | | | regular to allow apply diferent rules in icon contesx. For example allow use icons by css only (and sufix properly with "-symbolic" when necesary | |||||
| * | | | Remove dead code. | Tavmjong Bah | 2019-03-27 | 2 | -93/+0 | |
| | | | | ||||||
| * | | | Add better visuals to expanders folowing stackoverflow question 50076541 | Jabier Arraiza | 2019-03-26 | 7 | -0/+180 | |
| | | | | ||||||
| * | | | Misc. typos | luz.paz | 2019-03-26 | 5 | -9/+9 | |
| | | | | | | | | | | Found via `codespell` | |||||
| * | | | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 1 | -2/+6 | |
| | | | | | | | | | | | | | improved tool-tips for better usability | |||||
| * | | | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 3 | -136/+112 | |
| | | | | | | | | | | | | | improved tool-tips for better usability | |||||
| * | | | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 2 | -46/+278 | |
| | | | | | | | | | | | | | improved tool-tips for better usability | |||||
| * | | | lpe-pts2ellipse: parameter enabling based on creation method | schwieni | 2019-03-25 | 4 | -7/+36 | |
| | | | | ||||||
| * | | | correct clang-format lpe-pts2ellipse.cpp | schwieni | 2019-03-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵ | schwieni | 2019-03-25 | 2 | -119/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file. | |||||
| * | | | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵ | schwieni | 2019-03-25 | 3 | -200/+309 | |
| | | | | | | | | | | | | | | | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file. | |||||
| * | | | Update 2geom | Patrick Storz | 2019-03-24 | 10 | -688/+685 | |
| | | | | | | | | | | | | | | | | | | | | | | Now at d9e4cc11f4df4e71e96617699997c989cc9248a4 This is the last version that does not depend on an external copy of double-conversion yet. | |||||
| * | | | About dialog: Fix icon file location | Patrick Storz | 2019-03-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | | (was renamed in deeb288fc38e09fba325741afb2c66f693438f9b) | |||||
| * | | | Extensions/Filters: Fix translations of submenu names | Patrick Storz | 2019-03-24 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/42 | |||||
| * | | | CSS bug fix on XMLEditor | Jabier Arraiza | 2019-03-24 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Fixing coding style | Jabier Arraiza | 2019-03-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add some handling fixes to selector classes | Jabier Arraiza | 2019-03-24 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Remove clang format diff extra | Jabier Arraiza | 2019-03-24 | 1 | -393/+0 | |
| | | | | ||||||
| * | | | Fix compiling problem | Jabier Arraiza | 2019-03-24 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | CSS fix to XMLDialog buttons | Jabier Arraiza | 2019-03-24 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Fix CI problems | Jabier Arraiza | 2019-03-24 | 3 | -83/+470 | |
| | | | | ||||||
| * | | | Move multiple selector to unhadled selector | Jabier Arraiza | 2019-03-24 | 1 | -24/+20 | |
| | | | | ||||||
| * | | | final improvements to style dialog | Jabier Arraiza | 2019-03-24 | 2 | -50/+109 | |
| | | | | ||||||
| * | | | Add base of working | Jabier Arraiza | 2019-03-24 | 3 | -90/+135 | |
| | | | | ||||||
| * | | | Also deploy the dependencies of .so files coming with Python | probonopd | 2019-03-24 | 1 | -1/+55 | |
| | | | | ||||||
| * | | | Fix localization | Marc Jeanmougin | 2019-03-24 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Update extensions submodule | Patrick Storz | 2019-03-23 | 1 | -0/+0 | |
| | | | | | | | | | | | | | (avoid deprecation warning spawning for *every* extension) | |||||
| * | | | Fix text rendering when Inkscape multi-line text has an empty first line. | Tavmjong Bah | 2019-03-23 | 3 | -7/+85 | |
| | | | | | | | | | | | | | Possible fix for GitLab issue #45. | |||||
| * | | | Allow guide duplication in guides dialog | Marc Jeanmougin | 2019-03-22 | 4 | -0/+16 | |
| | | | | ||||||
| * | | | Revert Ctrl+Up/Down direction to 0.92.4 behaviour | Nathan Lee | 2019-03-22 | 1 | -2/+2 | |
| | | | | ||||||
