wxDialogs now use GTK_WINDOW_DIALOG,
[wxWidgets.git] / src / gtk / window.cpp
1999-11-02  Robert Roebling wxDialogs now use GTK_WINDOW_DIALOG,
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-10-31  Robert Roebling More tab code corrections.
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-24  Robert Roebling wxFrame::Set/GetClientSize() uses toolbar area again,
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-17  Robert Roebling Applied Diana's font patch II
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-12  Robert Roebling Refresh() problem from DialogEd solved
1999-10-11  Robert Roebling Tried to make wxGLCanvas work again. WIP.
1999-10-10  Robert Roebling Scrolling updates.
1999-10-08  Robert Roebling New scrolling code.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-05  Robert Roebling Updated configure (not only configure.in)
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-10-02  Robert Roebling Updated doc for wxFileExists()
1999-10-01  Robert Roebling Improved wxFileDialog behaviour wrt to remembering...
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-09-29  Vadim Zeitlinparam type of wxWindow::Reparent() fixed in wxGTK
1999-09-18  Vadim Zeitlintypo fixed
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-18  Robert Roebling More wxFileDialog things
1999-08-05  Robert Roebling Applied patch for stipppled brushes,
1999-07-27  Robert Roebling Corrected some more docs,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-27  Vadim ZeitlinwxGTK compilation fixes
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-15  Robert Roebling Compile fixes,
1999-07-15  Robert Roebling Compile fixes.
1999-07-15  Vadim Zeitlin1. fixed makefile.vc for OLE files
1999-07-14  Robert Roebling Removed bug that made wxWindow call OnPaint
1999-07-11  Robert Roebling New global cursor behaviour.
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-23  Karsten BallüderMinor improvement to keyevent handling.
1999-06-21  Robert Roebling New Makefile.ins, updates for the Motif build, removed
1999-06-17  Karsten BallüderFixed the ugly cursor. global cursor no longer initiali...
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-10  Robert Roebling Docs.
1999-06-07  Robert Roebling Corrected cursors for during capture mouse.
1999-06-04  Robert Roebling Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-31  Robert Roebling Implemented Reparent() and added test for it to minif...
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-28  Robert Roebling Added fixes for Unicode compilation.
1999-05-28  Robert Roebling Small correction to list ctrl and default button...
1999-05-27  Robert Roebling Small cursor improvements
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-25  Robert Roebling Fixed a notebook crash and added more tests to sample.
1999-05-22  Robert Roebling GTK 1.0 compilation (not tested)
1999-05-21  Unknown (NI)Fixed handling of keypress WXK_NUMPAD_NEXT
1999-05-21  Robert Roebling Fixed typos in window.cpp and utils.cpp
1999-05-19  Robert Roebling Augmented version to b5
1999-05-19  Robert Roebling YOu can now activate the menu pressing F10 anywhere.
1999-05-19  Robert Roebling Corrected tree ctrl behaviour.
1999-05-19  Robert Roebling Updated distrib.
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-05-18  Robert Roebling No longer emit char events for shift/ctrl presses.
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
1999-05-12  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-12  Robert Roebling added wxScrollWinEvent
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlinanother unused param warning
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 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-07  Robert Roebling a bit of debug code
1999-05-06  Vadim Zeitlinprintf => wxLogTrace
1999-05-06  Robert Roebling minor fixes
1999-05-05  Robert Roebling fix for menu separator
1999-05-05  Robert Roebling Added scrolling of widgets and sample
1999-05-04  Robert Roebling Found a few situations where the most recent
1999-05-03  Robert Roebling Fixed a bug which sometimes lead to windows
1999-05-01  Robert Roebling Fix for wxPython segvs
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-28  Karsten BallüderFixed gtk 1.0.6 floating subwindow bug.
1999-04-28  Robert Roebling Chnages to focus code with debug code
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-25  Robert Roebling The colour is called Aquamarine, not Aquaramine. No,
1999-04-25  Robert Roebling Backgrounds work again
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
next