projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix typo in last commit
[wxWidgets.git]
/
src
/
gtk1
/
mdi.cpp
2011-01-22
Dimitri Schoolwerth
Use wxString's empty() when checking if the string...
blob
|
commitdiff
|
raw
2010-04-26
Vadim Zeitlin
Use wxMenuBar::Attach/Detach() instead of SetInvokingWi...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2008-11-04
Vadim Zeitlin
Review/simplify/cleanup MDI classes for all platforms...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-15
Vadim Zeitlin
don't assign the returned value in wxMDIParentFrame...
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-05-18
Vadim Zeitlin
removed unused statusbar parameter from wxFrameBase...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-26
Paul Cornett
move some data definitions to more appropriate places
blob
|
commitdiff
|
raw
|
diff to current
2006-05-22
Włodzimierz Skiba
Include wx/dialog.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-18
Włodzimierz Skiba
Include wx/menu.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-25
Włodzimierz Skiba
Include wx/intl.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-23
Mart Raudsepp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-04
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow (wxGTK part).
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Vadim Zeitlin
GTK+ callbacks must have C linkage (patch 1157384)
blob
|
commitdiff
|
raw
|
diff to current
2004-10-27
Robin Dunn
avoid crash if active_child_frame is not set yet
blob
|
commitdiff
|
raw
|
diff to current
2004-09-30
Robin Dunn
Fix for crash when the child has no menu
blob
|
commitdiff
|
raw
|
diff to current
2004-09-25
Chris Elliott
fix an mdi crash on exit
blob
|
commitdiff
|
raw
|
diff to current
2004-09-01
Chris Elliott
fix menu switching between children
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
2003-08-09
Václav Slavík
added support for gcc precompiled headers
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-01-13
Ron Lee
Split this out from other changes to keep things sane..
blob
|
commitdiff
|
raw
|
diff to current
2002-08-05
Robert Roebling
Lots of updates for Unicode and GTK 2.0 support.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-02
Robert Roebling
Overrode wxMDIChildFrame's DoSetSize to not misplace
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vadim Zeitlin
removed unused wxWindowGTK::m_isFrame
blob
|
commitdiff
|
raw
|
diff to current
2002-03-12
Vadim Zeitlin
changes to make wxGTK compile with GTK+ 2.0: now it...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-16
Robert Roebling
Set the m_isFrame flag corrcetly.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-10
Vadim Zeitlin
wxMDIFrames define DoGetClientSize() and not GetClientS...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
1999-12-01
Robert Roebling
Applied patch for multiple file selection, documented.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-28
Robert Roebling
New event locking.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-02
Vadim Zeitlin
include <wx/...> => include "wx/..."
blob
|
commitdiff
|
raw
|
diff to current
1999-10-31
Robert Roebling
Distrib changes.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-29
Robert Roebling
Renamed GtkMyFixed to GtkPizza,
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Julian Smart
Removed some unused parameter warnings; compile error...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-01
Vadim Zeitlin
virtual functionsignature corrected
blob
|
commitdiff
|
raw
|
diff to current
1999-09-30
Robert Roebling
Corrected filelist.txt a little - one gsocket.c is...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-27
Robert Roebling
Small distrib updates,
blob
|
commitdiff
|
raw
|
diff to current
1999-06-14
Robert Roebling
Added zillions of #if wxUSE_XXX
blob
|
commitdiff
|
raw
|
diff to current
1999-06-06
Robert Roebling
Corrected hotkeys for MDI menus.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-17
Robert Roebling
New virtual key defines (NUMPAD_XXX).
blob
|
commitdiff
|
raw
|
diff to current
1999-05-17
J. Russell Smyth
Added code to make wxMDIChildFrame::Activate() work
blob
|
commitdiff
|
raw
|
diff to current
1999-05-10
Robert Roebling
A few more things are back to work.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-10
Robert Roebling
Small modifications to Vadims changes
blob
|
commitdiff
|
raw
|
diff to current
1999-05-09
Vadim Zeitlin
wxWindow split into wxWindowBase and wxWindow (wxGTK...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-05
Robert Roebling
Added scrolling of widgets and sample
blob
|
commitdiff
|
raw
|
diff to current
1999-04-27
Robert Roebling
New idle handling. Only that.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-14
Ove Kaaven
OK, enough for today. To be continued tomorrow...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-14
Robert Roebling
added wxCB_READONLY
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Vadim Zeitlin
GTK 1.0.x compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-04-11
Robert Roebling
Rewrote MDI system
blob
|
commitdiff
|
raw
|
diff to current
1999-03-24
Vadim Zeitlin
wxMenu code clean up
blob
|
commitdiff
|
raw
|
diff to current
1999-02-18
Julian Smart
Added 'tardist' script for creating .tgz archives of...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-16
Robert Roebling
MDI fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-01-02
Robert Roebling
Header changes (gtk.h etc no longer included in defs.h
blob
|
commitdiff
|
raw
|
diff to current
1998-12-07
Robert Roebling
Added serial code for wxList and wxHashTable to sourc...
blob
|
commitdiff
|
raw
|
diff to current
1998-11-25
Robert Roebling
Improvements for notebooks on various versions of GTK
blob
|
commitdiff
|
raw
|
diff to current
1998-11-16
Robert Roebling
Hm, FortyThieves' cards were all black.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-11
Robert Roebling
Still bit fiddling in wxImage.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-03
Robert Roebling
Fix for TextCtrl problem as reported by Vegh
blob
|
commitdiff
|
raw
|
diff to current
1998-10-27
Robert Roebling
Added background colour again
blob
|
commitdiff
|
raw
|
diff to current
1998-08-23
Unknown (RO)
General tidy-up (mainly typecasts) to allow the use...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-16
Robert Roebling
Added mising AddBitmapList in wxBitmap
blob
|
commitdiff
|
raw
|
diff to current
1998-08-09
Robert Roebling
Added Pop-up menus.
blob
|
commitdiff
|
raw
|
diff to current
1998-08-08
Denis Pershin
DP:
blob
|
commitdiff
|
raw
|
diff to current
1998-08-07
Vadim Zeitlin
(1) Denis Pershin's patch for wxGTK (memory leaks corre...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-29
Robert Roebling
wxMDIChildFrame inherits from wxFrame
blob
|
commitdiff
|
raw
|
diff to current
1998-07-28
Robert Roebling
Fixed bug in wxListCtrl
blob
|
commitdiff
|
raw
|
diff to current
1998-07-28
Robert Roebling
Fixed bug in MDI
blob
|
commitdiff
|
raw
|
diff to current
1998-07-27
Robert Roebling
warning msgs
blob
|
commitdiff
|
raw
|
diff to current
1998-07-24
Robert Roebling
wxFrame::CreateToolBar() stuff
blob
|
commitdiff
|
raw
|
diff to current
1998-07-24
Karsten Ballüder
fixed private member access problem
blob
|
commitdiff
|
raw
|
diff to current
1998-07-22
Robert Roebling
mdi private menus
blob
|
commitdiff
|
raw
|
diff to current
1998-07-13
Robert Roebling
resize mdi and notebook client
blob
|
commitdiff
|
raw
|
diff to current
1998-07-04
Julian Smart
Sorry, I went and removed consts as per the style guide :-)
blob
|
commitdiff
|
raw
|
diff to current
1998-05-20
Karsten Ballüder
Initial revision
blob
|
commitdiff
|
raw
|
diff to current