Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk / frame.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-04  Vadim ZeitlinConsistently set wxMenuBar parent in all ports.
2012-12-29  Paul Cornettm_menubar does not need to be public for hildon, it...
2012-12-20  Paul CornettUse client size determined by size-allocate when possible
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-25  Václav SlavíkDon't use deprecated gtk_widget_ref().
2011-01-08  Paul CornettMove SendIdleEvents() from wxApp to wxWindow.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-04-24  Vadim ZeitlinDon't use invoking window in wxGTK wxMenuBar implementa...
2009-09-24  Julian SmartApplied #9127: patch to remove blank under wxFrame...
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-11  Vadim Zeitlincompilation fixes for wxUSE_ACCEL=0
2007-11-08  Julian SmartMenubar accelerators are now preserved
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-14  Vadim Zeitlinfix harmless unused variable warning
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-10  Vadim Zeitlinadded missing wxUSE_XXX checks
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-20  Paul Cornettsimplify client size calculation
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-19  Paul CornettReorganize idle system code.
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-12-14  Paul Cornettmake sure style is set on menubar before querying its...
2006-12-07  Paul Cornettfix wrong parenthesizing of boolean expressions
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-10-18  Robert Roebling Support wxFULLSCREEN_NOSTATUSBAR
2006-10-18  Robert Roebling Support wxFULLSCREEN_NOMENUBAR
2006-10-03  Paul Cornettdon't set negative window size
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-10  Paul Cornettavoid null pointer dereference in DoGetClientSize
2006-09-09  Paul Cornettdon't set negative window size
2006-09-07  Paul Cornettdon't use negative windows sizes
2006-09-07  Paul Cornettremove a few unnecessary queue_resize/queue_draw calls
2006-09-07  Paul CornettGtkOnSize parameters aren't useful
2006-08-21  Robert Roebling Don't emit bogus size events if a child window
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-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-04  Mart RaudseppGTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget...
2006-02-03  Mart RaudseppGTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_wi...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
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
next