]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
added WindowsXP manifest directly into application's resources
[wxWidgets.git] / include / wx / msw /
2003-04-11  Václav Slavíkadded WindowsXP manifest directly into application...
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
2003-04-07  Vadim Zeitlinsupport for optionnally using DirectX for display manip...
2003-04-06  Vadim Zeitlinadded assert to check that notebook page does have...
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-03-30  Julian SmartRemoving deprecated classes
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-24  Vadim ZeitlinwxDIB::Create(wxBitmap) shouldn't do any conversions...
2003-03-24  Vadim Zeitlinoops, forgot default value for MemoryHDC ctor parameter
2003-03-24  Vadim ZeitlinMemoryHDC can now be used to create DCs compatible...
2003-03-24  Vadim Zeitlinfix Alt-letter navigation with spin controls (bug 672974)
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  Vadim Zeitlinadded GlobalHandle
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime 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 GetBitmapForDC() and supporting functions
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 Zeitlinmodifications for raw bitmap support and for using...
2003-03-21  Václav Slavíkfixed MSLU link
2003-03-18  Julian SmartSome code tidying; removing dibutils.cpp which
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-14  Chris Elliottfix build for borland 5.0
2003-03-04  Vadim Zeitlinnew wxDIB class
2003-03-04  Vadim Zeitlinstart of alpha transparency support
2003-03-02  Vadim Zeitlinimplemented video mode support (getting the current...
2003-02-27  Vadim Zeitlinadded wxUSE_DISPLAY
2003-02-16  Julian SmartAdded accessibility headers
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-04  Mattia Barbon Do not redeclare a struct (w32api 2.2 will have it).
2003-02-02  Vadim Zeitlinbig wxCursor cleanup
2003-02-02  Vadim Zeitlinremoved wxCURSOR_SIZING (we now use the std one)
2003-02-01  Vadim Zeitlinwhat do we need a separate (from m_windowStyle) m_dialo...
2003-01-30  Václav Slavíkrestored #ifndef wxUSE_UNICODE accidentaly removed...
2003-01-30  Robin Dunn1. Added m_count and maintain its value in InsertItem...
2003-01-30  Robin DunnRevert last change so the right log message gets put...
2003-01-30  Robin DunnFix for export warning when compiling a DLL.
2003-01-29  Václav Slavíkadded MSLU reference to wxUSE_UNICODE
2003-01-25  Vadim Zeitlinremoved wxICON_IS_BITMAP, it is now always (implicitly...
2003-01-25  Vadim Zeitlinremoved warnings about using the deprecated functions...
2003-01-25  Ron LeeDon't use bitmap by default.
2003-01-25  Ron LeeDon't default to using bitmap.
2003-01-22  Vadim Zeitlinmade wxBitmapRefData private (actually, this also fixes...
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
2003-01-18  Vadim Zeitlinfixed resource leak in MemoryHDC (closes bug 670016)
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-15  Vadim Zeitlinadded WXWIN_COMPATIBILITY_2_4
2003-01-14  Vadim Zeitlincompilation fix for wxUSE_CONSTRAINTS==0
2003-01-14  Mattia Barbon #define HAVE_W32API_H for Cygwin/GCC 3.x, too.
2003-01-12  Vadim ZeitlinOpenWatcom compilation fixes (patch 665959)
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2003-01-10  Vadim Zeitlinuse MSWCreateControl() instead of duplicating its code
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreateToolbar(), it...
2003-01-08  Vadim Zeitlin#undef LoadBitmap() too
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-06  Vadim Zeitlinfixed the return type of LoadIcon()
2003-01-05  Vadim Zeitlin#undef LoadIcon() too
2003-01-03  Vadim ZeitlinIsStandard() shouldn't return TRUE for formats >= wxDF_...
2003-01-02  Vadim Zeitlincompilation fixes after applying DECLARE_NO_COPY_CLASS...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinsupport for using DIBs for wxBitmap implementation...
2002-12-29  Mattia Barbon Allow building in unicode mode with just "make -f...
2002-12-29  Ron LeeOops, don't cut and paste between ports, and do test...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
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-13  Mattia Barbon Unicode compilation fix.
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-09  Julian SmartSmall WinCE mods from Marco
2002-12-07  Julian SmartCorrected line endings, deps now relative
2002-12-05  Julian SmartAdded Marco's first WinCE files
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-15  Václav Slavíkfixed two-step creation of wxCheckListBox
2002-09-14  Vadim Zeitlinrecreate the toolbar entirely when its text/icons style...
2002-09-08  Julian SmartAdded LV_ITEMA and used a #define for LV_ITEM to
2002-09-03  Julian SmartChanged char* to wxChar*
2002-09-02  Julian SmartCommitted a couple of IPC changes I forgot to do
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-09-02  Vadim Zeitlinadded a few WXDLLEXPORTS, corrected/expanded comments
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  Vadim Zeitlinadded wxSpinCtrl::SetSelection()
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-22  Vadim Zeitlinfixed default button handling: don't keep BS_DEFPUSHBUT...
2002-08-22  Vadim Zeitlinsend event from Clear() for a simple text control,...
2002-08-22  Vadim Zeitlinmade wxFrame::SendSizeEvent() public and documented it
2002-08-22  Vadim Zeitlinreverted patch 598016 (removed MSWCreateControl() visib...
2002-08-22  Julian SmartApplied patch [ 598016 ] remove flicker during combo...
2002-08-20  Vadim Zeitlinadded wxCheckListBox::HitTest() (modified patch 594524)
2002-08-20  Julian SmartApplied patch [ 597700 ] Fix proposal for wxJoystick...
2002-08-16  Vadim Zeitlinchange the selection appropriately (and refresh it...
2002-08-14  Robin DunnBugfix for wxListCtrl::GetColumn. It wasn't checking...
next