| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rewrite main menu bar code: | Tavmjong Bah | 2019-01-25 | 1 | -612/+1 |
| | | | | | | | Convert to GTKMM. General cleanup. Move to dedicated files. | ||||
| * | Remove sp_create_window(). | Tavmjong Bah | 2019-01-19 | 1 | -76/+3 |
| | | |||||
| * | Move drag-and-drop code to separate file. | Tavmjong Bah | 2019-01-19 | 1 | -491/+0 |
| | | |||||
| * | Another baby step in creating InkscapeWindow. | Tavmjong Bah | 2019-01-13 | 1 | -6/+6 |
| | | |||||
| * | First baby step in adding InkscapeWindow (Gtk::ApplicationWindow) | Tavmjong Bah | 2019-01-09 | 1 | -10/+3 |
| | | |||||
| * | Remove helper/window.h helper/window.cpp | Tavmjong Bah | 2019-01-09 | 1 | -2/+11 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -2/+2 |
| | | |||||
| * | fix coding style | Jabier Arraiza | 2018-12-04 | 1 | -10/+5 |
| | | |||||
| * | Added XRay | Jabier Arraiza | 2018-12-04 | 1 | -1/+5 |
| | | |||||
| * | Fix coding style | Jabier Arraiza | 2018-12-01 | 1 | -4/+2 |
| | | |||||
| * | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 1 | -0/+3 |
| | | |||||
| * | Remove Adwaita-hicolor icon themes toggles making more compat | Jabier Arraiza | 2018-11-15 | 1 | -3/+0 |
| | | |||||
| * | Fix bug forcing symbolic system icons in hicolor theme | Jabiertxof | 2018-11-14 | 1 | -1/+9 |
| | | |||||
| * | Rename add_style_sheet to reduce confusion with SVG/CSS | Martin Owens | 2018-11-12 | 1 | -1/+1 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | ||||
| * | 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 | ||||
| * | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 2018-11-06 | 1 | -13/+1 |
| | | |||||
| * | ContextMenu: Harmonize with menu bar | Eduard Braun | 2018-11-05 | 1 | -60/+8 |
| | | |||||
| * | More cleanup | Eduard Braun | 2018-11-05 | 1 | -45/+28 |
| | | |||||
| * | Simplify code (we don't need a box if there is no icon) | Eduard Braun | 2018-11-05 | 1 | -23/+21 |
| | | |||||
| * | Fix sp_ui_menu_item_set_name to handle arbitrarily packed GtkBoxes | Eduard Braun | 2018-11-05 | 1 | -12/+17 |
| | | |||||
| * | Add a preference to force enable/disable menu icons | Eduard Braun | 2018-11-05 | 1 | -19/+37 |
| | | | | | | | | | | By default the theme decides whether it wants to display icons or not by using the "show-icons" attribute in the menus.xml file. This attribute is properly inherited an can therefore be used to selectively enable and disable icons globally (by setting it on the root element), in certain submenus, or individually per menu item. | ||||
| * | Improve positioning of menu icons | Eduard Braun | 2018-11-05 | 1 | -9/+64 |
| | | | | | | Shift them into the area reserved for toggles (check/radio items). See also "reserve-toggle-size" property of GtkMenu. | ||||
| * | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 2018-10-18 | 1 | -2/+2 |
| | | | | | clearer. | ||||
| * | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 1 | -0/+2 |
| | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Avoid crash on document close if default template is missing | Eduard Braun | 2018-09-30 | 1 | -1/+1 |
| | | |||||
| * | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 1 | -0/+6 |
| | | | | | 2 (Bitmap and SVG) | ||||
| * | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 2018-09-22 | 1 | -4/+1 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 1 | -0/+3 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-31 | 1 | -1/+1 |
| | | |||||
| * | Remove XGD_DATA_DIR as sugestion of su_v | Jabier Arraiza | 2018-07-31 | 1 | -2/+5 |
| | | |||||
| * | First try co fix icons bugs | Jabier Arraiza | 2018-07-31 | 1 | -3/+0 |
| | | |||||
| * | trying to fix bug on Fedora ↵ | Jabier Arraiza | 2018-07-28 | 1 | -1/+0 |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_90914616 | ||||
| * | Refactor fo theme switcher | Jabier Arraiza | 2018-07-27 | 1 | -0/+1 |
| | | |||||
| * | Fixes pointed by maren in original MR | Jabier Arraiza | 2018-07-25 | 1 | -1/+8 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -10/+9 |
| | | |||||
| * | Working on themes | Jabier Arraiza | 2018-07-21 | 1 | -1/+1 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -1/+48 |
| | | |||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -48/+48 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | a bit more of warning cleanup | Felipe Corrêa da Silva Sanches | 2018-03-28 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -32/+39 |
| | | | | | A lot of header clean-up. | ||||
| * | Limit geometry from file to width/height of monitor | Eduard Braun | 2018-01-07 | 1 | -2/+4 |
| | | |||||
