2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
blob | commitdiff | raw |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Vadim Zeitlin | show the "Window" menu only when we have any MDI childr... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Vadim Zeitlin | don't use deprecated wxIconizeEvent::Iconized() |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Vadim Zeitlin | fix handling of the commands with negative ids (e.g... |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | rename fobr95.{cpp,h} files to foobar.{cpp,h} |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | add GetMDIParent() and use it to reduce the number... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-23 |
Vadim Zeitlin | return int from wxGetWindowId(), not WORD, to ensure... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Vadim Zeitlin | don't give debug messages about WM_MDISETMENU failure... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Vadim Zeitlin | don't dereference NULL parent in wxMDIChildFrame dtor... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | fix wxMDIChidFrame::GetPosition() (patch 1626610) |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Włodzimierz Skiba | Include wx/statusbr.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Include wx/mdi.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/toolbar.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Paul Cornett | unused variables/declarations |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | use SubclassWin() insteaf of just wxAssociateWinWithHan... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Włodzimierz Skiba | Removed every usage of obsolete wxTLW flags. 2.6 compat... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | removed code refreshing toolbar on every MDI child... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | set the same background colour for wxMDIParentFrame... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Włodzimierz Skiba | Include order is wxprec.h=>defs.h=>platform.h=>setup... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Vadim Zeitlin | extracted wxFrame::MSWTranslateMessage() implementation... |
blob | commitdiff | raw | diff to current |
2006-01-07 |
Vadim Zeitlin | refresh the MDI frame window menu whenever a child... |
blob | commitdiff | raw | diff to current |
2006-01-07 |
Vadim Zeitlin | removed Win16 code |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Julian Smart | Fixed MDI context menu event handling problem (Stefan... |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Kevin Hock | Fix MDI child windows not becoming active when created... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Włodzimierz Skiba | Reuse functionality of wxGetStockLabel(). |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Michael Wetherell | Translate '&Help' to '&' for italian Windows only |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Vadim Zeitlin | force update of MDI client window size after the MDI... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Chris Elliott | wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271 |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-07-04 |
Chris Elliott | fix SF Bug 1232271 |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Test for x, y in GetPosition |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Chris Elliott | remove erroneous comment |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | added orient parameter to wxMDIParentFrame::Tile() |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | fixed flicker during MDI children creation: the frame... |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Chris Elliott | mdi menu updates fixed (after SF 1012653) |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Vadim Zeitlin | split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which... |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Vadim Zeitlin | fixed recent modeless dialog breakage caused by removin... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Dimitri Schoolwerth | Fixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | reset m_frameTool/StatusBar pointers before deleting... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Vadim Zeitlin | don't always create MDI children with WS_THICKFRAME... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | fixed return value of wxMDIChildFrame::HandleGetMinMaxI... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Vadim Zeitlin | don't include unnecessary headers if we don't compile... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Chris Elliott | fix DMars compilation to use precompiled headers |
blob | commitdiff | raw | diff to current |
2003-06-16 |
Julian Smart | Platform and compiler-specific checking for MSW and... |
blob | commitdiff | raw | diff to current |
2003-06-13 |
Julian Smart | Fixed MDI scrollbars |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Chris Elliott | update to make digitalmars compile/link image sample |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Vadim Zeitlin | removed warnings about using the deprecated functions... |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Ron Lee | Update list operators, s/TRUE/true/ etc. |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Vadim Zeitlin | corrected a too eager error message (patch 648599) |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Julian Smart | Applied patch [ 597398 ] Generic MDI, wxNotebook based. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Julian Smart | Applied patch [ 594416 ] MDI Previous Child |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Vadim Zeitlin | compilation warning fixed |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Vadim Zeitlin | fixes for MSWGetCreateWindowFlags signature change |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | fixed several resource leaks related to MDI menus |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-10-07 |
Vadim Zeitlin | changed/centralized window creation code to allow wxTLW... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-16 |
Vadim Zeitlin | warning fix |
blob | commitdiff | raw | diff to current |
2001-06-16 |
Vadim Zeitlin | applied patch #428104 (SetSizeHints() for wxMDIChildFrame) |
blob | commitdiff | raw | diff to current |
2001-06-16 |
Vadim Zeitlin | applied patch 433505 (MDI parent activation fix) |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Julian Smart | Sync'ed show-window flag in MDI child constructor;... |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Julian Smart | Fixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to... |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Julian Smart | Tex2RTF: underscores now only checked for if syntax... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Julian Smart | Added showing the default URL in DisplayContents and... |
blob | commitdiff | raw | diff to current |
2001-04-27 |
George Tasker | Fixes problem where child window does not appear immedi... |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Vadim Zeitlin | compilation fix (sorry) |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Vadim Zeitlin | translate MDI menu items |
blob | commitdiff | raw | diff to current |
2001-04-26 |
Julian Smart | Fixed Simple Toolbar bug; removed 2 pixel kludge in... |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Vadim Zeitlin | fixing mngw32 (cross)compilation |
blob | commitdiff | raw | diff to current |
2001-04-05 |
George Tasker | Fixes problem where maximized child windows still have... |
blob | commitdiff | raw | diff to current |
2001-02-26 |
Vadim Zeitlin | applied patch 403988 (fixing MDI window menu) |
blob | commitdiff | raw | diff to current |
2001-01-30 |
George Tasker | Allow MDI children to have a non-default window style... |
blob | commitdiff | raw | diff to current |
2001-01-29 |
Vadim Zeitlin | another fix for MDI styles |
blob | commitdiff | raw | diff to current |
2001-01-29 |
Vadim Zeitlin | fix (?) for MDI children style problems |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Vadim Zeitlin | merged in the small changes from the 2.2 branch |
blob | commitdiff | raw | diff to current |
next |