wxWidgets.git
2011-06-06  Stefan Csomorturning off unconditional usage of filter-delegate...
2011-06-06  Stefan Csomorsupporting nested window disablers on the same window
2011-06-06  Stefan Csomorsupporting native background color on wxWindow descenda...
2011-06-05  Stefan Csomorsupporting native background on nonownedwindow, see...
2011-06-05  Stefan Csomoradding another assert for tracking modalSession problems
2011-06-03  Julian SmartRemoved erroneous second reference to status bar height
2011-06-03  Stefan Csomorallowing more system keys in fullscreen mode, properly...
2011-06-02  Stefan Csomorfirst implementation for state on custom renderer,...
2011-06-02  Stefan Csomorfixes #12867
2011-06-02  Stefan Csomorreactivate commented out method
2011-06-02  Stefan Csomorcleanup
2011-06-01  Vadim ZeitlinNo changes, just avoid unused parameters warnings.
2011-06-01  Stefan Csomorfirst stab at supporting custom renderers
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-05-31  Robin DunnBuild fixes for using Cairo on MSW.
2011-05-31  Paul Cornettfix memory leak in wxScreenDC, fixes #13249
2011-05-31  Stefan Csomormaking sure
2011-05-28  Vadim ZeitlinFree calloc()'d pointer correctly in wxFSWatchEntryMSW.
2011-05-27  Dimitri SchoolwerthFixed saving GIFs on big-endian architectures.
2011-05-27  Vadim ZeitlinUse #ifdef, not #if, to check for __WXGTK26__ symbol.
2011-05-25  Stefan Csomorusing systemui for full screen to allow modal dialogs
2011-05-24  Vadim ZeitlinCorrect the picker button best size computation.
2011-05-24  Stefan Csomorguard against NULL textctrl, fixes #13247
2011-05-23  Vadim ZeitlinCorrect type MSVCProjectBuilder in the build script.
2011-05-23  Vadim ZeitlinDon't use native MSW wxHyperlinkCtrl implementation...
2011-05-23  Vadim ZeitlinRebake after the addition of more richtext headers.
2011-05-23  Vadim ZeitlinAdd a trivial benchmark for wxDateTime::ParseDate().
2011-05-22  Vadim ZeitlinItalian translations update from Stefano <l.stickell...
2011-05-20  Dimitri SchoolwerthFixed wxMessageBox with only an OK button returning...
2011-05-20  Dimitri SchoolwerthApplied patch containing small corrections to German...
2011-05-20  Vadim ZeitlinAvoid conversion from wxString to wxChar* and back...
2011-05-20  Jaakko SalliAllow wxPGProperty::IsChildSelected() to work recursively
2011-05-19  Vadim ZeitlinMake picker control at least as high as the associated...
2011-05-18  Stefan Csomormaking sure clip (device coordinages) is applied before...
2011-05-17  Vadim ZeitlinAllow passing wxLongLong values directly to wx pseudo...
2011-05-17  Vadim ZeitlinDon't construct invalid wxDateTime in GTK calendar...
2011-05-17  Vadim ZeitlinFix client to screen translation in wxWindowMSW::PopupM...
2011-05-16  Vadim ZeitlinEnsure that we never return negative client size.
2011-05-16  Vadim ZeitlinNo changes, just refactor the code in MSW wxGetOsDescri...
2011-05-16  Vadim ZeitlinRecognize Windows 7 and Server 2008 versions in wxGetOs...
2011-05-15  Vadim ZeitlinAllow dragging floating AUI frames by the gripper.
2011-05-14  Vadim ZeitlinFix small error in floating AUI frames client size...
2011-05-14  Vadim ZeitlinFix restoring of wxAuiManager::m_has_maximized when...
2011-05-14  Vadim ZeitlinCorrect the drawing of check tools with a drop down...
2011-05-14  Vadim ZeitlinReset the checked state of the first radio item in...
2011-05-14  Vadim ZeitlinCheck for NULL pane window in wxAuiManager.
2011-05-14  Vadim ZeitlinImprove checking for the landing point when docking...
2011-05-14  Vadim ZeitlinDraw wxAuiToolbar button text even if it has no bitmap.
2011-05-14  Vadim ZeitlinTake the AUI floating title bar height into account...
2011-05-14  Vadim ZeitlinCancel dragging in wxAuiNotebook on capture loss.
2011-05-13  Vadim ZeitlinDon't use the standard containers by default.
2011-05-13  Vadim ZeitlinFix the comparison function in the list control sample...
2011-05-13  Vadim ZeitlinMake wxListCtrl sort function take wxIntPtr, not long...
2011-05-13  Vadim ZeitlinDefine wx[U]IntPtr as long, not [s]size_t, in 32 bit...
2011-05-13  Vadim ZeitlinRemove duplicated portability warning from wxShowEvent...
2011-05-13  Dimitri SchoolwerthFixed wxUSE_STD_DEFAULT==0 compilation.
2011-05-11  Julian SmartwxRTC doc updates
2011-05-11  Julian SmartUse more appropriate border style
2011-05-11  Vadim ZeitlinDon't document wxFileSystemWatcher::AddTree() as pure...
2011-05-11  Stefan Csomorseparating observers for default mode (outer 'normal...
2011-05-10  Václav SlavíkClarify that wxFileName::GetPath() appends separator...
2011-05-10  Vadim ZeitlinAttempt to work around Mac g++ 4.0 bug in fswatcher...
2011-05-10  Vadim ZeitlinFix inserting radio menu items in wxGTK too.
2011-05-10  Vadim ZeitlinRewrote wxMSW radio menu items code to support not...
2011-05-09  Jaakko SalliFixed a bug: Disabling a property didn't work properly...
2011-05-09  Julian SmartAdded further wxRTC files to files.bkl
2011-05-09  Vadim ZeitlinDocument wxBitmapToggleButton XRC parameters.
2011-05-09  Vadim ZeitlinAdd wx/richtext/richtextuicustomization.h to the header...
2011-05-09  Vadim ZeitlinNo changes, just sort richtext files in files.bkl.
2011-05-08  Julian SmartMore work on improving wxRTC documentation, copied...
2011-05-05  Dimitri SchoolwerthFixed failing to load ANI, BMP, and ICO images from...
2011-05-05  Robin DunnWhen we're using GDI+, the DC might have transforms...
2011-05-04  Robin DunnAdda virtual dtor to silence warnings
2011-05-04  Robin DunnWipe the old framework (if any) when building a new...
2011-05-04  Vadim ZeitlinFix compilation of wxFileSystemWatcher unit test in...
2011-05-03  Vadim ZeitlinFix wxFileSystemWatcher usage instructions.
2011-05-03  Vadim ZeitlinImplement watching directory correctly in MSW wxFileSys...
2011-05-03  Vadim ZeitlinDon't watch directories recursively in wxMSW wxFileSyst...
2011-05-03  Vadim ZeitlinFix wxFileSystemWatcher::Remove() in wxMSW.
2011-05-03  Vadim ZeitlinNo changes, just slightly simplify wxFileSystemWatcher...
2011-05-03  Vadim ZeitlinFix assert when creating wxBitmapButton without a valid...
2011-05-03  Stefan Csomorproject files for xcode
2011-05-03  Stefan Csomorremoving old xcode files
2011-05-03  Stefan Csomorremoving old codewarrior files
2011-05-03  Stefan Csomorremoving old codewarrior files
2011-05-03  Stefan Csomorremoving old xcode files
2011-05-03  Stefan Csomorremoving old xcode files
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03  Dimitri SchoolwerthRestored wxNotebook::HitTest for wxOSX-Carbon.
2011-05-03  Vadim ZeitlinDon't crash on startup of console programs in monolithi...
2011-05-03  Vadim ZeitlinCorrect wxDirExists() check in OS X wxFileSystemWatcher...
2011-05-03  Vadim ZeitlinAdd wxDocManager::GetPageSetupDialogData() accessor.
2011-05-03  Vadim ZeitlinIncrease the number of index items shown by default...
2011-05-02  Jouk Jansenadd src/common/affinematrix2d.cpp to OpenVMS makefiles
2011-05-01  Dimitri SchoolwerthFixed reading multiple images from ANI and ICO image...
2011-05-01  Stefan Csomorsupport multiline strings using the same workaround...
2011-05-01  Václav SlavíkMake wxSpinCtrlGeneric usable as wxDVC editor control.
2011-05-01  Vadim ZeitlinTranslate various user-visible strings in rich text...
2011-05-01  Vadim ZeitlinVerify the validity of the buffer size in wxBufferedDC.
2011-05-01  Vadim ZeitlinAdd a section about STL containers-related incompatible...
next