summaryrefslogtreecommitdiffstats
path: root/src/widgets/spinbutton-events.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-1/+0
|
* 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
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15025)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-84/+100
| | | (bzr r12014)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-6/+4
| | | | | christmas\!) (bzr r11986)
* Stop using invalid casting in spinbutton-eventsAlex Valavanis2012-12-121-19/+29
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1089290 (bzr r11951)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-3/+2
| | | (bzr r11868)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-0/+1
| | | (bzr r11737)
* Fix for 167781 : opacity in selected style loses focus on kbd value scroll, ↵John Smith2012-07-111-1/+3
| | | | | fix for Esc (bzr r11540)
* Fix for 167781 : opacity in selected style loses focus on kbd value scrollJohn Smith2012-07-101-6/+12
| | | (bzr r11534)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix more deprecated GDK key symbolsAlex Valavanis2012-05-071-15/+18
| | | (bzr r11344)
* Get rid of GtkObject in toolboxAlex Valavanis2012-04-231-3/+3
| | | (bzr r11286)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-4/+4
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-8/+8
| | | (bzr r10350.1.5)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-3/+3
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-3/+3
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+137
(bzr r1)