wxWidgets.git
2011-03-14  Vadim ZeitlinDon't generate wxEVT_CHAR_HOOK events while the mouse...
2011-03-14  Vadim ZeitlinDocument EVT_CHAR_HOOK.
2011-03-14  Vadim ZeitlinDon't intercept Escape key while IME is active.
2011-03-14  Vadim ZeitlinProduce correct SVG files in all locales.
2011-03-14  Vadim ZeitlinFix changing the size of the bitmaps in wxMSW wxButton.
2011-03-14  Vadim ZeitlinPrint everything by default in non-interactive mode.
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2011-03-14  Vadim ZeitlinRespect alignment flags for owner-drawn buttons in...
2011-03-14  Julian SmartAdded initialisation and checks
2011-03-13  Vadim ZeitlinAdded precision parameter to wxString::From[C]Double().
2011-03-13  Vadim ZeitlinNo changes, just correct a wrong trailing comment in...
2011-03-13  Vadim ZeitlinDocument wxTE_MULTILINE support in wxTextEntryDialog.
2011-03-12  Stefan Csomoradd external utf16 text type explicitely, as it otherwi...
2011-03-11  Stefan Csomorsupporting 24 and 64 sizes via scaling up
2011-03-10  Stefan Csomorunder cocoa a too-small static box leads to erroneous...
2011-03-10  Stefan Csomorsafeguard against not-yet-shown view which leads to...
2011-03-09  Paul Cornettadd wxEVT_MAXIMIZE support to wxGTK
2011-03-09  Vadim ZeitlinMake brush hatches in wxGTK consistent with wxMSW.
2011-03-09  Vadim ZeitlinCorrect the name of the header for GTK+ < 2.14.
2011-03-09  Vadim ZeitlinAdd tests of other hatched brushes to the drawing sample.
2011-03-09  Vadim ZeitlinDon't pop up annoying message box in the drawing sample.
2011-03-09  Vadim ZeitlinCorrections to wxTextCtrl::HitTest() documentation.
2011-03-09  Vadim ZeitlinSend wxEVT_COMMAND_DATAVIEW_CACHE_HINT to proper window.
2011-03-09  Vadim ZeitlinMention that wxEVT_MAXIMIZE is only generated by a...
2011-03-09  Vadim ZeitlinCorrect EVT_MAXIMIZE macro name in wxTLW documentation.
2011-03-09  Vadim ZeitlinFix search for item by text in wxMSW wxListCtrl.
2011-03-09  Vadim ZeitlinDon't assert if starting search position in LVN_ODFINDI...
2011-03-08  Vadim ZeitlinAdd another missing #if wxUSE_MARKUP check.
2011-03-08  Vadim ZeitlinCzech translation update from Zbynek Schwarz.
2011-03-07  Stefan Csomorsupport app activated and deactivated events, also...
2011-03-07  Stefan Csomorwindow level support
2011-03-07  Stefan Csomorbracket unused function
2011-03-07  Jaakko SalliTo prevent wxPropertyGrid from stealing frocus from...
2011-03-07  Václav Slavíkgtk/gtkunixprint.h only exists since GTK+ 2.14.
2011-03-06  Václav SlavíkDon't directly include GTK+ semi-public headers.
2011-03-06  Václav SlavíkInclude gdk/gdkkeysyms-compat.h.
2011-03-06  Stefan Csomoruse FixedToFloat everywhere to make sure we don't round...
2011-03-06  Stefan Csomorposition buttons to the right on OSX as well
2011-03-06  Stefan Csomorfix positioning bug with window disabler and hidden...
2011-03-06  Julian SmartFixed #13017: wxRichTextCtrl CopyToClipboard regression
2011-03-05  Stefan Csomorsupport wxWindowDisabler on osx_cocoa
2011-03-05  Vadim ZeitlinAdd a dependency of wxUSE_TASKBARICON on wxUSE_MENUS.
2011-03-05  Vadim ZeitlinDon't initialize wxGBSpan with invalid values in wxGBSi...
2011-03-03  Paul Cornettfix Activate signature after r67099
2011-03-02  Stefan Csomorproper focus lost for multiline textfields and having...
2011-03-02  Stefan Csomorthe wx part knows better whether it has the focus ...
2011-03-02  Julian SmartFixed a problem with paste resetting the content paragr...
2011-03-02  Stefan Csomormove accel handling in front of the normal keyDown...
2011-03-02  Stefan Csomormove accel handling in front of the normal keyDown...
2011-03-02  Stefan Csomorsupporting more key equivalents for display, fixing...
2011-03-02  Stefan Csomorremoving code that will not have to be updated
2011-03-02  Vadim ZeitlinJapanese translations update from Suzumizaki-Kimitaka.
2011-03-02  Vadim ZeitlinFix typo in wxStack<T> documentation.
2011-03-02  Vadim ZeitlinAdd missing wxUSE_MARKUP checks in wxOSX code.
2011-03-01  Dimitri SchoolwerthImproved palette handling with saving PNG files.
2011-03-01  Václav SlavíkPass wxRect/wxPoint arguments to wxDataViewCustomRender...
2011-03-01  Václav SlavíkFixed typo.
2011-02-28  Václav SlavíkToggle checkboxes in generic wxDataViewCtrl with single...
2011-02-28  Václav SlavíkGet rid of WXGetAsCustom().
2011-02-28  Václav SlavíkwxDataViewCtrl: Fully prepare renderer for Activate...
2011-02-28  Stefan Csomoradding hour constant to carbon build
2011-02-28  Stefan Csomorfixing non-precomp headers
2011-02-28  Stefan Csomordisable cursorRects for global busy state
2011-02-28  Stefan Csomoravoid setting live cursor during busy state
2011-02-28  Stefan Csomoradd watch cursor to osx_cocoa
2011-02-28  Stefan Csomordon't swallow command events that are not handled by...
2011-02-28  Stefan Csomoradding taskbar implementation for statusitem (menubar...
2011-02-28  Stefan Csomormoving appdelegate declaration to header
2011-02-28  Stefan Csomormake sure the quit item is only shown where appropriate...
2011-02-28  Stefan Csomorosx_cocoa supports both kind of taskbaricons in the...
2011-02-27  Stefan Csomormake sure 10.4 command-key events are routed via the...
2011-02-27  Vadim ZeitlinUse single quotes in wxMarkupText unit test to work...
2011-02-27  Vadim ZeitlinAdd a trivial virtual dtor to wxMarkupParserOutput.
2011-02-27  Vadim ZeitlinAnother fix for PCH-less build in markup code.
2011-02-27  Dimitri SchoolwerthFixed drawing glitch with vertical MSW toolbars.
2011-02-27  Vadim ZeitlinReplace template function with template class to placat...
2011-02-27  Vadim ZeitlinFix for PCH-less build in markup code.
2011-02-27  Vadim ZeitlinUpdate markup support documentation.
2011-02-27  Vadim ZeitlinAdd markup support to wxOSX/Cocoa wxStaticText and...
2011-02-27  Vadim ZeitlinNo real changes, just make wxColour::OSXGetNSColor...
2011-02-27  Vadim ZeitlinAdd markup support to generic wxStaticText implementation.
2011-02-27  Vadim ZeitlinImplement support for markup labels for wxGTK wxButton.
2011-02-27  Vadim ZeitlinAdd markup support to wxMSW wxButton and show it in...
2011-02-27  Vadim ZeitlinAdd generic wxMarkupText class implementing handling...
2011-02-27  Vadim ZeitlinAdd wxDC::GetFontMetrics() and implement it for wxMSW.
2011-02-27  Vadim ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinNo changes, just add a couple of #if wxUSE_COMMANDLINKB...
2011-02-27  Vadim ZeitlinDraw the underline 1 pixel higher in wxDC::DrawLabel().
2011-02-27  Vadim ZeitlinRestore height tweaking in wxMSWButton::GetFittingSize().
2011-02-27  Vadim ZeitlinInitialize wxButton::m_authNeeded in ctor and not Creat...
2011-02-27  Vadim ZeitlinNo changes, just do wxButton fields initialization...
2011-02-27  Vadim ZeitlinNo changes, just move wxMSW wxButton::MakeOwnerDrawn...
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-27  Vadim ZeitlinDon't call base class SetLabel() from GTKSetLabelForLab...
2011-02-27  Vadim ZeitlinRemove unnecessary use of RemoveMarkup() in wxMSW wxHyp...
2011-02-27  Vadim ZeitlinAdd wxFont::SetSymbolicSize() and SetSymbolicSizeRelati...
2011-02-27  Vadim ZeitlinAdd wxFont::Underlined() and MakeUnderlined() methods.
2011-02-27  Vadim ZeitlinUse wxMarkupParser in wxStaticText for dealing with...
2011-02-27  Vadim ZeitlinAdd wxMarkupParser::Strip().
2011-02-27  Vadim ZeitlinAdd a class for parsing simple markup.
next