wxDialogs now use GTK_WINDOW_DIALOG,
[wxWidgets.git] / src / gtk1 / dialog.cpp
1999-11-02  Robert Roebling wxDialogs now use GTK_WINDOW_DIALOG,
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-24  Robert Roebling Small distrib changes,
1999-10-19  Robert Roebling Added size hints to dialog,
1999-10-15  Vadim Zeitlinunused param
1999-10-15  Vadim Zeitlinremoved wxDialog::Centre()
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-11  Robert Roebling added SpinCtrl,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-08-12  Karsten BallüderUseful little fix that automatically hides the busy...
1999-07-27  Robert Roebling Small distrib updates,
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-04  Robert Roebling Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Robert Roebling Moving frames and dialogs now reports correct
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-11  Robert Roebling wxFrame::GetClientSize -> DoGetClientSize
1999-05-11  Robert Roebling Implememted IsBeingDeleted() -> buttons work again
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
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-08  Robert Roebling Corrected bmpbutton size
1999-05-06  Karsten BallüderRemoved superfluous GDK_DECOR_BORDER.
1999-05-06  Karsten BallüderMinor fixes, should be ok now.
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-20  Robert Roebling little doc updates
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
1999-04-12  Robert Roebling clipboards tests
1999-04-11  Robert Roebling Rewrote MDI system
1999-04-09  Robert Roebling Here it comes:
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-02-24  Vadim ZeitlinwxGTK fixes for the yesterday's addition of m_isWindow...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-17  Robert Roebling resize fun
1999-02-10  Robert Roebling Various update to Blit() SetBackground() Clear()...
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-01-26  Robert Roebling A few resize bugs removed
1999-01-24  Robert Roebling Small doc corrections
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-15  Robert Roebling A bit more DnD and clipbrd updates
1998-12-13  Vadim ZeitlinIS_KIND_OF -> wxIS_KIND_OF compilation fix
1998-12-09  Robert Roebling Clipboard update
1998-11-26  Robert Roebling Fixes for wxlist
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
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-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-07  Robert Roebling Added USE_CONFIG
1998-09-05  Robert Roebling Fixed two small things in wxListCtrl
1998-09-05  Robert Roebling Fixed a small wxDialog thing
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Robert Roebling See last changelog
1998-08-14  Robert Roebling Added validation support
1998-08-08  Robert Roebling Added wxDC:DrawPolygone
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-18  Robert Roeblingadded ODBC support
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision