Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / gtk1 / frame.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-04-26  Vadim ZeitlinUse wxMenuBar::Attach/Detach() instead of SetInvokingWi...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-26  Włodzimierz SkibaInclude wx/control.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-09-21  Chris Elliottfix for gtk/mdi when changing menubars
2004-06-10  Vadim Zeitlinfixed typo in wxFrame::SetStatusBar() (bug 970516)
2004-06-06  Julian SmartGive controls on frame statusbar a chance to paint
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Robert Roebling Applied patch for hiding statusbar.
2004-04-01  Vadim Zeitlinreally show the menubar (calling Show(TRUE) doesn't...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-06  Vadim Zeitlinfixed bug introduced by my previous GtkUpdateSize(...
2002-07-05  Vadim Zeitlinuse GtkUpdateSize() for consitency everywhere instead...
2002-07-05  Vadim Zeitlinfixed SetToolBar(NULL) behaviour -- don't leave a hole...
2002-05-04  Robert Roebling Made OnInit() and OnRun() logic like MSW when it
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-01-11  Robert Roebling Corrected wxFrame::SetMenuBar() for repeated calls
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-08-14  Vadim Zeitlinunsuccessful attempts to fix wxMenuBar positioning...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-02  Vadim Zeitlinbackported crash fix for wxFrame::Iconize() from 2.2
2001-07-02  Vadim Zeitlincompilation fixes
2001-06-28  Julian SmartFixed some compilos. Things that still need fixing...
2001-06-27  Julian SmartNow wxFrame derives from wxFrameMSW/GTK in non-wxUniv...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-14  Robert Roebling I don't understand the SetIconState code in /src...
2001-05-31  Vadim Zeitlinwe now send iconize events
2000-09-18  Vadim Zeitlingive frame a reasonable default size if none specified
2000-09-16  Robert Roebling Set the m_isFrame flag corrcetly.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-15  Robert Roebling wxFrame's m_mainWidget didn't have themes.
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-13  Robert Roebling Did the unmap/map trick for wxFrame::IsIconized().
2000-09-11  Robert Roebling Added experim. support for wxFRAME_TOOL_WIN
2000-09-11  Julian SmartCorrected frame.cpp to recognise wxNO_BORDER properly
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-08-29  Julian SmartDon't allow for status or toolbar size if they are...
2000-08-10  Jouk Jansen Committing in .
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling The Return of WM Size Hints Part IV.
2000-03-19  Robert Roebling Funny resize behaviour fix.
2000-03-16  Robert Roebling Next take at getting mini-frames even with Life!...
2000-03-16  Robert Roebling Fixed mini-frame problems.
2000-03-14  Robert Roebling Fixed missing paint events when overriding DoMoveWindow()
2000-03-10  Robert Roebling Fixed various bugs (from - err - various authors...
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-04  Robert Roebling Some more drawing things,
2000-02-05  Robert Roebling Fixed status bar probs,
2000-01-15  Robert Roebling Next try at avoiding too few or too many size events.
1999-12-29  Robert Roebling Added wxWindow::DoMoveWindow(..)
1999-12-29  Robert Roebling Small doc updates, mainly wxDropTarget,
1999-12-15  Vadim Zeitlinfix for compilation with both native and generic kinds...
1999-12-14  Vadim Zeitlinsupport for vertical toolbars under GTK
1999-11-27  Robert Roebling?lk
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-13  Robert Roebling Compile fix in dialup,
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-05  Robert Roebling This window positioning setting works on AfterStep
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-05  Vadim Zeitlincompilation fixes for GTK+ <= 1.2.3
1999-11-04  Robert Roebling Window placement changes. Pure guessing.
1999-11-02  Vadim Zeitlinbug corrected
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-24  Robert Roebling wxFrame::Set/GetClientSize() uses toolbar area again,
1999-10-24  Robert Roebling Small distrib changes,
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-16  Robert Roebling Restored wxSizeEvent code form last week -> wxGLCanvas
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-11  Robert Roebling added SpinCtrl,
1999-10-09  Robert Roebling Changed SetToolBar() to behave a bit smarter. Untested.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-02  Robert Roebling Added test for wxTreeCtrl::GetChildrenCount()
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-07-27  Robert Roebling Small distrib updates,
next