Remove use of "size-request" signal for wxWindow sizing.
[wxWidgets.git] / src / gtk / minifram.cpp
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-02-26  Paul Cornettinitialize m_miniTitle, fix button press detection...
2007-12-04  Paul CornettOnly account for WM frame extents in tlw size if WM...
2007-11-30  Robert RoeblingDC reorganization
2007-11-22  Paul Cornettstore size of WM decorations separately for each TLW...
2007-11-22  Paul Cornettuse a GtkAlignment to position m_mainWidget, avoiding...
2007-11-21  Paul Cornettfix for AUI pane shrinking each time it is floated
2007-11-07  Robert RoeblingUpport wxMiniFrame corrections
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-06-22  Vadim Zeitlindon't always add wxCAPTION to wxMiniFrame style uncondi...
2007-04-19  Paul CornettReorganize idle system code.
2007-01-21  Paul Cornettexpose handlers are supposed to return a gboolean;
2006-11-08  Benjamin Williamsvertically centered miniframe close button
2006-10-16  Robert Roebling Fix wxMiniFrame caption height.
2006-08-30  Paul Cornettheader includes cleanup
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-08-24  Włodzimierz Skibawx\settings.h is part of PCH support.
2006-08-24  Robert Roebling Added resize support to wxMiniFrame.
2006-08-24  Robert Roebling Suppress warning from wxMiniFrame.
2006-08-24  Robert Roebling revert bits for XBM bitmaps under MSW
2006-08-23  Robert Roebling Use the same colour for miniframe title bar and
2006-08-23  Robert Roebling Readded close button to wxMiniFrame and use the
2006-08-23  Robert Roebling Add opaque move support to wxGTK's wxMiniFrame.
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-09  Włodzimierz SkibaInclude wx/dcscreen.h according to precompiled headers...
2006-04-04  Mart RaudseppGDK_ROOT_PARENT -> gdk_get_default_root_window
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-04  Mart RaudseppI'm no fan of that focus ring being drawn inside the...
2006-02-04  Mart RaudseppOptimize (for size) the cross_xpm used for the X button...
2006-02-04  Mart RaudseppGTK2: gtk_widget_set_uposition -> gtk_window_move for...
2006-02-03  Mart RaudseppGTK2: gtk_draw_* -> gtk_paint_*
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-11-02  Robert Roebling Applied patch to show title bar changes
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-01-05  Robert Roebling Corrected wxMiniFrame for GTK2 and removed its
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-01-27  Robert Roebling wxMiniFrame works again.
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2000-03-18  Václav Slavíkchanged titlebar text colour from white to fg[GTK_STATE...
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-04  Robert Roebling Some more drawing things,
2000-01-31  Robert Roebling Using the best visual is now an option.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-29  Robert Roebling Corrected miniframe.
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-28  Robert Roebling More #include changes.
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-24  Robert Roebling Small distrib changes,
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-07-27  Robert Roebling Small distrib updates,
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-10  Robert Roebling A few more things are back to work.
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-05  Robert Roebling Added scrolling of widgets and sample
1999-04-28  Robert Roebling MiniFrame title are back.
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-14  Robert Roebling mini frame rewrite (titlebar still missing)
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-04  Robert Roebling Added wxMiniFrame