Don't eagerly set wxKeyEvent position fields.
[wxWidgets.git] / samples / keyboard / keyboard.cpp
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-12-02  Vadim ZeitlinImplement EVT_CHAR_HOOK for wxOSX/Cocoa.
2011-09-21  Vadim ZeitlinReplace erroneous comma with a semicolon in keyboard...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-24  Stefan Csomoradding raw_control for osx
2010-09-11  Vadim ZeitlinImprove printing out of pressed keys in the keyboard...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2009-12-17  Vadim ZeitlinAdd test of accelerators using both ASCII and non-ASCII...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2008-07-19  Vadim Zeitlincompilation fix for builds without wxHAS_RAW_KEY_CODES
2008-06-07  Vadim Zeitlinpresent information about key presses better; some...
2008-04-28  Václav Slavíkreport Unicode characters when reporting EVT_CHAR in...
2008-04-28  Václav Slavíkuse the new DoLogString signature (fixes with 2.8 compa...
2007-07-29  Vadim Zeitlinmake the text in the top area more readable
2007-07-29  Vadim Zeitlindon't use deprecated DoLog() overload
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-03-24  Włodzimierz SkibaFix after removal of PRIOR/NEXT in common headers.
2006-01-22  Jamie GaddDistinguish numpad extended keys. Fixes bug #1327720
2004-10-02  Václav Slavíkcompilation fixes for gcc-3.4
2004-07-21  Włodzimierz SkibawxUSE_LOG fixes and sizer adjustements related to posit...
2004-05-25  Julian SmartMore name changes
2004-05-19  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-04-06  Dimitri Schoolwerthapplied patch #929947: "Various cleaning of warnings...
2003-12-11  Julian SmartApplied patch [ 846809 ] Cleaning of 11 samples
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-04-08  Vadim Zeitlinreport all ASCII keys, not just the US-ASCII ones
2002-04-07  Vadim Zeitlinadded option to show the raw key codes
2002-04-07  Vadim Zeitlinadded a new sample to show the key events