summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 44.044.0Jakub Steiner2023-03-202-1/+2
|
* symbolic: clean up the sheetJakub Steiner2023-03-091-33/+4
| | | | | - remove extra bounding rectangles - hide the noexport bits
* symbolic: network-workgroup export fixJakub Steiner2023-03-092-28/+18
|
* symbolic: checkbox, radio shouldn't be insensitive lookingJakub Steiner2023-03-093-7/+11
| | | | Originally hinted to in https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/merge_requests/47
* prepare for 44.beta release44.betaJakub Steiner2023-02-172-1/+5
|
* fullcolor: device and place 16x16Jakub Steiner2023-02-073-0/+0
|
* symbolic: add new battery statesJakub Steiner2023-02-076-21/+126
| | | | See https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/314
* fullcolor: more antialiasing of 16x16Jakub Steiner2023-01-2012-0/+0
|
* fullcolor: anti-alias 16x16 emblemsJakub Steiner2023-01-205-0/+0
| | | | | | - when presented on dark background, the jaggies are too prominent Fixes https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/226
* fullcolor: more lowres assetsJakub Steiner2023-01-1836-0/+2
| | | | | | - fine tune 16x16s - add mimetypes - link inode-directory, hopefully addressing folder.png
* fullcolor: retire unused scriptJakub Steiner2023-01-181-165/+0
| | | | | | - we no longer render fullcolor into bitmaps Invalidates https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/211
* fullcolor: in-style repository iconJakub Steiner2023-01-182-0/+1292
| | | | Fixes https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/224
* fullcolor: grid fit for crisper 32x32px renderingJakub Steiner2023-01-1822-505/+1013
| | | | | Improve legibility of the outlines at 32x32. nudge emblems for pixel grid at 32x32 too
* fullcolor: generic 3D modelsJakub Steiner2023-01-162-0/+711
| | | | | | | * Hoping to cover all the broken model/* mimetypes with this generic fallback (hopefully) fixes https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/225
* fullcolor: essential 16x16 bitmaps onlyJakub Steiner2023-01-1391-23008/+3
| | | | See https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/221
* fullcolor: prune lowres other than 16x16Jakub Steiner2023-01-1379-0/+0
| | | | adresses https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/221
* fullcolor: fix html emblem positionJakub Steiner2023-01-122-21/+21
| | | | Fixes https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/223
* fullcolor: smaller chin for foldersJakub Steiner2023-01-1124-294/+54
| | | | | - based on design review during this week's call, lower the depth of of the folder. gets a bit fuzzy at 32, but not terrible.
* fullcolor: export input-mouseJakub Steiner2023-01-061-0/+78
|
* fullcolor: darker mouse deviceJakub Steiner2023-01-061-21/+35
| | | | | | | | | | - similarly to the Boxes app, white shapes are hard to present on white-ish backgrounds - shifting the problem from white bg towards light grey - gradients on large surfaces are generally off-style, but work in our favor in this case. worth breaking the rule Improves https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2284
* symbolic: VPN roundedJakub Steiner2022-12-066-34/+167
| | | | | | | - round all the VPN icons and sync up the wire with the other networked objects Fixes https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/213
* remove leftover fullcolor among symbolicsJakub Steiner2022-12-054-1119/+0
|
* symbolic: networked printerJakub Steiner2022-12-022-14/+58
| | | | - rounded and consistent with networked device style
* symbolic: networked assetsJakub Steiner2022-12-024-45/+210
| | | | | | - use the new rounded style - sync with assets in devkit - clearer metaphor for workgroup
* symbolic: render from sheetJakub Steiner2022-12-023-16/+16
| | | | - some assets weren't exported
* actually fix the buildJakub Steiner2022-12-011-2/+2
| | | | - scalables get installed now! Big thanks to @btwilliam on matrix
* more build fixesJakub Steiner2022-12-012-9/+9
|
* unbreak the build, maybe?Jakub Steiner2022-11-302-9/+9
|
* index.theme lookup orderJakub Steiner2022-11-291-1/+1
| | | | | | - maybe scalables need to be in front of symbolic to take precedence? See the struggle at https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/215
* separate symbolic and fullcolor scalableswip/jimmac/separate-symbolic-scalableJakub Steiner2022-11-29654-4/+1148
| | | | | | | Only god knows how the icon theme lookup works these days. Perhaps separating fullcolor out of the symbolics will prevent the recoloring. See https://gitlab.gnome.org/GNOME/nautilus/-/issues/2587
* Revert "symbolic: drop process-working size hack"Jakub Steiner2022-11-141-0/+0
| | | | | | Sadly gtk3 apps like Boxes, that aren't going to be ported any time soon, still depend on the hack. This reverts commit e148bf86db3b4f43df337c47ed0e8af19652e949.
* fullcolor: old lowres assetsJakub Steiner2022-11-047-0/+23003
|
* Merge branch 'wip/jimmac/scalable-128-hicolor'Jakub Steiner2022-11-04674-720332/+98558
|\
| * fullcolor: foldersJakub Steiner2022-11-04208-4/+13228
| | | | | | | | | | | | - removed mimetype and places lowres 22,24,32,48. Will need to recreate some of the fuzzier ones. Would be nice if we could live without 48x48 16x16 could be hand crafted in a pixel editor
| * fullcolor: saved searches MIAJakub Steiner2022-11-043-0/+0
| | | | | | | | - AFAIK saved searches don't exist in Nautilus. Keep lowres only.
| * fullcolor: folder & folder-remoteJakub Steiner2022-11-0410-0/+3355
| |
| * fullcolor: folder-open and folder-drag-accept MIAJakub Steiner2022-11-0412-0/+0
| | | | | | | | | | - Nautilus no longer uses the drag accept and open states. symlink the folder just so that 3rd party apps don't break in the world of theming.
| * fullcolor: text previewJakub Steiner2022-11-044-0/+1
| | | | | | | | | | - text preview doesn't exist for years, but who knows where this creeps up on us.
| * fullcolor: generic packagesJakub Steiner2022-11-045-0/+724
| |
| * fullcolor: document templatewip/jimmac/scalable-128-hicolorJakub Steiner2022-11-042-0/+934
| | | | | | | | - rogotten export and source
| * fullcolor: htmlJakub Steiner2022-11-045-0/+753
| |
| * fullcolor: document templatesJakub Steiner2022-11-043-0/+0
| |
| * fullcolor: spreadsheets and spreadsheet templatesJakub Steiner2022-11-0410-0/+1899
| |
| * fullcolor: drawings and drawing templatesJakub Steiner2022-11-048-121/+56
| |
| * fullcolor: missed template sourcesJakub Steiner2022-11-043-0/+2184
| |
| * fullcolor: scriptsJakub Steiner2022-11-045-0/+737
| |
| * fullcolor: text templatesJakub Steiner2022-11-043-0/+0
| |
| * fullcolor: presentations and presentation templatesJakub Steiner2022-11-0411-2986/+1953
| |
| * fullcolor: videosJakub Steiner2022-11-046-1207/+648
| |
| * fullcolor: trashJakub Steiner2022-11-0413-16058/+6938
| |