]> git.saurik.com Git - wxWidgets.git/history - include/wx
more 'realistic' progress dialog test (part of patch 992813)
[wxWidgets.git] / include / wx /
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
2004-07-15  Václav SlavíkDLL export fixes (patch 991760)
2004-07-15  Václav Slavíkfixed dllexports: wxClientData is now in wxBase, not...
2004-07-15  Włodzimierz SkibaMore broken compilers with enum/wxString& ambiguity.
2004-07-14  Stefan Csomormaking getter const
2004-07-13  Stefan Csomoradding correct events
2004-07-12  Václav Slavíkoops, reverted clntdata.h change, it _is_ needed
2004-07-12  Václav Slavíkclntdata.h is needed only if wxUSE_GUI
2004-07-11  Stefan Csomorfurther separating implementation
2004-07-09  Vadim Zeitlinadded wxNavigationKeyEvent::IsBackward to be able to...
2004-07-05  Dimitri Schoolwerthuse slashes in #include, not backslashes
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-03  Václav Slavíka better way of applying style changes to label_widget
2004-07-03  Robert Roebling Not sure how important that is, but now you
2004-07-03  Stefan Csomorgoing on with wxMacControl functionality
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
next