Fix harmless g++ 4.3 warning about suggested parentheses.
[wxWidgets.git] / src /
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-22  Vadim ZeitlinFix off by one error in wxFTP::GetFileSize().
2010-04-22  Vadim ZeitlinReturn correct invoking window for submenus of a popup...
2010-04-22  Vadim ZeitlinUse symbolic names for popup menu ids in wxEVT_MENU_HIG...
2010-04-22  Vadim ZeitlinFix bug with using incorrect negative ids in wxEVT_MENU...
2010-04-22  Vadim ZeitlinOverride wxWindow::MSWGetCreateWindowCoords() in wxTopL...
2010-04-22  Vadim ZeitlinAdd documentation for several grid cell renderer/editor...
2010-04-22  Vadim ZeitlinFix fatal bug in ArgsArray(wchar_t**) ctor.
2010-04-22  Stefan Csomorswitching to correct hit-testing
2010-04-22  Stefan Csomorsimpler code
2010-04-22  Stefan Csomorshutdown sequence routing to EndSession calls
2010-04-22  Stefan Csomoroverriding the cfrunloop accessor, during booting cocoa...
2010-04-21  Václav SlavíkmsgIdCharset is only needed in ANSI build.
2010-04-21  Vadim ZeitlinRemove the extra margins when checking owner drawn...
2010-04-21  Stefan Csomornon precomp build fix
2010-04-20  Stefan Csomoravoiding full resize-invalidate and refresh
2010-04-20  Stefan Csomorrestoring special handling for carbon system menu items...
2010-04-20  Stefan Csomortracking open modal dialogs
2010-04-20  Stefan Csomorcurrently avoid problems when releasing the capture...
2010-04-20  Stefan Csomorbetter layout for simple one param messages, closes...
2010-04-20  Stefan Csomoruse new call
2010-04-20  Stefan Csomorwrap native TLWs so that they also appear in the tlw...
2010-04-20  Stefan Csomorsupport for capturing, use categories instead of member...
2010-04-20  Vadim ZeitlinCheck for menu title being non-empty when appending...
2010-04-20  Vadim ZeitlinAdd wxProgressDialog::Was{Cancelled,Skipped}() convenie...
2010-04-20  Jouk Jansencorrecting error in OpenVMS makefile
2010-04-20  Stefan Csomorif we have wxBG_STYLE_PAINT, we must clear the backgrou...
2010-04-19  Jaakko Sallior -> || (how did that compile on GCC anyway?)
2010-04-19  Jaakko SalliWhen deciding whether to convert wxAny to 'long' or...
2010-04-19  Stefan Csomormissing return value
2010-04-19  Jouk Jansenupdate OpenVMS compile support
2010-04-18  Stefan Csomorconcatenation must use prepend mode on osx as well
2010-04-18  Jaakko SalliUse const_cast<> to get 'wxAnyValueType*' from 'const...
2010-04-18  Stefan Csomorfixing coordinate conversions for captured windows
2010-04-18  Stefan Csomorusing same API
2010-04-18  Stefan Csomorstreamlining code for extra controls
2010-04-18  Stefan Csomorpainting background of splitter as well, fixes #11958
2010-04-18  Jaakko SalliFix STL build
2010-04-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-18  Stefan Csomornormal windows also have transparent corners, so don...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-04-17  Vadim ZeitlinDon't return invalid size from wxDir::GetTotalSize...
2010-04-17  Vadim ZeitlinNo real changes, just some minor cleanup of wxDirTraver...
2010-04-17  Robert RoeblingAdded virtual destructor
2010-04-17  Jaakko SalliSuppressed some harmless VC6 warnings
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-16  Jaakko SalliTry a blind fix for VC6 compilation issues (wxAny ctor...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-04-16  Václav SlavíkMark wx apps as DPI aware on Windows 7/Vista.
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-15  Stefan Csomorsupporting switching back background style from transpa...
2010-04-14  Stefan Csomorfixing build
2010-04-14  Stefan Csomormake sure log output on the iphone goes to the console...
2010-04-14  Stefan Csomorfixing layout of custom controls during resize, cleanup...
2010-04-13  Stefan Csomoradding support for extraControl on osx_carbon
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-13  Stefan Csomormaking sure calls don't crash for fully native dialogs...
2010-04-13  Stefan Csomoradding fallbacks for non-native font variants, fixes...
2010-04-13  Stefan Csomorfixing non-precomp build, fixes #10985
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorfixing copy/paste error from carbon version, fixes...
2010-04-12  Stefan Csomorname change to correctly reflect the autorelease nature...
2010-04-12  Stefan Csomorcopying native cursor under cocoa
2010-04-12  Stefan Csomorfixing some warnings, adding proper OnChar support...
2010-04-12  Stefan Csomorchanging sequence of makeFirstResponder and makeKeyAndO...
2010-04-12  Stefan Csomorchange grow box implementation - was incorrectly gettin...
2010-04-12  Vadim ZeitlinUpdate AUI pane resizable status even when it is floating.
2010-04-12  Vadim ZeitlinFix over aggressive clipping in generic wxListCtrl...
2010-04-12  Vadim ZeitlinFix crash in wxListbook if image list is assigned after...
2010-04-12  Vadim ZeitlinTranslate the label used by the font picker dialog.
2010-04-12  Vadim ZeitlinFix compilation of wxIconBundle in some particular...
2010-04-12  Vadim ZeitlinUse string sort order with CompareString() in wxString...
2010-04-11  Stefan Csomorcocoa implementation for overlay
2010-04-10  Vadim ZeitlinDon't crash if wxMimeTypesManager is used before wxApp...
2010-04-10  Stefan Csomorflushing upon destruction, hope this won't redraw conge...
2010-04-10  Stefan Csomornote for future implementation using a former private API
2010-04-09  Vadim ZeitlinDiscard fully transparent alpha channel when loading...
2010-04-09  Vadim ZeitlinAdd wxImage::ClearAlpha().
2010-04-08  Stefan Csomortrying to simplify and optimize font handling
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
2010-04-08  Stefan Csomorswitching modal loop implementation, fixes #11921
2010-04-07  Stefan Csomorfixing NSFontDescriptor matching for font weights and...
2010-04-07  Robin DunnDrop the Array class added in the last scintilla patch...
2010-04-07  Robin DunnTest m_dc before using it
2010-04-07  Stefan Csomorfixing focus, fixes #11911
2010-04-07  Václav SlavíkFixed wxFileSystem::FileNameToURL() regression with...
2010-04-07  Stefan Csomorborders might have to be drawn differently
2010-04-07  Vadim ZeitlinFix harmless MSVC warning about int to bool conversion...
2010-04-07  Vadim ZeitlinSuppress dummy gcc warnings in regex library code.
2010-04-07  Vadim ZeitlinWork around "possibly uninitialized variable" warning...
2010-04-07  Stefan Csomorswitching loop mode for idle processing, fixes #11912...
2010-04-06  Francesco Montorsifix typos introduced by error in r63870 (see #10673)
2010-04-06  Stefan Csomormaking gradients working again
2010-04-06  Stefan Csomorsupporting text foreground color, fixes #11903
2010-04-06  Stefan Csomorfixing warnings
2010-04-06  Vadim ZeitlinAdd wxTextEntryBase::ForwardEnableTextChangedEvents().
next