]> git.saurik.com Git - wxWidgets.git/history - src/msw
added possibility to use several wxFileHistories (patch 685876)
[wxWidgets.git] / src / msw /
2003-03-02  Václav Slavíkimplemented wxCLOSE_BOX under Windows
2003-03-02  Vadim Zeitlinmaximize the window to the correct display (i.e. the...
2003-03-02  Vadim Zeitlinimplemented video mode support (getting the current...
2003-02-27  Vadim ZeitlinwxExecute may only be called from the main thread
2003-02-27  Vadim Zeitlinadded WXK_WINDOWS_XXX key constants
2003-02-25  Vadim Zeitlinfinally fixed the flicker problem in wxTE_RICH[2] text...
2003-02-25  Vadim Zeitlindon't log erroneous error messages when writing an...
2003-02-21  Robin DunnOnly send two EVT_BUTTON events when double clicking...
2003-02-19  Julian SmartFurther tweaks to accessibility code
2003-02-19  Vadim Zeitlinfixed a typo which was preventing any events from being...
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-18  Julian SmartSome improvements to accessibility behaviour
2003-02-17  Julian SmartChanged back inline/const things
2003-02-16  Julian SmartAdded start at accessibility functionality
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-10  Vadim Zeitlinset orientation for scrolbar events
2003-02-09  Vadim Zeitlinuse bigger than default page size to avoid 'library...
2003-02-06  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2 == 1
2003-02-04  Vadim Zeitlinfix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW...
2003-02-03  Mattia Barbon MSVC 5 does not have BIF_EDITBOX.
2003-02-02  Vadim Zeitlincompilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0
2003-02-02  Vadim Zeitlinindicate whether this is a selection or a deselection...
2003-02-02  Vadim Zeitlinbig wxCursor cleanup
2003-02-02  Vadim Zeitlinunsuccessful attempts to create resizable dir dlg witho...
2003-01-30  Robin Dunn1. Added m_count and maintain its value in InsertItem...
2003-01-28  Mattia Barbon Regenerate makefiles.
2003-01-25  Vadim Zeitlinremoved warnings about using the deprecated functions...
2003-01-25  Vadim Zeitlinfixed typo in library name
2003-01-25  Ron LeeUpdate wxList operators, TRUE, FALSE.
2003-01-25  Ron LeeUpated list operators, TRUE, FALSE.
2003-01-25  Ron LeeUpdate list operators, s/TRUE/true/ etc.
2003-01-25  Ron LeeDon't default to using bitmap.
2003-01-25  Ron LeeAdded missing quantize.h
2003-01-22  Vadim Zeitlinuse correctly defined LIBPAGESIZE instead of 512 for...
2003-01-22  Vadim Zeitlinmade wxBitmapRefData private (actually, this also fixes...
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
2003-01-22  Vadim Zeitlinnew (for wxBase) or updated and (hopefully() improved...
2003-01-21  Vadim Zeitlincompilation fix for the last check in (sorry)
2003-01-21  Vadim Zeitlinattempt to fix crash in DeleteAllItems()
2003-01-20  Mattia Barbon Fixed a typo in makefile.vc, updated version numbers...
2003-01-17  Vadim Zeitlinuse wxDynamicLibrary instead of wxPluginManager
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-15  Vadim Zeitlinfixed calling Maximize(FALSE) before the window is...
2003-01-15  Vadim Zeitlinfix for the previous commit
2003-01-14  Vadim Zeitlinfixed wxStaticText best size calculation (closes bug...
2003-01-14  Vadim Zeitlincompilation fix for wxUSE_CONSTRAINTS==0
2003-01-14  Julian SmartApplied patch [ 667563 ] Wine: compile fix for using...
2003-01-14  Vadim Zeitlinfixed incorrect cast in wxRegKey:GetName()
2003-01-12  Vadim Zeitlincompilation fix for wxUSE_RICHEDIT == 0 (closes bug...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-11  Mattia Barbon Do not use deprecated functions.
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreateToolbar(), it...
2003-01-10  Vadim Zeitlinmoved assert for parent window not being a static box...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-07  Vadim Zeitlinworkaround for not appearing vertical scrollbar in...
2003-01-06  David WebsterRemove ctl3d32.lib from make.
2003-01-06  Mattia Barbon Aparently someone modified templates/filelist.txt...
2003-01-03  Julian SmartClean up memory if have to exit early
2003-01-03  Julian SmartApplied patch [ 652336 ] Add tooltip support to wxUniv...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinsupport for using DIBs for wxBitmap implementation...
2003-01-02  Vadim Zeitlinuse StretchBlt() if available (part of patch 649866)
2003-01-02  Vadim Zeitlinfixed bug with wxTR_EDIT_LABELS not working with xwTR_M...
2003-01-02  Vadim Zeitlinfixed wxCaret::SetSize() (closes bug 659209)
2003-01-01  Vadim Zeitlindon't send CHECKLISTBOX_TOGGLE event when Check() is...
2002-12-30  Vadim Zeitlincompilation warning fixes (patch 651719)
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-27  Mattia Barbon Applied patch [ 652491 ] Update makefiles for mingw
2002-12-27  Mattia Barbon Use wxWcslen instead of wcslen.
2002-12-27  Julian SmartAdded a necessary pixel to height if wxTB_NODIVIDER...
2002-12-26  Robin DunnUse WXDLLEXPORT_DATA for wx*NameStr's
2002-12-23  Julian SmartDon't send explicit update event if single line
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-21  Vadim Zeitlinuse SS_CENTERIMAGE to prevent wxStaticBitmap from stret...
2002-12-20  Vadim Zeitlinfixed SetSelection() (and hence SetInsertionPoint(...
2002-12-19  Julian SmartFixed a problem with borders being set wrong sometimes...
2002-12-17  Vadim Zeitlinreset virtual root to NULL in DeleteAllItems()
2002-12-17  Julian SmartFixed [ 652512 ] wxPaintDC::FindInCache bug
2002-12-17  Julian SmartMFC sample now works properly; WinMain not defined...
2002-12-15  Vadim Zeitlinsend an extra kill focus event when we're deactivated
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-14  Mattia Barbon Fixed missing reference to wxTreeCtrlnameStr when...
2002-12-12  Chris Elliottfix for cygwin WXDLLEXPORT bug
2002-12-10  Julian SmartApplied another Marco patch (5)
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-09  Vadim Zeitlinfixed warning about unused var
2002-12-09  Vadim Zeitlinfixed annoying beep when pressing space/return in the...
2002-12-09  Chris Elliottfix bug with treectrl sample
2002-12-09  Julian SmartSmall WinCE mods from Marco
2002-12-09  Julian SmartApplied patch [ 642174 ] Stop TOOL_WINDOWS stealing...
2002-12-09  Julian SmartApplied patch [ 642172 ] Fix menu accelerators in ownerdrw
2002-12-09  Julian SmartApplied patch [ 642157 ] [MSW] HMENU resource leak...
2002-12-08  Václav SlavíkFixed EVT_TREE_SEL_CHANGED and _CHANGING under MSLU...
2002-12-07  Julian SmartCommitted vcw files also
2002-12-07  Julian SmartConverted wxBase also
2002-12-07  Julian SmartCorrected line endings, deps now relative
2002-12-07  Robert Roebling Added simplistic makefile/project files for wxWinCE.
next