summaryrefslogtreecommitdiffstats
path: root/src/widgets/spinbutton-events.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-19derive all toolbars from Inkscape::ToolbarAlexander Valavanis1-1/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-84/+100
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-6/+4
2012-12-12Stop using invalid casting in spinbutton-eventsAlex Valavanis1-19/+29
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-3/+2
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-0/+1
2012-07-11Fix for 167781 : opacity in selected style loses focus on kbd value scroll, f...John Smith1-1/+3
2012-07-10Fix for 167781 : opacity in selected style loses focus on kbd value scrollJohn Smith1-6/+12
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-07Fix more deprecated GDK key symbolsAlex Valavanis1-15/+18
2012-04-23Get rid of GtkObject in toolboxAlex Valavanis1-3/+3
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-4/+4
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-8/+8
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-1/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-3/+3
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-3/+3