summaryrefslogtreecommitdiffstats
path: root/src/dialogs/input.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-11Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz1-607/+0
#334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
2010-03-14Create better names when intput devices are reported with broken ones.Jon A. Cruz1-8/+62
(bzr r9186)
2010-03-14Minor cleanup and addition of tablet debugging code.Jon A. Cruz1-23/+296
(bzr r9185)
2010-03-13Try harder to fix the tablet configuration problemKrzysztof Kosi??ski1-7/+22
(bzr r9183)
2010-03-12Hopefully fix #334800 (input devices configuration not saved).Krzysztof Kosi??ski1-53/+65
Fixed bugs: - https://launchpad.net/bugs/334800 (bzr r9177)
2008-11-21Merge from fe-movedTed Gould1-3/+2
(bzr r6891)
2008-10-27From trunkTed Gould1-101/+72
(bzr r6885)
2008-02-23Removed some (minor) build warnings for input.cp file.Marcin Floryan1-2/+2
(bzr r4827)
2007-11-25Warning cleanupJon A. Cruz1-3/+3
(bzr r4133)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-1/+1
create methods to match DOM (bzr r2253)
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen1-9/+11
(bzr r2045)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)
2006-02-24make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan1-0/+3
#1290647 (bzr r180)
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3
part of fix for #1290647 (bzr r178)
2006-01-17optimized includes, replaced std::string with Glib::stringRalf Stephan1-8/+10
(bzr r13)