summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/labelled.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-5/+0
|
* Realign and reorder guides UINathan Lee2019-04-021-7/+15
|
* Document Properties: General UI cleanupPatrick Storz2019-03-221-2/+14
| | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup.
* Update translation dialog for flipped axisNathan Lee2019-03-111-5/+0
| | | | | | Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* fix transform dialog icons with inverted y-axisThomas Holder2018-09-201-0/+5
|
* adding gtk-themeJabier Arraiza2018-07-211-3/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Update for Gtk alignment changesAlexander Valavanis2017-07-091-2/+2
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-4/+4
|
* Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keysJohn Smith2012-09-111-0/+5
| | | (bzr r11662)
* Fix for 512247 : Show the direction in Object/Transform/RotateJohn Smith2012-08-011-0/+6
| | | (bzr r11578)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-3/+8
| | | (bzr r11018)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+2
| | | (bzr r10826)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-19/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* noop: Address a couple of warnings from g++-4.3.Peter Moulder2008-04-241-2/+2
| | | (bzr r5504)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-1/+1
| | | (bzr r439)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+102
(bzr r1)