]> git.saurik.com Git - wxWidgets.git/history - src/msw
fixed bug in ConvertWxToFileTime (bug 525868)
[wxWidgets.git] / src / msw /
2001-10-20  Vadim Zeitlinfixd creation of controls with default initial size
2001-10-20  Vadim Zeitlindon't use hidden windows as implicit dialog parents...
2001-10-20  Vadim Zeitlindon't use windows about to be destroyed as implicit...
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-19  Vadim Zeitlinsimplified wxTextCtrl::Create() to use wxControl::MSWCr...
2001-10-18  Vadim Zeitlinfixed resource leak in wxBitmap::CopyFromIconOrCursor
2001-10-18  Vadim Zeitlinfix for the initial size of the dialogs
2001-10-18  Mattia BarbonUpdated makefile.g95/vc to behave similarly to wxWindow...
2001-10-18  Vadim Zeitlinadded and documented wxTE_NOHIDESEL
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-17  Guillermo Rodrigue... Added comment explaining that it's not necessary to...
2001-10-15  Vadim Zeitlinrefresh wxStaticText after changing its label if we...
2001-10-15  Vadim Zeitlinmade wxStaticBox transparent (patch 427936)
2001-10-15  Vadim Zeitlinfix for the dialog controls font
2001-10-15  Vadim Zeitlinoops, forgot to commit yesterday changes related to...
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-14  Václav Slavíkfixes to MSW LowLevel files
2001-10-14  Vadim Zeitlinregenerated from the templates
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-12  Vadim Zeitlindo *NOT* make the window of the size of its parent...
2001-10-12  Vadim Zeitlincreate wxNotebook without any extended style
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-09  Václav Slavíkmingw compilation fix
2001-10-08  Vadim Zeitlinfix for wxFrame parent which somehow wasn't committed...
2001-10-08  Robin DunnRemoved call to SubclassWin since it is already done in
2001-10-08  Robin DunnMore changes for building the regex lib
2001-10-08  Robin DunnFixed DLL linking. Was missing the regex lib.
2001-10-08  Vadim Zeitlinanother compilation fix
2001-10-08  Vadim Zeitlincompilation fix
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-10-04  Vadim Zeitlinfixed spurious assert failure in wxMenuBar::Insert
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...
next