summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-165-51/+786
| |
* | Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza2018-11-151-3/+0
| |
* | Fix bug forcing symbolic system icons in hicolor themeJabiertxof2018-11-141-1/+9
| |
* | Rename add_style_sheet to reduce confusion with SVG/CSSMartin Owens2018-11-121-1/+1
| |
* | Fix encoding of "title" label in win32 native file dialogEduard Braun2018-11-111-1/+4
| | | | | | | | | | Fixed bugs - https://bugs.launchpad.net/inkscape/+bug/1802726
* | Fix a bug icons dont show if no dialog openJabiertxof2018-11-101-8/+5
| |
* | fix compiling on macOSThomas Holder2018-11-101-2/+2
| |
* | Chage std::cout to g_warningJabier Arraiza2018-11-101-2/+2
| |
* | Fix codding styleJabiertxof2018-11-0922-33/+30
| |
* | Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-0934-34/+211
| |
* | Fix compiling bugJabiertxof2018-11-091-1/+0
| |
* | Fixing symbols icon sizeJabiertxof2018-11-092-1/+6
| |
* | This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-0914-21/+72
| | | | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* | Add README to src/ui/viewTavmjong Bah2018-11-091-0/+41
| |
* | Clarify licensesMax Gaukler2018-11-08417-588/+1071
| | | | | | | | | | | | - 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
* | fix clipboard URL rebasingThomas Holder2018-11-071-1/+6
| |
* | Allow symbolic icons in default icon themeJabier Arraiza2018-11-061-0/+5
| |
* | Fix icon loader to allow inverse color in symbolic icons. Also added ↵Jabier Arraiza2018-11-061-8/+4
| | | | | | | | searching.svg for loading symbols
* | Remove delete that is causing crash.Tavmjong Bah2018-11-061-1/+0
| |
* | C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-0611-253/+652
| |
* | Remove unused widget.Tavmjong Bah2018-11-064-568/+1
| |
* | fix memory leak in ClipboardManagerImplThomas Holder2018-11-061-1/+3
| |
* | Remove into filtered groupsJabier Arraiza2018-11-052-2/+2
| |
* | Fix related bug on eraserJabier Arraiza2018-11-051-1/+1
| |
* | Improvemets to find itemsJabier Arraiza2018-11-052-2/+2
| |
* | ContextMenu: Harmonize with menu barEduard Braun2018-11-053-97/+148
| |
* | More cleanupEduard Braun2018-11-051-45/+28
| |
* | Simplify code (we don't need a box if there is no icon)Eduard Braun2018-11-051-23/+21
| |
* | Fix sp_ui_menu_item_set_name to handle arbitrarily packed GtkBoxesEduard Braun2018-11-051-12/+17
| |
* | Add a preference to force enable/disable menu iconsEduard Braun2018-11-053-19/+45
| | | | | | | | | | | | | | | | | | 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 iconsEduard Braun2018-11-051-9/+64
| | | | | | | | | | Shift them into the area reserved for toggles (check/radio items). See also "reserve-toggle-size" property of GtkMenu.
* | Remove unused header.Tavmjong Bah2018-11-051-1/+0
| |
* | Merge branch 'fix-knot-selection' of gitlab.com:ao2/inkscapeMarc Jeanmougin2018-11-041-4/+4
|\ \
| * | ToolBase::root_handler: fix keyboard movement for KEY_Up and KEY_Down eventsAntonio Ospite2018-11-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving shape knots up and down with the keyboard moves them in the opposite direction when the Y axis goes downwards. This happens because commit 1fa0c72b66 (New option to invert y-axis, 2018-09-12) forgot to handle Y direction in src/ui/tools/tool-base.cpp. Fix the issue by applying the Y axis direction factor just like it's done in src/ui/tool/control-point-selection.cpp.
* | | Use monospace digits font in messages and spinbuttonsJabier Arraiza2018-11-032-28/+29
| |/ |/|
* | Minor yaxis fix for meassure toolJabier Arraiza2018-11-031-1/+5
| |
* | Merge branch 'RememberPrinterSettings2' of gitlab.com:Skrapion/inkscapeMarc Jeanmougin2018-11-022-0/+8
|\ \ | |/ |/|
| * Remembers printer settings between calls to the print dialogue. Fixes bug ↵Rick Yorgason2018-10-272-0/+8
| | | | | | | | #1711112.
* | Add some tooltips to svg font editor, two need to be fixes.Martin Owens2018-10-302-14/+17
| |
* | Move contents of document-private.h to document.h.Tavmjong Bah2018-10-292-4/+2
| |
* | SelectedStyle: Ensure constant field width of stroke widthEduard Braun2018-10-271-1/+4
|/ | | | %g omits trailing zeroes, %#g does not but adds trailing commas...
* ShapeEditor: Always keep KnotHolders in set_item()Eduard Braun2018-10-242-18/+8
|
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-226-6/+0
|
* Fix memory leakMarc Jeanmougin2018-10-191-0/+1
|
* Fix typosMarc Jeanmougin2018-10-192-28/+29
|
* Makes page sizes in document properties customizableMarc Jeanmougin2018-10-193-188/+175
| | | | Works similarly as prefs
* Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot2018-10-191-1/+1
|
* Remove unused includes.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove unused filter-list.h header.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-182-6/+9
|