]> git.saurik.com Git - wxWidgets.git/history - include
fix compile break for unknown FLASHWINFO
[wxWidgets.git] / include /
2004-08-11  Robin DunnSet minsize and implement DoGetBestSize
2004-08-10  Robin Dunnupdated wxSUBRELEASE_NUMBER to match wxPython release...
2004-08-10  Włodzimierz SkibaCleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-08-10  Włodzimierz SkibaReverted Borland subversion recognizion due to binary...
2004-08-10  Robin DunnGive wxListBox a GetClassDefaultAttributes so wxCalenda...
2004-08-10  David ElliottRemove some cruft
2004-08-09  Włodzimierz SkibaPrecise Borland C++ and DMC compiler description.
2004-08-09  Włodzimierz SkibawxUSE_IOSTREAMH always 0 for MinGW (finally closed...
2004-08-09  Włodzimierz SkibawxUSE_GENERIC_DIALOGS_IN_MSW removed
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-08-07  Mattia Barbon Unhide function from superclass.
2004-08-07  Stefan Csomorforward declaration for combobox members
2004-08-06  David ElliottGet rid of inline C compatibility methods
2004-08-06  David ElliottUse native C++ GSocket interface
2004-08-06  David ElliottGet rid of wxUSE_GSOCKET_CPLUSPLUS
2004-08-06  David ElliottOS/2 now uses C++ gsocket.
2004-08-06  David Elliottinclude wx/mac/gsockmac.h when compiling wxMac CFM
2004-08-06  David ElliottwxMac GSocket C -> C++
2004-08-06  Dimitri Schoolwerthmade code slightly more readable
2004-08-06  Dimitri Schoolwerthfixed MSVC6 compiler warning
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-08-05  Włodzimierz SkibaPeparation for native Smartphone controls based on...
2004-08-04  Włodzimierz SkibaMissed defs.h inclusion.
2004-08-04  David ElliottUse new C++ sockets for everything except OS/2
2004-08-03  David ElliottRevert original UNIX C->C++ conversion and instead...
2004-08-03  Włodzimierz SkibaSmartphone fix due to separated implementation of wxFil...
2004-08-03  David Elliott* Made GSocket::GetError() exp/imp from net library...
2004-08-03  David ElliottPrepare headers for C->C++ migration
2004-07-31  Robin DunnAvoid warnings in the DLL builds
2004-07-31  Dimitri Schoolwerthapplied patch #997019: '[wxMac] updated wxSound', adds...
2004-07-31  Robin DunnFixed compilation error
2004-07-30  Vadim Zeitlininvalidate m_selection in DoRemovePage(), not in Delete...
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-07-30  Vadim Zeitlindefine WXMSG same as Win32 MSG instead of untyped pointer
2004-07-30  Włodzimierz SkibaAdditional configuration check.
2004-07-28  David ElliottwxWindowMSW::OnInitDialog is only implemented for WinCE
2004-07-28  Vadim Zeitlinfixed subrelease test in wxCHECK_VERSION_FULL
2004-07-28  Julian SmartWorked around static box opaqueness problem on WinCE...
2004-07-27  Włodzimierz SkibaMissing DMC OFN_* values.
2004-07-27  Stefan Csomorregion from polygon added
2004-07-27  David ElliottIncorporated src/unix/gsocket.c 1.86 to 1.92 changes...
2004-07-26  Vadim Zeitlinremoved GSocket_[Un]Streamed(), GSocket_SetNonOriented...
2004-07-26  Vadim Zeitlinremoved _GSocket::m_oriented
2004-07-26  Julian SmartStub out SetToolTip to avoid massive ifdefing when...
2004-07-25  Vadim Zeitlinreplace wxHashTable with a type safe hash map of Window...
2004-07-25  Vadim Zeitlininsert now returns pair<iterator, bool>, as for the...
2004-07-25  Vadim Zeitlincompilation fix
2004-07-25  Vadim Zeitlincompilation fixes
2004-07-25  Vadim Zeitlinuse wxWindowDisabler instead of ShowModal() for showing...
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlinimplemented moving the dialog (patch 996448)
2004-07-25  Vadim Zeitlindon't define _CRTDBG_MAP_ALLOC as it is apparently...
2004-07-25  Vadim Zeitlindon't include wx/wxprec.h from the headers (patch 993136)
2004-07-25  Vadim Zeitlindc.h shouldn't include itself (patch 992933)
2004-07-25  Dimitri Schoolwerthadded shortcut functions AddSpacer and AddStretchSpacer...
2004-07-25  Vadim Zeitlinfixed header include guard position (patch 992443)
2004-07-25  Vadim Zeitlinupdate the caret bitmap size in EVT_SIZE (patch 990361)
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-25  Vadim Zeitlinfixed wxList copy ctor (patch 985473)
2004-07-25  Vadim Zeitlinadded DoCreate/Load/SaveDocument() (patches 983570...
2004-07-25  Vadim Zeitlinadded GetHeaderValue() (patch 974427)
2004-07-25  Vadim Zeitlinadded and documented SplitVolume() and GetPathTerminato...
2004-07-25  Vadim Zeitlindon't set SO_REUSEADDR by default; added GSocket_SetReu...
2004-07-25  Vadim Zeitlinadded IsFrozen() (part of patch 925808)
2004-07-25  Vadim ZeitlinwxGTK/Cygwin fix (patch 914565)
2004-07-25  Vadim Zeitlinuse Unix path separators under Cygwin
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-07-23  Vadim Zeitlinunhide the other HitTest() overload
2004-07-23  Robin DunnFix for unhiding the other version of the base class...
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-07-23  Vadim Zeitlindon't modify all wxBitmaps sharing the same wxBitmapRef...
2004-07-23  Vadim Zeitlinimplement HitTest(pos) variant and not HitTest(x, y...
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-23  Vadim Zeitlincompilation fix for gcc (closes bug 996701)
2004-07-23  Robin DunnChanged to match wxPython's current subrelease number
2004-07-23  Vadim Zeitlinadded wxSUBRELEAS_NUMBER and macro to check for it
2004-07-23  Włodzimierz SkibawxUSE_BUTTONBAR removed.
2004-07-22  Mattia Barbon Added compatibility functions for wxUSE_STL = 1:
2004-07-22  Vadim Zeitlinadded wxDIB(HBITMAP) ctor and corresponding Create...
2004-07-22  Václav Slavíkuse sizers instead of constraints in wxProgressDialog...
2004-07-22  Václav Slavíkremoved enum that was causing more problems than it...
2004-07-21  Stefan Csomorryan's QT implementation
2004-07-21  Vadim Zeitlinimplemented wxNativeFontInfo::operator=() when wxUSE_PA...
2004-07-21  Stefan Csomorfirst attempt for full screen implementation
2004-07-20  Vadim Zeitlindon't suppose that all 32bpp DIBs have alpha, this...
2004-07-20  Vadim ZeitlinAddFile(wxImage&) -> AddFile(const wxImage&)
2004-07-20  Robin DunnDoPrepareDC needs the dc.
2004-07-20  Stefan Csomorbackground handling
2004-07-20  Vadim Zeitlinadded DoPrepareDC()
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-20  Stefan Csomoravoid unimplemented wx stubs being used
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-07-18  Václav SlavíkHAVE_XIM is disabled in GTK2 build, don't include usele...
2004-07-17  Robin DunnUse DeafultAttributes instead of hard coded defaults
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
2004-07-16  Václav Slavíkmade SelectionToText and ToText public
2004-07-16  Václav Slavíkadded wxHtmlWindow::ToText
2004-07-16  Vadim Zeitlinfixed fatal bug in wxString ctor from wxCharBuffer...
2004-07-16  Roger Gammans * add documentation for wxMemoryBuffer
next