]> git.saurik.com Git - wxWidgets.git/history - include
removed extra semicolon
[wxWidgets.git] / include /
2007-07-12  Vadim Zeitlinremoved Insert() methods which already exist in the...
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-12  Václav Slavíkcompilation fix
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-11  Vadim Zeitlinadded wxUSE_SVG
2007-07-11  Vadim Zeitlincleanup: indentation, line length, don't include unneed...
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_MSGDLG==0
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_LONGLONG==0
2007-07-10  Vadim Zeitlindon't include wx/unix/private/timer.h from evtloop...
2007-07-10  Václav Slavíkcompilation fix for gcc<3.4
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Vadim ZeitlinAlso added wxFFileStream::IsOk() and corrected IsOk...
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-09  Vadim Zeitlinadded wxFileStream::IsOk() (patch 1749587)
2007-07-09  Vadim Zeitlinadded missing WXDLLIMPEXP_CORE for wxGetDisplay() for...
2007-07-09  Robert RoeblingAdd compare function to wxDataViewModel
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-09  Václav Slavíkadded GCC visibility support
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Václav Slavíkremoved unsecure wxTmpnam() function (patch by Francesc...
2007-07-08  Václav Slavíkfix Watcom compilation: removed templates for wxFileSel...
2007-07-08  Václav Slavíkremoved wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-07  David ElliottDon't include <CoreFoundation/CFBase.h> because it...
2007-07-07  David ElliottAdd support for wxFONTENCODING_MACKEYBOARD.
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-07-07  Václav Slavíkchanged wxVectorBase and WX_DECLARE_BASE into wxVector...
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-06  Václav Slavíkfixed to make wxVariant compatible with both ANSI and...
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-07-06  Vadim Zeitlinuse WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
2007-07-06  Václav Slavíkadded missing wxUniChar::operator=(wxUniCharRef)
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-07-05  David ElliottImplement wxColour constructors to match other ports...
2007-07-05  Bryan PettyAdded deprecation warnings to old wxVScrolledWindow...
2007-07-05  Václav Slavíkadded missing WXDLLIMPEXP_CORE
2007-07-05  Robert RoeblingThe dataview sample compiles now, but doesn't work...
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)
2007-07-04  Vadim Zeitlintest whether HAVE_VSWPRINTF is defined, not whether...
2007-07-03  Václav SlavíkwxStrcoll_String compilation fixes for Dmars and Borlan...
2007-07-03  Václav Slavíkcompilation fix for windows compilers: _wrename is...
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-07-02  Julian SmartReplaced tabs with spaces
2007-07-01  Benjamin Williamsin wxAuiNotebook, prevent unwanted page selection chang...
2007-07-01  Václav Slavíksilenced Watcom warning when deleting const pointer
2007-07-01  Václav Slavíkexplicitly cast m_value to the resulting type in wxUniC...
2007-06-30  Vadim Zeitlinadd wxUSE_EDITABLELISTBOX
2007-06-30  Václav SlavíkSTL compilation fix
2007-06-29  Václav SlavíkwxUniChar wchar_t handling fixes for Borland, DMC and...
2007-06-29  Julian SmartPrevent seg fault for older GTK+
2007-06-28  Václav Slavíkreturn const wxString& from wxFontMapper::GetDefaultCon...
2007-06-28  Václav SlavíkANSI+Unicode compatibility fixes to wxArrayString
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2007-06-28  Václav Slavíkdon't use wxChar* arguments in wxLogWindow API
2007-06-28  Václav Slavíkdon't assign m_next twice in wxStringIteratorNode ctor
2007-06-28  Václav Slavík1. added default constructors for wxString iterators
2007-06-28  Václav Slavíkadded wxString::FromAscii(char*,size_t) for consistency...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-28  Václav Slavíkfixed typo in comment
2007-06-27  Václav Slavíkcompatibility fix: have wxListKey ctors from C strings...
2007-06-27  Benjamin Williamsadded middle-click close to wxAuiNotebook
2007-06-27  Vadim Zeitlinadded wxLog::DisableTimestamp() to be used as a synonym...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-26  Václav Slavíkfixes to wint_t and wchar_t handling in unichar.h ...
2007-06-26  Václav Slavíkinclude wxUniCharRef::operator&& unconditionally too...
2007-06-26  Václav Slavíkadded configure check for wcsdup(), there are too many...
2007-06-25  Václav Slavíkcompilation fix if wxLongLong_t is not available
2007-06-25  Václav Slavíkdon't use C++ comments in C files
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Vadim Zeitlinremove #if around operator&&(), its needed for other...
2007-06-22  Vadim Zeitlinsuppress virtual function hiding warnings due to the...
2007-06-22  Vadim Zeitlindon't redefine __WCHAR_TYPE__ when using Sun CC if...
2007-06-22  Vadim ZeitlinSun CC (at least version 5.9) has wint_t as a separate...
2007-06-22  Vadim Zeitlinfix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION
2007-06-22  Václav Slavíkmade wxUSE_UNICODE=1 the default
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-21  Vadim Zeitlindon't use DLL export declaration with inline functions...
2007-06-21  Vadim Zeitlinchanged AddPendingEvent() to take const wxEvent referen...
2007-06-21  Julian SmartAdded font setting and ability to determine AUI noteboo...
2007-06-21  Julian SmartAdded DetachOldLog to avoid destruction of old log...
2007-06-20  Václav Slavíkremove implicit conversion to C strings from wxString...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-20  Václav Slavíkuse wxString in wxRegKey methods; make it compile witho...
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-19  Václav Slavíkreturn wxString from wxDynamicLibrary::GetDllExt()
2007-06-19  Václav Slavíkuse wxString in wxFileSystem::FindFileInPath()
2007-06-19  Václav SlavíkwxLog::Get/Settimestamp() now use wxString
next