]> git.saurik.com Git - wxWidgets.git/history - src/msw
fixed yet another printf() format warning
[wxWidgets.git] / src / msw /
2003-04-12  Václav Slavíkapplied patch to fix tooltips charset
2003-04-12  Vadim Zeitlinfixes return values of wxSemaphore::TryWait() and WaitT...
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
2003-04-10  Vadim Zeitlinregenerated with tmake after adding datacmn.cpp
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-04-10  Vadim Zeitlinset krc to wxKILL_OK on success
2003-04-09  Julian SmartInclude winable.h for NotifyWinEvent.
2003-04-07  Vadim Zeitlinsupport for optionnally using DirectX for display manip...
2003-04-06  Vadim Zeitlinfix bug with not accepting write-only formats in d&d
2003-04-06  Vadim Zeitlinadded assert to check that notebook page does have...
2003-04-05  Václav Slavíkregenerated makefiles
2003-04-05  Václav Slavíkadded taskbarcmn.cpp
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-04-03  Julian SmartApplied patch [ 709618 ] fixes drawing position in...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-31  Mattia Barbon Regenerated some more makefiles/filelists.
2003-03-31  Mattia Barbon Removed Motif files that only contained stubs
2003-03-31  Julian SmartMore deprecated class mods
2003-03-30  Julian SmartRemoving deprecated classes
2003-03-29  Julian SmartCopyright cleanup
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-28  Vadim Zeitlinwarning fix
2003-03-28  Julian SmartUse wxDateTime
2003-03-26  Mattia Barbon Compilation fix for non-PCH compilers.
2003-03-25  Vadim Zeitlincall wxApp::OnExit() when wxExit() is called and don...
2003-03-24  Vadim Zeitlinuse StretchDIBits() if we're drawing a DIB and not...
2003-03-24  Vadim Zeitlinuse wxDIB class instead of duplicating DDB -> DIB conve...
2003-03-24  Vadim ZeitlinwxDIB::Create(wxBitmap) shouldn't do any conversions...
2003-03-24  Vadim Zeitlinfixed converting BI_BITFIELDS bitmaps to DIBs (fixes...
2003-03-24  Vadim Zeitlindon't unselect all radio buttons if there are 2 consecu...
2003-03-24  Vadim Zeitlincalling SetValue(GetValue()) didn't reset the modified...
2003-03-24  Vadim Zeitlinfix Alt-letter navigation with spin controls (bug 672974)
2003-03-24  Vadim Zeitlindraw multiline labels in owner-drawn buttons correctly...
2003-03-24  Chris Elliottfix bug in Borland (bcc32 really hates ?)
2003-03-24  Chris Elliottfix bug in Borland (bcc32 really hates ?)
2003-03-23  Vadim Zeitlinremoved wxUSE_IMAGE_LOADING_IN_MSW and wxUSE_RESOURCE_L...
2003-03-23  Vadim Zeitlinadded wxDIB::Save() and wxDIB to/from wxBitmap) convers...
2003-03-23  Julian SmartRemoved spurious spawnbrowser.h/cpp
2003-03-23  Julian SmartRemoved obsolete ODBC classes.
2003-03-23  Julian SmartRemoved 16-bit gauge code (Microsoft)
2003-03-23  Julian SmartRemoved dibutils
2003-03-23  Vadim Zeitlingot rid of more duplicated code for working with DIBs
2003-03-23  Vadim Zeitlinremoved unneeded #include dib.h
2003-03-23  Vadim Zeitlinremoved GetBitmapForDC() and supporting functions
2003-03-23  Vadim Zeitlinregenerated the makefiles with the latest filelist.txt
2003-03-23  Vadim Zeitlinuse wxDIB methods instead of old functions for working...
2003-03-23  Vadim Zeitlinuse wxBitmapToHICON/CURSOR()
2003-03-23  Vadim Zeitlinadded CreateDDB() and CreatePalette()
2003-03-23  Vadim Zeitlinadded CopyFromDIB()
2003-03-23  Vadim ZeitlinWin16 cursor/icon functions are not needed any longer
2003-03-22  Vadim Zeitlinadded wxBitmapToHICON/CURSOR helper functions
2003-03-22  Vadim Zeitlinsuppress error messages when loading msimg32.dll
2003-03-22  Vadim Zeitlinmodifications for raw bitmap support and for using...
2003-03-22  Vadim Zeitlincreate the DIBs in correct (and not down up) line order
2003-03-20  Mattia Barbon Changed g95.t according to my last changes to makefil...
2003-03-20  Mattia Barbon makefile.g95 now adds _cyg or _min suffix to librarie...
2003-03-18  Julian SmartSome code tidying; removing dibutils.cpp which
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-12  Robin DunnPrevent crash in case nothing is selected
2003-03-10  Robin Dunnmore informative error messages
2003-03-10  Robin DunnIf zero time is specified, don't try to sleep when...
2003-03-10  Robin DunnDon't clear the HWND until after the UnsubclassWin...
2003-03-10  Robin DunnDon't clear the HWND until after the UnsubclassWin...
2003-03-07  Mattia Barbon Modified vc.t according to last changes to makefile...
2003-03-07  Mattia Barbon Removed some superflous #defines already added by...
2003-03-06  Mattia Barbon Fix release build.
2003-03-04  Vadim Zeitlinnew wxDIB class
2003-03-04  Vadim Zeitlindon't use GetSelectedInto() in release build
2003-03-04  Vadim Zeitlinstart of alpha transparency support
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
next