summaryrefslogtreecommitdiffstats
path: root/share/ui/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Misc. typos and whitespace fixesluz.paz2019-03-211-44/+43
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
* Add switch icon to fix broken imageJabiertxof2019-02-181-0/+4
|
* Add apply functionsJabiertxof2019-02-181-1/+3
|
* Add apply functionJabiertxof2019-02-181-1/+4
|
* Adding Ramon Miranda sugestions IIJabiertxof2019-02-181-0/+9
|
* Some styling tweaksJabier Arraiza2019-02-181-9/+12
|
* Sttiling fixesJabier Arraiza2019-02-181-2/+2
|
* Working with event boxesJabier Arraiza2019-02-181-9/+9
|
* add sorting and favoritesJabier Arraiza2019-02-181-1/+21
|
* Add info popupJabier Arraiza2019-02-181-5/+17
|
* adding symbolsJabier Arraiza2019-02-181-104/+157
|
* Fix combobox colorsJabier Arraiza2019-01-271-7/+7
|
* Improvements to CSS to easy tweak widgetsJabier Arraiza2019-01-271-298/+266
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-271-24/+122
|
* Add style fileJabier Arraiza2019-01-271-11/+38
|
* fix part of inbox:16 Spinbuttons look glitchyJabiertxof2019-01-211-0/+10
|
* fix for bug about padding on spinbuttons created in #inbox:16Jabier Arraiza2019-01-191-5/+17
|
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* Allow symbols dialog on dark themeJabiertxof2018-09-131-13/+5
|
* Fix bug pointed by moini in ↵Jabiertxof2018-08-091-1/+18
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* Update style.css to improve margin and padding in #InkSpinScaleGemy Cédric2018-04-291-7/+21
|
* Really update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+7
|
* Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget.Tavmjong Bah2017-12-191-0/+20
| | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-0/+21
|
* Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog.Tavmjong Bah2017-12-181-1/+13
|
* Fix scrollbar overlapping palette.Tavmjong Bah2017-12-131-0/+5
|
* UI: Fix canvas scrollbar width a littleEduard Braun2017-10-231-2/+3
| | | | | | | | | | | | The underlying issue are the three icons that are squished into the corners of scrollbars/rulers: - in gtk2 they where shrunk down till they fit into the available space (which probably wasn't a great solution either) - in gtk3 they blow up the container till it fits A proper fix would probably be to either a) moving those buttons elsewhere or b) specifically design small buttons/icons for this purpose
* Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2016-11-251-2/+0
| | | (bzr r15272)
* Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2016-11-251-2/+0
| | | (bzr r15271)
* Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ↵Tavmjong Bah2016-05-181-8/+4
| | | | | message in Gtk3. (bzr r14900)
* Gtk3: Use theme colors for ruler. Reduce size of spin buttons.Tavmjong Bah2016-05-091-9/+48
| | | (bzr r14881)
* Attemt to fix ruler background for GTK 3.20.Tavmjong Bah2016-05-081-0/+8
| | | (bzr r14876.1.1)
* Start of GTK3 external style sheet support.Tavmjong Bah2016-05-081-0/+55
(bzr r14873.1.1)