summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* comment uneeded headerJabier Arraiza2019-07-083-15/+10
|
* fix issue on theme changeJabier Arraiza2019-07-085-39/+47
|
* Improve scrool on selectorsJabiertxof2019-07-081-0/+2
|
* fix compiling issueJabier Arraiza2019-07-081-2/+2
|
* fix compiling problemJabier Arraiza2019-07-081-1/+0
|
* finish rebase from masterJabier Arraiza2019-07-082-2/+0
|
* comment alternate colorsJabier Arraiza2019-07-083-4/+61
|
* Fix coding styleJabiertxof2019-07-082-14/+12
|
* Allow pop in front and disable color buttons viewJabiertxof2019-07-083-21/+21
|
* Refctor of Adam Belis icons to fit new system and fix bug compilingJabiertxof2019-07-081-1/+1
|
* Bug fixing of update colorsJabiertxof2019-07-081-113/+141
|
* Bug fixes and add Adam Belis icon setJabiertxof2019-07-081-6/+9
|
* Fix coding styleJabiertxof2019-07-081-3/+2
|
* Improvements to temming allow diferent on dark themesJabiertxof2019-07-082-79/+42
|
* Coding Style FixesJabiertxof2019-07-084-20/+26
|
* Add coloring default to themeJabiertxof2019-07-084-97/+160
|
* working wth colors for iconsJabier Arraiza2019-07-083-101/+146
|
* add improvements to color handlingJabiertxof2019-07-082-5/+24
|
* Allow good render of multiples stylesheetsJabiertxof2019-07-082-4/+0
|
* allow multiple style tagsJabier Arraiza2019-07-082-46/+1
|
* Add initial commitJabiertxof2019-07-087-58/+81
|
* Fixing coding styleJabiertxof2019-07-082-2/+2
|
* Adding styles defaultJabiertxof2019-07-084-29/+34
|
* Fix coding styleJabiertxof2019-07-084-30/+27
|
* Initial code to fixJabiertxof2019-07-086-39/+139
|
* Display spiro pen preview right after backspaceNathan Lee2019-07-061-6/+7
| | | | Fix https://gitlab.com/inkscape/inkscape/issues/282
* Fix coding styleJabiertxof2019-07-053-12/+11
|
* Allow styling def sections and go to the eleemntJabiertxof2019-07-053-2/+74
|
* Fix various minor typosYuri Chornoivan2019-07-0114-19/+19
|
* Remove gimp ruler.Tavmjong Bah2019-06-292-4/+7
|
* Make tick color the symbolic icon color if symbolic icons are used.Tavmjong Bah2019-06-291-1/+1
|
* Make ruler tickes line up with other GUI elements (e.g. grids).Tavmjong Bah2019-06-291-1/+1
|
* Fix rendering on high DPI screens.Tavmjong Bah2019-06-292-8/+11
|
* Reimplement ruler in C++.Tavmjong Bah2019-06-293-0/+547
|
* hatch.jsValentin Ionita2019-06-281-3/+5
| | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project.
* Fix coding styleJabiertxof2019-06-242-13/+14
|
* Fixes for scrolling on selectors and style dialogsJabiertxof2019-06-244-33/+160
|
* Update pen tool path instantly on mode changeNathan Lee2019-06-241-0/+2
|
* Minor clean up of pen tool codeNathan Lee2019-06-242-14/+2
|
* Pen tool live update of green BPaths on Alt+MoveNathan Lee2019-06-241-0/+1
| | | | Regression fix gitlab.com/inkscape/inbox/issues/600
* fix mising changes in previous commitJabier Arraiza2019-06-231-1/+1
|
* Fix coding styleJabier Arraiza2019-06-232-9/+6
|
* Remove experimental code to work in MR and fixes for selectorsJabier Arraiza2019-06-239-76/+85
|
* Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscapeMarc Jeanmougin2019-06-209-53/+39
|\
| * Remove deprecated usage of custom Gtk::IconSizeKarl Cheng2019-06-162-25/+27
| | | | | | | | | | | | | | | | | | | | Custom Gtk::IconSize values have been deprecated since GTK 3.10. Also fix incorrect usage of pixel values to the Gtk::IconSize() constructor (introduced in de13793763), these are in fact meant to be enum values. Refs: https://gitlab.com/inkscape/inkscape/commit/de137937630524727b287fb2e03ec470554683a8
| * Remove custom tab order in Document PropertiesKarl Cheng2019-06-162-8/+0
| | | | | | | | | | | | | | | | | | | | | | The method for handling custom tab order in GTK (set_focus_chain) has been deprecated since GTK 3.24 with no direct replacement. I've decided to remove this code as the code did not seem to make any difference during testing: the tab order appeared to be the same. Regardless, 'Page -> Custom size' in Document Properties is the only place that it's used, so the impact should be fairly limited anyway.
| * Replace deprecated Gtk::Menu::popup() -> popup_at_pointer()Karl Cheng2019-06-162-15/+6
| |
| * Remove deprecated gtk_adjustment_changed() callKarl Cheng2019-06-161-1/+0
| | | | | | | | | | As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed().
| * Replace deprecated Gtk::Label numeric align valuesKarl Cheng2019-06-161-3/+5
| |
| * Replace deprecated Gtk::Misc functionsKarl Cheng2019-06-161-1/+1
| |