]> git.saurik.com Git - wxWidgets.git/history - include
fall back to DirectFB's builtin font if no fonts are configured
[wxWidgets.git] / include /
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  Vadim Zeitlindjgpp doesn't have wint_t as separate type
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2007-05-14  David ElliottRework idle handling so that NSApplication does not...
2007-05-13  Václav Slavíkcompilation fix for STL implementations that use (const...
2007-05-12  David ElliottMake wxCFRef take a template raw pointer parameter...
2007-05-12  David ElliottImplement NULL-checking wxCFRetain/wxCFRelease as sugge...
2007-05-12  David ElliottAdded cfref.h containing wxCFRef templated CF ref holdi...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-11  Vadim Zeitlinavoid truncating the colour channels values, this resul...
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-10  Václav Slavíkfixed wxString::Last() to run in O(1), not O(n), in...
2007-05-10  Václav Slavíkfixed creation of wxString from another wxString's...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-09  Václav Slavíkchanged wxString::StartsWidth/EndsWidth to take wxStrin...
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-08  David ElliottMove wxLaunchDefaultBrowser from BASE to CORE per wx...
2007-05-07  Robert Roebling [ 1713933 ] docs for wxEditableListBox
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-05  Vadim Zeitlindeclare GetGDKWindow() in wxDC to fix compilation of...
2007-05-05  Vadim Zeitlincompilation fix: SetLogicalFunction() is defined in...
2007-05-05  Václav Slavíkfixed FromUTF8 in ANSI builds
2007-05-05  Paul Cornettadd wxUSE_DRAGIMAGE wrapper
2007-05-05  Václav Slavíkuse utf8_str() in wxDFB
2007-05-05  Václav Slavíkadded wxString::FromUTF8/ToUTF8/utf8_str()
2007-05-05  Paul Cornettbuild fix for wxUSE_DRAGIMAGE==0
2007-05-05  Robert Roebling Make wxGTK1.2 compile again.
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-05  Robert Roebling Added wxDEPRECATED() around old wxDC methods taking
2007-05-05  Robert Roebling Added (empty) SetLogicalFunction()
2007-05-05  Vadim Zeitlinadded wxTimerEvent::GetTimer()
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-05-05  Robert Roebling Apply [ 1713345 ] combobox: cmd accelerators shouldn...
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-05-04  Václav Slavíkuse wxFormatString in wxV[f]printf()
2007-05-04  Václav Slavíkcompilation fix for --enable-utf8 --disable-utf8only...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Robert Roebling Putting draft of wxImplDC and the wxDC using it
2007-05-03  Robert Roebling Put old wxDC methods using long instead of wxCoord
2007-05-03  Václav Slavíkfixed typo in Watcom code
2007-05-03  Václav Slavíkfixed passing raw unconverted strings through wxArgNorm...
2007-05-03  Václav Slavíkfixed DLL linking of wxConvLibc etc.
2007-05-03  Václav Slavíkdon't do char*->wchar_t*>char* roundtrip in wxArgNormal...
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-03  Václav SlavíkOpenWatcom has the explicit keyword too
2007-05-03  Václav Slavíkadded wx[W]CharBuffer/wxCStrData overloads to remaining...
2007-05-03  Vadim Zeitlinremoved unneeded duplication of DoSetSizeHints() in...
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
next