]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk1
removed SetSize() methods which just called wxWindow::SetSize()
[wxWidgets.git] / include / wx / gtk1 /
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-12-10  Robert Roebling Fix for radiobutton
1998-12-10  Robert Roebling Moved image code
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-09  Robert Roebling Clipboard update
1998-12-08  Robert Roebling DnD updates
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-05  Robert Roebling Fixed make install bug
1998-12-05  Robert Roebling New PostScript code
1998-12-04  Robert Roebling Added wxMiniFrame
1998-12-03  Robert Roebling wxWindow::ReParent()
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-12-01  Robert Roebling New wxDC hierarchy
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-26  Robert Roebling Flicker war won.
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Robert Roebling GTK's dnd is broken, not mine
1998-11-23  Robert Roebling Corrected wxCHECK calls in bitmap.cpp
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-16  Robert Roebling Fixed resizing of wxTextCtrl
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
1998-11-14  Robert Roebling Added spinbutton
1998-11-14  Robert Roebling Doc corrections
1998-11-13  Vadim Zeitlin1. GetNextChild() bug fixed in generic version
1998-11-11  Robert Roebling Still bit fiddling in wxImage.
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-11-04  Julian SmartAdded GetRect to region iterator; cured window.cpp...
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-11-02  Robert Roebling DnD fixes
1998-11-02  Denis PershinAll functionality I know hot implement already implemented.
1998-10-31  Denis PershinwxTreeCtrl changes:
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-28  Denis PershinMinor modifications...
1998-10-28  Mart RaudseppwxWave class for wxGTK (linux)
1998-10-28  Robert Roebling DnD
1998-10-27  Vadim Zeitlin"unsigned char" restored in wxColour ctor
1998-10-27  Robert Roebling Added background colour again
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-24  Denis PershinPrealpha, prebeta of new wxTreeCtrl for GTK. It is...
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-10-20  Denis Pershin.cvsignores added
1998-10-20  Robin Dunncommented out constructor causing ambiguity
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-10-15  Robin DunnAdded wxFrame::SetStatusBar
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-29  Denis PershinSee the prev one.
1998-09-28  Vadim Zeitlinan extra backslash removed
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-18  Julian Smartmenuitem.h is now per port, since some ports (e.g....
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-12  Robert Roebling Changed instal path for setup.h
1998-09-11  Robert Roebling Updates to memcheck
1998-09-08  Robert Roebling It's now possible to drag a listbox filled with entries
1998-09-08  Robert Roebling Rewrote wxRadioBox (recompile)
1998-09-07  Robert Roebling After resolving all conflicts that came down the
1998-09-07  Robert Roebling Added USE_CONFIG
1998-09-07  Robert Roebling wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-07  Robert Roebling Tries unsuccesfully to cure a few more problems
1998-09-06  Robert Roebling Fillid in many more missing functions (such as Enable())
1998-09-06  Robert Roebling SetFont() the second
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-09-05  Robert Roebling Fixed two small things in wxListCtrl
1998-09-05  Robert Roebling Shared libs now get installed correctly on Linux.
1998-09-05  Robert Roebling Makefile next attempt
1998-09-04  Vadim Zeitlinfriends declarations removed, GetBitmap/Pixmap function...
1998-09-04  Robert Roebling Corrected wxWindow::GetExtent
1998-09-04  Julian SmartAdded friend wxNotebook
1998-09-03  Robert Roebling It's possible now to save to a PNG. OK, I still
1998-09-02  Robert Roebling Added wxAccelerators (sort of)
1998-09-02  Robert Roebling New configure
1998-09-02  Robert Roebling Fixed event handling for DialogEd
1998-09-01  Robert Roebling Small fixes to wxChoice, wxComboBox and wxListBox
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-18  Denis PershinSecond try
1998-08-18  Guilhem Lavaux* wxThread: new functions: wxThread::Pause/Resume,...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-17  Robin DunnAdded missing declaration of wxIcon::operator =(const...
1998-08-17  Robin DunnCorrected the signature for wxFrame::Maximize
1998-08-17  Robin DunnAdded wxWindow::Center
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-16  Robert Roebling New scrolling for GTK
1998-08-15  Karsten BallüderAdded configure option --with-dmalloc to use the dmallo...
1998-08-15  Vadim Zeitlinadded default values for ax size arguments of SetSizeHi...
1998-08-15  Robert Roebling Added graying out of menus and buttons
1998-08-15  Robert Roebling See last changelog
1998-08-14  Robert Roebling Added validation support
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-13  Robert Roebling Added ToogleTool from Markus
next