]> git.saurik.com Git - wxWidgets.git/history - include
wxTreeCtrl changes:
[wxWidgets.git] / include /
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  Julian SmartAdded wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorit...
1998-09-07  Robert Roebling Tries unsuccesfully to cure a few more problems
1998-09-07  Vadim ZeitlinwxRegConfig now works correctly again
1998-09-07  Vadim Zeitlin"const" added to wxAccelTable ctor
1998-09-07  Vadim Zeitlinconst char *wxGetHomeDir(wxString*) added
1998-09-07  Vadim Zeitlinminor change (using wxLogNull no doesn't flush the...
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
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  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...
1998-09-06  Julian SmartVarious changes
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  Guilhem Lavaux* wxFileInputStream and wxFileOutputStream doesn't...
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-03  Robert Roebling make install
1998-09-03  Vadim Zeitlinreplaced wxEmptyString with "" because it's defined...
1998-09-03  Julian SmartDang, can't remember what I changed now
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  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-09-01  Robert Roebling Small fixes to wxChoice, wxComboBox and wxListBox
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
1998-08-24  Julian SmartHKEY -> WXHKEY, wxScrolledWindow::SetScale added
1998-08-23  Julian Smartdefs.h corrected (syntax error in wxDELETEA). More...
1998-08-23  Guilhem Lavaux* New function wxObjectInputStream::Recall()
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-19  Guilhem Lavaux* Some new feature in wxObject*Stream (objects aren...
1998-08-18  Vadim Zeitlinuint -> size_t change
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-18  Robert Roebling Next attempt at dynlib.cpp
1998-08-18  Vadim Zeitlincorrected wxListCtrl compilation problems
1998-08-17  Robin DunnAdded missing declaration of wxIcon::operator =(const...
1998-08-17  Robert Roebling Added IRIX compile fixes
1998-08-17  Robin DunnCorrected the signature for wxFrame::Maximize
1998-08-17  Robin DunnAdded wxWindow::Center
1998-08-17  Robert Roebling Added in-place editiging in wxListCtrl
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-17  Julian SmartChanged floats to doubles in wxexpr.h; added a flag...
1998-08-16  Robert Roebling New scrolling for GTK
1998-08-16  Julian SmartChanged wxMenu::GetTitle to return a wxString.
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-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Robert Roebling Added validation support
1998-08-14  Vadim ZeitlinwxLogWindoe changed again: now takes a parent frame...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-13  Julian SmartAttempting to check in this wretched cursor again....
1998-08-13  Robert Roebling Added ToogleTool from Markus
1998-08-12  Vadim Zeitlinadded a "wxWindow *" (unused) argument for wxGTK compat...
1998-08-12  Vadim Zeitlinexplicit SetSelection/SetOldSelection methods added...
1998-08-12  Robert Roebling Added PushEventHandler, Pop...
1998-08-12  Vadim Zeitlinhad to modify it (added one pixel...) to be able to...
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-12  Karsten Ballüderreplaced by stubs files
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added (access() isn't ANSI...
1998-08-11  Karsten BallüderAdded empty Raise() and Lower() methods for compatibilty.
1998-08-10  Denis PershinDP: GetBitmap() added to wxImageList
1998-08-10  Denis PershinDP: native wxTreeCtrl for GTK.
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-09  Julian SmartStub header changes.
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-08  Vadim ZeitlinWXFARPROC prototyped as `typedef int (__stdcall *WXFARP...
1998-08-08  Vadim Zeitlinsome minor changes in wxLogWindow
1998-08-08  Robert Roebling Correct the wxButton::Setlabel nonsense
1998-08-08  Robert Roebling Added wxDC:DrawPolygone
1998-08-08  Julian SmartAdded stub include files; also a couple more Dialog...
1998-08-08  Denis PershinDP:
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim ZeitlinwxTREE_INSERT_XXX constants were incorrectly defined...
1998-08-07  Vadim Zeitlinthe modal dialogs restore the focus to the control...
1998-08-07  Vadim ZeitlinProcessEvent() now saves the m_lastXXX parameters in...
1998-08-07  Vadim Zeitlincode using ms_PaintDC changed a little (a couple of...
1998-08-07  Vadim Zeitlinimproved handling of frames with parent: now they have...
1998-08-07  Robert Roebling More configure fixes
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-08-07  Robin DunnRemoved a ">>>>>>> 1.5" (a CVS conflict indicator)...
1998-08-07  Robin DunnRemoved duplicate definitions of GetMenuCount and GetMe...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-08-06  Robert Roebling New Unix configure system
1998-08-05  Guilhem Lavaux* Added source file info in utils/serialize/*
next