]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/frame.cpp
Removed lots of OnClose functions; doc'ed OnCloseWindow better;
[wxWidgets.git] / src / gtk1 / frame.cpp
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Vadim Zeitlinmore wxCloseEvent changes: now the behaviour should...
1999-02-05  Vadim ZeitlinwxWindow::OnClose() removed completely from wxGTK,...
1999-02-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-01-30  Robert Roebling My last patch for status bar size events wasn't perfect
1999-01-30  Robert Roebling Added size event for status bar
1999-01-26  Robert Roebling A few resize bugs removed
1999-01-24  Robert Roebling Small doc corrections
1999-01-22  Robert Roebling The Image sample now does anti-aliasing, oh well.
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-13  Vadim ZeitlinIS_KIND_OF -> wxIS_KIND_OF compilation fix
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-09  Robert Roebling Clipboard update
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-12-04  Robert Roebling Added wxMiniFrame
1998-11-26  Robert Roebling Fixes for wxlist
1998-11-25  Robert Roebling Resize fine tuning
1998-11-25  Robert Roebling wxFrame size bug
1998-11-25  Robert Roebling Improvements for notebooks on various versions of GTK
1998-11-23  Robert Roebling wxFrame::size There is always a hack to solve your...
1998-11-23  Robert Roebling Build fix in wxLog
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
1998-11-15  Robert Roebling Coompilation fixes for GTK 1.1.3
1998-11-11  Robert Roebling Still bit fiddling in wxImage.
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-11  Robert Roebling Updates to memcheck
1998-09-02  Robert Roebling Fixed event handling for DialogEd
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Vadim Zeitlin1) corrected bug in log.cpp which only affected wxGTK...
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-15  Robert Roebling See last changelog
1998-08-14  Robert Roebling Added validation support
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-08  Robert Roebling Correct the wxButton::Setlabel nonsense
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-27  Robert Roeblingwarning msgs
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Vadim Zeitlinsome common code moved from wxWindow/wxFrame into files...
1998-07-23  Vadim Zeitlincommon functions moved into ../common/framecmn.cpp
1998-07-22  Robert Roeblingmdi private menus
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-18  Guilhem LavauxwxFrame: OnSize() has a SEGV if wxFrame has no child...
1998-07-12  Robert Roeblingstream compile fixes
1998-07-10  Vadim ZeitlinwxFrame::OnSize() calls Layout() if GetAutoLayout()
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision