General purpose slave lock.
[wxWidgets.git] / include /
2008-09-16  Stefan Csomorfixing redefine warnings
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-16  Robert RoeblingAdded reverse iterator to wxVector<T>
2008-09-16  Julian SmartSwitched off some buggy optimisation that caused caret...
2008-09-16  Vadim Zeitlinstart of the great grid folding: introduce wxGridOperat...
2008-09-16  Vadim Zeitlindisable AUI (and also MDI in 2.8) under CE, it doesn...
2008-09-15  Vadim Zeitlinuse wxSwap()
2008-09-15  Vadim Zeitlindocument wxDELETE() and wxDELETEA()
2008-09-15  Vadim Zeitlinmore cleanup (removed some TODOs/FIXMEs); use native...
2008-09-15  Vadim Zeitlinremove the now unused GetScroll[XY]
2008-09-15  Vadim Zeitlintake old (wx 2.2? older?) wxGrid compatibility function...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlinno changes, just removed the unnecessary wxGrid:: quali...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-14  Jaakko SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliUpdated documentation to acknowledge the fact that...
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-14  Jaakko SalliRemoved dllimpexp declaration from std::vector typedef
2008-09-14  Vadim Zeitlinadded wxFileName::GetVolumeString() (#9950)
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-14  Vadim Zeitlincheck the item index inside Item() itself instead of...
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-09-13  Jaakko SalliwxPropertyGrid member m_visPropArray removed, now alway...
2008-09-13  Jaakko SalliCleaned up wxPropertyGrid::SetCurrentCategory()
2008-09-13  Jaakko SalliFixed warnings caused by docstrings in %pythoncode...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-12  Stefan CsomorCoreText fixes
2008-09-12  Stefan Csomormissin quote
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-09-12  Vadim Zeitlinfix the event type in EVT_GRID_[CMD_]COL_MOVE declarati...
2008-09-12  Stefan Csomormaking state changing calls on tool virtual
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Stefan Csomorfixes #9951
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too (and now committi...
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
2008-09-11  Vadim Zeitlinget rid of __WXCOCOA__ check in common CreateLogTarget...
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-11  Stefan Csomorfixing compilo
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-10  Stefan Csomor32/64 bit universal builds support
2008-09-10  Stefan Csomorupdating fixed config data for xcode builds for gcc...
2008-09-08  Benjamin Williamsfix aui sample breakage; added some accessor methods...
2008-09-07  Kevin OllivierRemove a couple duplicate feature checks, and check...
2008-09-07  Stefan Csomoravoiding crashes on osx during app shutdown
2008-09-07  Stefan Csomorchanges for command line builds of osx-cocoa
2008-09-07  Václav Slavíkwhatever it is, wxXmlResource::GetFirstRoot() isn't...
2008-09-06  Vadim Zeitlinimplement Empty() using clear() instead of Truncate(0)
2008-09-06  Vadim Zeitlinaccess TLS cache variable directly and not via a helper...
2008-09-06  Stefan CsomorRGBColor is part of ApplicationServices also under...
2008-09-06  Stefan Csomordefines reordered, support for non-precomp cocoa
2008-09-06  Stefan Csomoradapting to new platform constants
2008-09-05  Stefan Csomoradapting to new msgdlg class hierarchy
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-05  Vadim Zeitlinallow passing literal strings and results of c_str...
2008-09-05  Stefan Csomorforward define for non precomp build
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinadded support for custom labels in wxMessageBox for...
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-09-05  Vadim Zeitlinextract button size calculation from button label size...
2008-09-05  Vadim Zeitlinextract wrapper for SystemParametersInfo(SPI_GETNONCLIE...
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-09-04  Vadim Zeitlinshow the "Window" menu only when we have any MDI childr...
2008-09-04  Kevin OllivierSplit utility functions into base (in utilsexc_base...
2008-09-04  Stefan Csomorgcc is too aggressively hiding these inlines on wxCriti...
2008-09-03  Vadim Zeitlinadd wxSP_THIN_SASH for completeness (#9902)
2008-09-03  Benjamin Williamsfixed a problem in the aui toolbar flags
2008-09-03  Benjamin Williamsmake members private in various wxAuiToolBar helper...
2008-09-03  Vadim Zeitlinadd more wxUSE_XXX checks
2008-09-03  Vadim Zeitlininclude wx/control.h for the base class declaration...
2008-09-02  Stefan Csomorwarning fixes and fix for non precomp builtbot
2008-09-02  Stefan Csomorosx new layout
2008-09-02  Stefan Csomorlistctrl generic is used outside of osx-carbon
2008-09-02  Stefan Csomorforward to generic implementations where the correspond...
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-09-01  Stefan Csomormore common osx types
2008-09-01  Vadim Zeitlindefine wxStringSortAscneding/Descending() even in non...
2008-08-31  Paul Cornettsilence warning with GCC -Wextra
2008-08-31  Paul Cornettremove declaration for ctor which is never defined
2008-08-31  Vadim Zeitlinrename ShowCacheStats to wxStrCacheStatsDumper
2008-08-31  Vadim Zeitlincall GetCache() from a global object ctor to ensure...
2008-08-31  Vadim Zeitlinfix compilation for wxUSE_STD_STRING==0 case after...
2008-08-31  Vadim Zeitlinfix wxUSE_STL compilation after latest changes
2008-08-31  Vadim Zeitlindefine wxString::iterator::iterator_category correctly...
2008-08-30  Vadim Zeitlinno changes, just de-TAB-bed
2008-08-30  Stefan NeisAdded implementation of thread local storage for OS/2.
2008-08-30  Vadim Zeitlinfix another occurrence of g++ 3.3 problem with deprecat...
2008-08-30  Stefan NeisWorkaround for bug in gcc-3.1 through gcc-3.3 in handli...
2008-08-30  Vadim Zeitlinno changes, fix typo in comment
2008-08-30  Vadim Zeitlinimplement operator!=() inline (forgot to commit before)
2008-08-30  Vadim Zeitlinuse C99 isfinite() for 64 bit mingw32 instead of BSD...
2008-08-30  Vadim Zeitlintest for __MINGW64__ in the huge files support section
2008-08-30  Vadim Zeitlindefine HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined...
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-29  Robert RoeblingFix #9917: File save dialog does not honor file extensi...
2008-08-28  Vadim Zeitlindon't use new string caching code without compiler...
next