]> git.saurik.com Git - wxWidgets.git/history - include
optimized highlighting to reduce flicker
[wxWidgets.git] / include /
2007-05-02  Václav SlavíkwxAppTraits::SetLocale() is wxUSE_INTL=1 only
2007-05-02  Václav Slavíkadded convenience functions wxString::To/From8BitData...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-02  Václav Slavíkmade wxConvXXX objects usable at static initialization...
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-05-01  Václav Slavíkadded inline plural form of wxGetTranslation to wxUSE_I...
2007-05-01  Václav Slavíkdefine wxPLURAL even if wxUSE_INTL=0
2007-05-01  Vadim Zeitlinfix wxStringOutputStream::Write() in Unicode build...
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-30  Vadim Zeitlinuse a marginally more precise but, more importantly...
2007-04-30  Vadim Zeitlinassert that wxRound() argument is in the supported...
2007-04-30  Václav Slavíkalways define wxLocaleIsUtf8
2007-04-30  Václav Slavíkfixed release build compilation with compilers without...
2007-04-29  Václav SlavíkOpenWatcom >= 1.2 has __VA_ARGS__
2007-04-29  Václav Slavíkcompilation fixes for --disable-log
2007-04-29  Václav Slavíkadded support for passing std::[w]string to 'vararg...
2007-04-28  Stefan NeisAdapted to API changes with respect to GetTextExtent...
2007-04-28  Václav Slavíkadded missing #include "wx/buffer.h"
2007-04-27  Václav Slavíkinclude wxchar.h from string.h in 2.8 compatibility...
2007-04-27  Václav Slavíkadded copy ctor to wxCStrData to fix crashes when passi...
2007-04-26  Robert Roebling Added IsOfStandardClass() as per wxMSW.
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-26  Chris Elliottremove warnings of intentionally unreachable code
2007-04-26  Chris Elliotttested and applied http://article.gmane.org/gmane.comp...
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-26  Vadim Zeitlinmove wxKEY_XXX constants to wx/defs.h from wx/list...
2007-04-25  Vadim Zeitlinleave only wxString overloads for of the functions...
2007-04-25  Robert Roebling Added compile guards to wxEditableListBox
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-25  Vadim Zeitlindon't declare inline function with dllexport declaratio...
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Václav Slavíkremoved wxCStrData::operator bool(), using c_str()...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-23  Václav SlavíkANSI build compilation fix
2007-04-23  Václav Slavíkcompilation fix: setlocale() returns non-const string...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-23  Vadim Zeitlinadded implicit conversion of wxString to const void...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-22  Vadim Zeitlincompilation fixes for PCH-less build
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-22  Vadim Zeitlinadded HasExtraStyle()
2007-04-22  Vadim Zeitlinadd m_ prefix to the member variables and remove unneed...
2007-04-22  Vadim ZeitlinMany changes/fixes to wxFlexGridSizer implementation...
2007-04-22  Vadim Zeitlindistribute only the extra, free, space according to...
2007-04-22  Vadim Zeitlin(blind) compilation fixes after latest changes
2007-04-21  Vadim Zeitlinadded support for image resolution options to PNG handl...
2007-04-21  Vadim Zeitlinreadded wxEditableListBox as part of adv library
2007-04-21  Vadim Zeitlinadded safe check for Pango version and use it to avoid...
2007-04-21  Vadim Zeitlinadd missing dynarray.h includes (patch 1702312)
2007-04-21  Vadim Zeitlinadded wxStreamBuffer::Truncate() (patch 1687081)
2007-04-21  Vadim Zeitlinfix WXDLLIMPEXP_STC definition when building all wx...
2007-04-21  Vadim Zeitlinoops, restored wrongly removed semicolon
2007-04-21  Vadim Zeitlinremoved extraneous semicolons
2007-04-20  David ElliottRemove Objective-C class posing for everything except...
2007-04-20  David ElliottMove Objective-C interfaces into separate header files...
2007-04-20  Jouk Jansen Committing in .
2007-04-20  Chris Elliottadd const to avoid hiding warning
2007-04-20  Vadim Zeitlinfix unused parameters warnings
2007-04-20  Vadim Zeitlincorrected DLL export declaration of wxTimerEvent to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-19  Václav Slavíkfixed wxCStrData::operator[] to use wxString::operator...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-19  Robert Roebling Fix inplace editing of custom controls for
2007-04-19  Václav Slavíkadded missing forward declaration for wxCStrData
2007-04-19  Václav Slavíkfixed compilation of STL non-UTF8 builds
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-18  Václav Slavíkfixed DLL linking of wxMessageOutput class
2007-04-18  Václav Slavíkcompilation fix
2007-04-17  Václav Slavíkadded conversion to and from std::string and std::wstri...
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-16  Robin DunnFix DLL compilation
2007-04-16  Vadim Zeitlincorrected the direction of comparisons between wxString...
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-04-16  Václav Slavíkadded wxMBConv argument to char_str()
2007-04-16  Václav Slavíkadded wxCStrData::As[W]CharBuf() that doesn't keep...
2007-04-16  Vadim Zeitlinadded new wxCONTROL_FLAT bit (see discussion of patch...
2007-04-15  Vadim Zeitlindon't erase background in GL canvases to reduce flicker
2007-04-15  Vadim Zeitlinadded #ifdef __X__ forgotten in last commit
2007-04-15  Vadim Zeitlinfix handling of stock menu items (creating a stock...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-15  Vadim Zeitlinadded wxGetX11Display() returning the pointer of the...
2007-04-15  Václav Slavíkremoved implicit conversion from wxString::iterator...
2007-04-15  Václav Slavíkcompilation fix for VC6 with wxUSE_STL=1
2007-04-15  Vadim Zeitlinremoved unnecessary return in a void function
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2007-04-14  Vadim Zeitlinadded wxRTTI macros to stream classes (patch 1687073)
2007-04-14  Vadim Zeitlinadded overloads of ctor/insert/assign/append taking...
2007-04-14  Václav Slavíkadded ability to create 'non-owned' buffers that aren...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Václav Slavíkdon't use the VC6 workaround in wxList with newer versi...
2007-04-14  Václav Slavíkfixed wxUniCharRef::IsAscii() definition
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-12  Václav Slavíkmoved vararg handling code in wxMessageOutput to single...
next