]> git.saurik.com Git - wxWidgets.git/history - src/msw
fixed typo for MSW cross-compilation
[wxWidgets.git] / src / msw /
2002-05-07  Vadim Zeitlinfixed compilation without PCH
2002-05-05  Vadim Zeitlinfixed multiple bugs in multiple selection wxCheckListBoxes
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-05  Julian SmartDoc tweaks
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
2002-05-03  Robin DunnFixed problem in InsertItems of always adding ownerdraw...
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-05-02  Mattia BarbonGenerate EVT_TOOL_ENTER when the user moves the mouse...
2002-05-02  Vadim Zeitlinyou don't have to set BCCDIR for compilation with Borla...
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-27  Vadim ZeitlinARCHINCDIR must be defined in makeb32.env, not makefile...
2002-04-26  Vadim Zeitlinimplement wxColourDialog::Move() (patch 548048)
2002-04-26  Vadim Zeitlinrefresh and flicker even more to ensure proper refresh...
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-24  Stefan NeisFixed compilo (include image.h since cursor.h no longer...
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-04-22  Julian SmartwxUniversal fixes:
2002-04-21  Vadim Zeitlinfixed WM_GETDLGCODE processing to include the bits...
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-20  Vadim Zeitlinfixed another return FALSE in a function returning...
2002-04-20  Vadim Zeitlinimplemented DoGetSize() for wxSlider (patch from Dimitri)
2002-04-20  Vadim Zeitlinfixed focus tracking for spin controls (patch from...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-18  Vadim Zeitlinselect the whole text in the single line text control...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Mattia BarbonMoved text control subclassing code inside MSWOnNotify.
2002-04-16  Julian SmartPass validator, not wxDefaultValidator!
2002-04-16  Vadim Zeitlinalways let the multiline text control process the Enter...
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2002-04-16  Vadim Zeitlinbetter, more generic and backwards compatible, fix...
2002-04-15  Robin DunnApplied TRUE/FALSE fix here too.
2002-04-15  Vadim Zeitlincompilation fix after TRUE/FALSE change
2002-04-15  Vadim Zeitlinfixes for BCC makefiles from Chris (patch 544015)
2002-04-12  Vadim Zeitlindon't let IsDialogMessage() have VK_ESCAPE, this fixes...
2002-04-12  Vadim Zeitlinalways handle Enter ourselves while editing tree ctrl...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-11  Vadim Zeitlindon't use socket function when wxUSE_SOCKETS==0
2002-04-11  Vadim Zeitlingenerate the focus events for wxComboBox, also solves...
2002-04-10  Robert Roebling Added "metal" theme.
2002-04-10  Robin DunnOops, forgot the braces.
2002-04-10  Robin DunnMoved check for m_lastKeydownProcessed to WM_CHAR case...
2002-04-10  Vadim Zeitlinno changes
2002-04-10  Vadim Zeitlindon't send dummy scroll events from wxNotebook when...
2002-04-09  Vadim ZeitlinwxSizeEvent now carries the total size, not just the...
2002-04-09  Václav Slavíkfixed incorrect wxCHECK (was a wrong negation before)
2002-04-09  Vadim Zeitlinadded support for the multiline button labels
2002-04-08  Julian SmartMore BC++ makefile tweaks
2002-04-08  Julian SmartBC++ 32-bit makefile now copies setup.h to the correct...
2002-04-08  Vadim ZeitlinwxMSW doesn't send CHAR events for Caps/Scroll/NumLock...
2002-04-07  Václav SlavíkDon't allow expanding/collapsing hidden root
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-07  Vadim Zeitlinrefresh the dialog children forcefully even if wxCLIP_C...
2002-04-06  Vadim Zeitlinrefresh the dialogs after resize - this is the only...
2002-04-06  Vadim Zeitlincleaned up the checkbox creation code (~70 lines of...
2002-04-06  Vadim Zeitlinno significant changes
2002-04-06  Vadim Zeitlinfixed bug with initial path being a root directory...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-06  Václav Slavíkreverted Julian's unintentional breakage of wxChoice
2002-04-05  Julian SmartMade sure the 'best' size doesn't get set for wxChoice
2002-04-05  Vadim Zeitlinmore fixes to handling the paths with trailing slashes...
2002-04-04  Julian SmartNo change
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-03  Robin DunnSince wxConditionInternal is a friend of wxMutex and...
2002-04-03  Vadim Zeitlinfixed a race condition resulting in returning incorrect...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-04-02  Robin DunnwxWindowMSW now eats EVT_CHAR if the key was handled...
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-04-01  Vadim Zeitlinsleep while waiting for the spawned process to terminat...
2002-04-01  Vadim Zeitlinrestored full redraw on repain behaviour by default...
2002-03-31  Robert Roebling Minor tweak (up-ported from 2.2.9) to make
2002-03-30  Vadim Zeitlinfix for the paths with trailing (back)slashes
2002-03-30  Vadim Zeitlinfixed an apparent bug in DetermineScaling()
2002-03-30  Robin DunnSet flags and libs for using unicows if MSLU=1
2002-03-28  Mattia BarbonFix for daily builds
2002-03-28  Vadim Zeitlinunapplied part of Dimitri's patch at his request
2002-03-28  Vadim Zeitlinfixed a (harmless) BoundsChecker warning
2002-03-28  Vadim Zeitlinuse PALETTERGB instead of RGB when creating wxMask...
2002-03-27  Vadim Zeitlinfixed data format cast (patch 528965)
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2002-03-27  Vadim Zeitlinremoved a few warnings and CW compilation problems...
2002-03-27  Vadim Zeitlincompilation warning fixed
2002-03-27  Vadim Zeitlincompilation warning about signed/unsigned comparison...
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-26  Vadim Zeitlinfixed compilation error
2002-03-26  Vadim Zeitlinfix for toolbar radio buttons event generation
2002-03-26  Vadim Zeitlinmade radio buttons and the toolbat text work for Win32...
2002-03-25  Vadim Zeitlinfixed compilation for wxMSW after the recent changes
2002-03-24  Vadim Zeitlinfixes to radio menu items
2002-03-24  Václav Slavíkchange wxICON_INFO to wxICON_INFORMATION in Mac and...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-23  Vadim Zeitlincompatibility constructors for wxMenuItem() taking...
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-03-22  Julian SmartRemoved helpwxht.h/cpp (old wxHelpControllerHtml class)
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-22  Vadim Zeitlinavoid an assert in wxString::GetWriteBuf()
next