]> git.saurik.com Git - wxWidgets.git/history - src/msw
Unicode compilation fix
[wxWidgets.git] / src / msw /
2001-10-03  Vadim ZeitlinUnicode compilation fixes
2001-09-30  Vadim Zeitlingive (hopefully) more clear error message
2001-09-30  Vadim Zeitlincompilation fixes for the compilers with old headers
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-09-30  Vadim Zeitlinadded GUI_LOWLEVEL_OBJS to src/msw/files.lst
2001-09-28  Vadim Zeitlinapplied patch for regex building with BC++ (patch 463140)
2001-09-28  Vadim Zeitlinapplied (slightly modified) wxGLApp patch for MSW
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-27  Robin DunnAdded MSW toplevel.cpp and regenerated makefiles and...
2001-09-27  Robin DunnFixed problem with wxPen::SetDashes. (An array of...
2001-09-26  Vadim Zeitlincompilation fix
2001-09-26  Vadim Zeitlincompilation/build fixes for wxUniv
2001-09-24  Vadim Zeitlinpass correct key code in TREE_KEY_DOWN event
2001-09-24  Mattia BarbonFixed wxToolbar95::FindToolForPosition
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-24  Vadim Zeitlin~wxToolBar() checks if the frame is being deleted in...
2001-09-23  Vadim Zeitlinreverted change to the best checkbox size calculation
2001-09-23  Mattia Barbon* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER...
2001-09-22  Vadim Zeitlinfixed yet another bug in wxRegConfig::SetPath() - SetPa...
2001-09-22  Václav Slavíkmingw compilation fix
2001-09-22  Václav Slavíkw32api 1.1 support
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-09-20  Mattia BarbonMake easier to compile with MSVC5.
2001-09-20  Mattia BarbonUnicode compilation fixes.
2001-09-18  Václav Slavíkregenerated
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-09-17  Robin DunnRegenerated from filelist.txt
2001-09-15  Václav Slavíkcompilation (hot)fixes for Mingw
2001-09-09  Vadim ZeitlinwxUniv compilation fix
2001-09-02  Vadim Zeitlinadded support for column images under MSW
2001-09-01  Václav Slavíkfix for wxStatusBar wrongly reporting field rects insid...
2001-09-01  Václav Slavíkmingw compilation fix, added some defines
2001-09-01  Václav Slavíkcompilation fix for mingw
2001-09-01  Václav Slavíkhelpbest.patch - makefiles regenerated
2001-09-01  Václav Slavíkfinally applied the helpbest patch
2001-09-01  Vadim Zeitlinadded a bunch of new wxListCtrl messages: column right...
2001-08-31  Julian SmartRemove _all_ borders if that's what we specify to ShowF...
2001-08-30  Julian SmartFixed cache-related bug in DoBlit.
2001-08-27  Vadim Zeitlinadded support for polygons to wxRegion
2001-08-27  Vadim Zeitlinfixed y position of the drop point in HandleDropFiles...
2001-08-25  Vadim Zeitlincompilation fix
2001-08-25  Vadim Zeitlinwarning fixes
2001-08-25  Vadim Zeitlinno changes
2001-08-25  Vadim Zeitlinfixed return value of HandleEndSession to return true...
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-08-24  Vadim Zeitlinfix for calling GetWindowLong(NULL hwnd)
2001-08-23  Vadim Zeitlinalways pass WM_DESTROY to DefWindowProc() - this fixes...
2001-08-23  Vadim Zeitlinfixes for rotated text drawing
2001-08-22  Vadim Zeitlinadded UnregisterWindowClasses() (patch 447443)
2001-08-22  Vadim Zeitlinminor clean up
2001-08-21  Julian SmartAdded Net library to contrib
2001-08-20  Vadim Zeitlinfixes for Raise() to work correctly with both top level...
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2001-08-15  Vadim Zeitlinfixed bug with loading standard icons
2001-08-15  Vadim Zeitlintraces of my debugging session, no real changes
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-15  Vadim Zeitlincompilation warning fix
2001-08-14  Robin DunnFixed the drawing of the HRules so they don't try to...
2001-08-14  Robin DunnFixed a bug so wxLC_VRULES works by itself.
2001-08-14  Robin DunnA fix for attribrute sorting, but it's still broken...
2001-08-14  Robin DunnMoved fix from 2.2 branch that allows the attributes...
2001-08-12  George TaskerReplaced 'erase' with $(RM) so that the default file...
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-08-08  Vadim Zeitlindrastically reduced flicker in RefreshItems
2001-08-07  Vadim Zeitlindon't process enter as tab, there are many controls...
2001-08-06  Vadim Zeitlinregenerated to include src/common/containr.cpp
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-05  Vadim Zeitlinfixed processing of the implicit wxTextCtrl accelerator...
2001-08-05  Vadim Zeitlinfixed kbd handling in wxFindReplaceDialog
2001-08-02  Vadim Zeitlincompilation fix
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-08-02  Julian SmartRemoved memory leak
2001-08-02  Vadim Zeitlincompilation fix for cygwin/old mingw32 (patch 446700)
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-08-02  Robin Dunnchanged Replace and Remove to always use EM_REPLACESEL...
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2001-07-31  Robin DunnFixed "Failed to set clipboard data. (error 1418: threa...
2001-07-31  Vadim Zeitlinstarted applying patch 410826
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-29  Vadim Zeitlinimplemented ScrollLines/Pages; fixed bug in Thaw()
2001-07-29  Vadim Zeitlinadded ScrollLines/Pages
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-07-29  Vadim Zeitlincompilation fix for recent commit
2001-07-29  Vadim Zeitlinadded Freeze/Thaw implementation for Windows
2001-07-27  Vadim Zeitlinmingw32/cygwin compilation fixes
2001-07-24  Vadim Zeitlincompilation warning fixed
2001-07-23  Vadim Zeitlindon't process VK_OEM_XXX key presses
2001-07-23  Vadim Zeitlinuse Windows standard icons instead of our own (patch...
2001-07-22  Vadim Zeitlincompilation fix for old broken Borland compiler
2001-07-22  Vadim Zeitlinbackported fix for proper tree ctrl refershing after...
2001-07-20  Vadim Zeitlinapplied numpad keys patch
2001-07-20  Vadim Zeitlinfilter out garbage Windows sends us via LVN_ODCACHEHINT
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-17  Julian SmartCorrection to icon index code
2001-07-17  Julian SmartAdded support for extracting icon using specified index
2001-07-17  Vadim Zeitlinadded wxOPEN/SAVE flags to wxDefaultFileSelector
2001-07-17  Vadim Zeitlindon't use static box as a parent
next