]> git.saurik.com Git - wxWidgets.git/history - src/msw
Fixes compile warnings
[wxWidgets.git] / src / msw /
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-18  Julian Smart(Flickery) fix for droppings when there are no notebook...
2005-03-18  Ryan Norton* Turn off by default...
2005-03-18  Ryan Norton* Dynamically load all quicktime stuff using a version...
2005-03-18  Włodzimierz SkibaFixed bug #1022383: 'several ComboBoxes appear selected'
2005-03-18  Ryan Norton* Fix refreshing bug with control not showing up intial...
2005-03-18  Vadim Zeitlincontinue with generating EVT_CONTEXT_MENU if EVT_TREE_I...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-18  Ryan NortonReworked directshow implementation.
2005-03-18  Dimitri Schoolwerthfixed signed/unsigned mismatch warning
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Vadim Zeitlinreturn if abort dialog couldn't be created (part of...
2005-03-17  Vadim Zeitlinrevert togglable tools to previous state if the change...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-17  Julian SmartCorrect compilo for non-WinCE
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  Robin DunnIf the parents are nothing but a panel and a frame...
2005-03-14  Vadim Zeitlinmade GetDataDir() return the directory where the progra...
2005-03-14  Julian SmartDefine Ctrl+Q accelerator on PocketPC for quitting...
2005-03-14  Dimitri Schoolwerthrefactored scrollbar creation code to use CreateControl...
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-13  Włodzimierz SkibaCorrect sending of wxW event from wxChoice on MS Smartp...
2005-03-12  Robin DunnAllow wxStaticText to have a custom fg without a custom bg
2005-03-12  Gilles Depeyrotcorrected typo in comment
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlincall wxOle[Un]Initialize() in wxClipboard ctor/dtor...
2005-03-11  Vadim Zeitlinextracted code calling {Ole|Co}[Un]Initialize() to...
2005-03-11  Włodzimierz SkibaUse empty check consistent with other parts.
2005-03-11  Vadim Zeitlincorrected wxLogErrors() in Clear() and Flush()
2005-03-10  Julian SmartWhen drawing a solid page background, don't use theme...
2005-03-10  Vadim Zeitlinunused param warning with wxUSE_OLE=0
2005-03-10  Vadim Zeitlincheck that wxYES and wxNO are always used together...
2005-03-09  Vadim Zeitlinslightly clarified msw.window.no-clip-children test
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-08  Vadim Zeitlinfixed wrong use of = instead of == (patch 1159289)
2005-03-08  Vadim Zeitlinremoved unused wxDirToWinStyle() (part of patch 1159289)
2005-03-08  Włodzimierz SkibaAllow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Vadim Zeitlinhonour stateMask in GetItem() too (patch 1153451)
2005-03-07  Vadim Zeitlinfix top margin for static box sizer when wxDIALOG_UNIT_...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-07  Vadim Zeitlinreplaced complicated and not working test for WinCE...
2005-03-05  Mattia Barbon Use the IsMDIChild() function instead of wxRTTI,
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-03  Włodzimierz SkibaWarning fix.
2005-03-03  Vadim Zeitlinuse HINSTANCE for first DllMain() parameter (should...
2005-03-02  Ryan Nortonget rid of duplicate comment :)
2005-03-02  Włodzimierz SkibaIn MSWUniv wxWindow and wxWindowMSW are different class...
2005-03-01  Vadim Zeitlinfix for crash when using wxEXEC_NODISABLE
2005-02-28  Robin DunnOops, checked in wrong file by mistake. Reverted last...
2005-02-28  Robin DunnDon't build the old versions of OGL or iewin by default...
2005-02-28  Chris Elliottfix missing defines with DMC
2005-02-28  Julian SmartUnicode fix
2005-02-28  Julian SmartApplied socket destruction bug patch
2005-02-28  Julian SmartWinCE doesn't have DFCS_FLAT
2005-02-28  Ryan Nortoncomment and 'fix' bug 1145623
2005-02-28  Robert Roebling Add PrivData() field to wxPrintData since MSW's printer
2005-02-28  Vadim Zeitlinshow tooltips for the text control part of the spin...
2005-02-27  Vadim Zeitlinset WS_GROUP on the first button in the group, fixes...
2005-02-27  Václav Slavíkcopyright and name updates
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-26  Robin DunnCorrect GetString check message
2005-02-25  Julian SmartMake HTCLIENT code off by default
2005-02-24  Vadim Zeitlinfix for SetValue() losing effect after focus change...
2005-02-24  Vadim Zeitlinuse correct colour for the toolbar initially (patch...
2005-02-24  Julian SmartRestored mouse sensitivity for static box and static...
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-21  Stefan CsomorXTI fix for VC 7.1 (VC 8.0 didn't complain)
2005-02-21  Vadim Zeitlinimplementation of wxRendererXP::DrawComboBoxDropButton...
2005-02-20  Julian SmartFont correction
2005-02-20  Vadim ZeitlinwxUniv compilation fix
2005-02-20  Vadim Zeitlincleanup of TrackMouseEvent() code (use a single #ifdef...
2005-02-20  Vadim Zeitlinremoved wxLoadBitmap() introduced in 1.37 -> 1.38;...
2005-02-20  Julian SmartDon't repaint window if hidden
2005-02-20  Julian SmartFix for compilo
2005-02-19  Vadim Zeitlinadded wxNavigationEvent::FromTab flag
2005-02-19  Vadim Zeitlinreenable WS_TABSTOP (patch 1045547)
2005-02-19  Vadim Zeitlinprocess CBN_SELENDOK and not only CBN_SELCHANGE (patch...
2005-02-19  Vadim Zeitlinwe don't need to use solid colour for background drawin...
2005-02-19  Vadim Zeitlinadded MSWPrintChild() for drawing child background...
2005-02-19  Vadim Zeitlinextracted check for wxListCtrl in WM_PRINT handler...
2005-02-19  Vadim Zeitlindon't steal EVT_RIGHT_UP in rich edit controls for...
2005-02-19  Vadim Zeitlinmore visual improvements to owner-drawn menus (patch...
2005-02-19  Vadim ZeitlinVK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
2005-02-17  Vadim Zeitlincorrected wxRTTI macros
2005-02-16  Julian SmartFixed windows not displaying on SmartPhone
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-16  Julian SmartWinCE doesn't have _set_se_translator
2005-02-15  Julian SmartAbsolutely no idea what DisableAutomaticSETranslator...
2005-02-15  Vadim Zeitlin!USE_PCH compilation fix after last check in
next