]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces...
[wxWidgets.git] / include / wx / msw /
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-13  Robin DunnApplied patch [ 1845819 ] wxMSW Top level window freeze...
2007-12-08  Vadim Zeitlinadd wxUSE_TASKBARICON_BALLOONS to make it possible...
2007-12-08  Robert RoeblingDerive from wxToggleButtonBase
2007-12-06  Václav Slavíkfixed wxSpinCtrl's client size computation in wxMSW...
2007-12-06  Paul Cornettmake access for virtuals match base
2007-12-02  Vadim Zeitlinadded wxNotificationMessage::AlwaysUseGeneric() MSW...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-12-02  Vadim Zeitlinadded wxApp::GetShell32Version() to test for shell32...
2007-12-01  Vadim Zeitlinadded MSW-specific wxTaskBarIcon::ShowBalloon() method...
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Robert RoeblingDC reorganization
2007-11-27  Václav Slavíkfixed linking with visibility enabled on Ubuntu and...
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-17  Vadim Zeitlinfix several problems in handling of the menu items...
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-17  Vadim Zeitlinfix wxColourDialog::Centre() and SetSize() (modified...
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-11-14  Julian SmartConflict correction
2007-11-14  Julian SmartBorder corrections
2007-11-13  Vadim Zeitlinoverride GetDefaultBorder() to return wxBORDER_NONE...
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-13  Julian SmartwxChar -> char
2007-11-13  Vadim Zeitlinuse standard functions for BSTR handling instead of...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-11-09  Vadim Zeitlinfixed bugs with moving/centering the file dialog (repla...
2007-11-05  Vadim Zeitlinimplement AutoComplete for wxMSW too
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoCompleteFileNames() and implemen...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-22  Vadim Zeitlinadd HDF_SORTUP/DOWN definitions
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-27  Vadim Zeitlindon't declare HasSelection() in this class and especial...
2007-09-26  Vadim Zeitlinpart of wxComboBox to wxEntry refactoring (should have...
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlinremove wxComboBox-specific hack, override DoSetToolTip...
2007-09-22  Vadim Zeitlininclude wx/log.h to fix PCH-less compilation
2007-09-21  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-15  Vadim Zeitlinget rid of the built-in drop target in rich text contro...
2007-08-28  Julian SmartCompile fix for old W32API headers
2007-08-22  Václav Slavíkadded wxUSE_REGKEY checks
2007-08-20  Kevin OllivierFix for wxMemoryDC::GetAsBitmap() not working on Windows.
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-14  Vadim Zeitlinno real changes, just some cleanup
2007-08-11  Julian SmartMenu label consistency changes
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
2007-07-29  Vadim Zeitlinforcefully disable wxUSE_JOYSTICK too
2007-07-29  Vadim Zeitlinalways define HDS_HOTTRACK if it's not defined, not...
2007-07-29  Vadim Zeitlinupdate button style to include BS_MULTILINE when a...
2007-07-28  Vadim Zeitlinadded maxDepth parameter to WalkFromException() (patch...
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-07-27  Vadim Zeitlinuse symbolic name for the shell menu bar too; include...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-27  Vadim Zeitlinadded wxUSE_INICONF (disabled by default)
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-21  Vadim Zeitlinallow overriding automatic alpha detection during icon...
2007-07-21  Vadim Zeitlinremoved wxUSE_UXTHEME_AUTO which wasn't used anywhere
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlinextracted MSW-specific setup.h options to their own...
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-20  Vadim Zeitlinmoved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h...
2007-07-19  Vadim Zeitlindo platform-specific checks after ensuring that the...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-16  Vadim Zeitlinremove file containing many obsolete defines, if anyone...
2007-07-15  Vadim Zeitlinadded wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
2007-07-15  Vadim Zeitlincreate greyed image for wxBitmapButton in MSW automatic...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-13  Václav Slavíkmake it possible to build in ANSI build on Windows...
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-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-06-30  Vadim Zeitlinadd wxUSE_EDITABLELISTBOX
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
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-22  Václav Slavíkmade wxUSE_UNICODE=1 the default
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...
next