Added wxUSE_POCKETPC_UI to distinguish between using
[wxWidgets.git] / src / msw / frame.cpp
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-11-01  Vadim Zeitlindon't show hidden child frames when the parent is restored
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching to wxEmptyString to satisfy linker after...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-14  Stefan Csomorrtti informations
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-31  Julian SmartSuppressed some flicker in standard wxToolBar
2003-07-28  Stefan Csomorpreliminary EXTENDED_RTTI
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-12  Julian SmartFixed menubar on WinCE
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinno real changes
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-04-09  Vadim ZeitlinwxSizeEvent now carries the total size, not just the...
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-26  Mattia BarbonwxIconBundle implementation.
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2002-02-14  Vadim ZeitlinwxFrame base class is xTLW, not wxWindow
2002-01-10  Vadim Zeitlinmoved toolbar adjustments for the client size from...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-11-28  Vadim Zeitlinblind fix for iconizing/restoring hidden child frames bug
2001-11-14  Vadim Zeitlinfixed wxFrame::IconizeChildFrames() bug which would...
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-26  Vadim Zeitlincompilation/build fixes for wxUniv
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-08-31  Julian SmartRemove _all_ borders if that's what we specify to ShowF...
2001-08-20  Vadim Zeitlinfixes for Raise() to work correctly with both top level...
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2001-07-14  Vadim Zeitlinremoved obsolete comment
2001-07-14  Vadim Zeitlinmerged NULL wxFrame parent HWND fix from 2.2 branch
2001-07-14  Vadim Zeitlinfixed setting/attaching menubar
2001-07-12  Vadim Zeitlinmenu bar wasn't set properly internally after my previo...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-06-29  Julian SmartAdded project files for wxUniv under MSW
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-27  Julian SmartNow wxFrame derives from wxFrameMSW/GTK in non-wxUniv...
2001-06-27  Julian SmartAdded wxUSE_NUMBERDLG to setup.h; added some files...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-31  Vadim Zeitlinwe now send iconize events
2001-05-30  Vadim Zeitlinfixed wxFrame::SetClientSize() with toolbar bug
2001-05-27  Václav Slavíkyet another attempt to fix LastFocus bug in wxFrame
2001-05-23  Václav Slavíkfixed bug in wxFrame::OnActivate
2001-05-08  Vadim Zeitlincorrect fix for Maximize() for hidden frames
2001-04-14  Vadim Zeitlinmerged focus handling fix from 2.2
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2000-12-20  George TaskerFixed bug where if the style included wxFRAME_NO_TASKBA...
2000-11-25  Václav Slavíkadded wxFrame::IsMDIChild() (msw only, protected)
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-09-10  Julian Smart#ifdefs for WIN16
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-08-11  Julian SmartNow show/hide status bar in ShowFullScreen, instead...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-02-29  Ron Leeadded missing include mdi.h
2000-02-29  Vadim Zeitlin1. fixed bug with MDI child frames changign state when...
2000-02-26  Guillermo Rodrigue... Corrected small miniframe-realted bug (itsy bitsy is...
2000-02-08  Julian SmartAdded ShowFullScreen
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
1999-12-16  Vadim Zeitlinsome more consts here and there
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-30  Julian SmartNow allow SetMenuBar to be called several times.
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-11-02  Vadim Zeitlincompilation fixes
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  David Webster*** empty log message ***
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-30  Unknown (MT)only set parent frame ontop when the current frame...
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
next