wxWidgets.git
2010-04-18  Vadim ZeitlinUse "monospace" face name for all Unix systems, hopeful...
2010-04-18  Stefan Csomorrender characters on OSX one by one as fractional width...
2010-04-18  Stefan Csomorconcatenation must use prepend mode on osx as well
2010-04-18  Michael WetherellTry to provide backtraces on unix buildbots if the...
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  Jaakko SalliCorrectly use wxANY_AS() instead of wxAny::As<>(),...
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 SalliRemoved two instances of 'template<>' - looks like...
2010-04-17  Jaakko SalliSuppressed some harmless VC6 warnings
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-17  Michael WetherellRevert change to add -t to buildbot test runs as some...
2010-04-16  Michael WetherellUse -t on buildbot test runs.
2010-04-16  Vadim ZeitlinDon't define wxADJUST_MINSIZE if it had been already...
2010-04-16  Vadim ZeitlinAdd wxToolBar::GetToolByPos() method to access tools...
2010-04-16  Václav SlavíkFix build breakage caused by bConvertEncoding deprecation.
2010-04-16  Jaakko SalliTry a blind fix for VC6 compilation issues (wxAny ctor...
2010-04-16  Jaakko SalliAdapted wxPropertyGrid documentation, samples, tests...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-16  Vadim ZeitlinMinor corrections to the documentations.
2010-04-16  Vadim ZeitlinCorrect the case of wxHyperlinkCtrl in the documentation.
2010-04-16  Vadim ZeitlinDocument wxWindow::DoCentre() and wxCENTRE_ON_SCREEN...
2010-04-16  Vadim ZeitlinDon't rely on __GXX_RTTI being defined with g++ < 4.3.
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkAdd wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
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  Jouk Jansensynchronizing setup.h_vms with setup_h.in
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-15  Vadim ZeitlinFix using weak references to incomplete classes.
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-14  Stefan Csomorfixing constants to be of the expected parameter type...
2010-04-14  Michael WetherellUpdate buildbot config.
2010-04-14  Michael WetherellAdd builds to the buildbot.
2010-04-13  Stefan Csomoradding support for extraControl on osx_carbon
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-13  Michael WetherellMake the gui test still run on the buildbot when the...
2010-04-13  Michael WetherellPut the buildbot's default configure arguments before...
2010-04-13  Vadim ZeitlinExclude wxWeakRef tests not compiling with VC6 from...
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  Vadim ZeitlinFix VC6 compilation which was somehow broken by adding...
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 ZeitlinFix gcc warnings about testing undefined preprocessor...
2010-04-12  Vadim ZeitlinFix emulator compilation with wxX11 after GetMainWindow...
2010-04-12  Vadim ZeitlinFix string stream unit test compilation in non-Unicode...
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 ZeitlinRemove all obsolete release-generation scripts.
2010-04-12  Vadim ZeitlinFix return value of wxList::insert() in non-STL builds.
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  Vadim ZeitlinUse template class instead of template function in...
2010-04-11  Jaakko SalliFixed typo in documentation string
2010-04-11  Vadim ZeitlinAdd wxString::ToStdString() and ToStdWstring().
2010-04-11  Stefan Csomorcocoa implementation for overlay
2010-04-10  Vadim ZeitlinDon't crash if wxMimeTypesManager is used before wxApp...
2010-04-10  Vadim ZeitlinAdd non-template wxWeakRef<T> constructor from T*.
2010-04-10  Vadim ZeitlinAdd wxWeakRef::element_type, remove unnecessary assignm...
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  Michael WetherellCorrections for the buildbot configs.
2010-04-09  Michael WetherellAdd wxDFB to buildbot.
2010-04-09  Michael WetherellTypos.
2010-04-09  Michael WetherellUpdate configuration of linux buildbots.
2010-04-09  Václav SlavíkRegenerated makefiles after removing USE_GDIPLUS.
2010-04-09  Václav SlavíkRemove USE_GDIPLUS setting from bakefiles.
2010-04-09  Vadim ZeitlinDiscard fully transparent alpha channel when loading...
2010-04-09  Vadim ZeitlinAdd wxImage::ClearAlpha().
2010-04-09  Stefan Csomorreverting r57083 for OSX, fixes #11922
2010-04-09  Václav SlavíkAdd system libs in msvc/wx/setup.h too.
2010-04-08  Michael WetherellAdd initial config for TBITCWXBUILDBOT buildbot.
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  Robin Dunn#include <algorithm>
2010-04-07  Stefan Csomorfixing NSFontDescriptor matching for font weights and...
next