]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1998-08-17  Vadim Zeitlinminor change
1998-08-17  Vadim Zeitlina micro bug (but which was enough to break regtest...
1998-08-17  Vadim Zeitlinreplaced another printf() with wxLogDebug()
1998-08-17  Robin DunnAdded missing declaration of wxIcon::operator =(const...
1998-08-17  Robert Roebling Added IRIX compile fixes
1998-08-17  Robin DunnRemoved an extra method definition
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 Added list ctrl sample. Looks better than what I...
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-17  Julian SmartGot printing, toolbar samples compiling under Windows...
1998-08-17  Julian SmartChanged floats to doubles in wxexpr.h; added a flag...
1998-08-17  Julian SmartChanged floats to doubles
1998-08-17  Robert Roebling GTK's toolbar class has no OnPaint
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-16  Robert Roebling New scrolling for GTK
1998-08-16  Karsten Ballüderadded one extra check for emptyness
1998-08-16  Julian SmartChanged wxMenu::GetTitle to return a wxString.
1998-08-16  Robin DunnMore wxGTK work.
1998-08-16  Robin Dunnupdated email address
1998-08-16  Vadim ZeitlinKarsten's correction undone - this code is (was) correct!
1998-08-15  Karsten BallüderAdded configure option --with-dmalloc to use the dmallo...
1998-08-15  Vadim Zeitlin'&' are removed from checkbox labels (all controls...
1998-08-15  Vadim Zeitlinadded default values for ax size arguments of SetSizeHi...
1998-08-15  Julian SmartSmall changes after Robert's edits
1998-08-15  Robert Roebling Fixed my own Makefile bug
1998-08-15  Karsten Ballüderfixed GetSelection() inversion bug
1998-08-15  Julian SmartAdded isosurf wxGLCanvas sample, cured OnPaint bug...
1998-08-15  Karsten Ballüderfixed a logical error (! isempty) instead of isempty
1998-08-15  Robert Roebling Added graying out of menus and buttons
1998-08-15  Robert Roebling DialogEd's missing icons.
1998-08-15  Robert Roebling DialogEd now compiles, links and runs under wxGTK
1998-08-15  Denis PershinDP: Just came back from 3 days fishing and found that...
1998-08-15  Robert Roebling Added wxPropList library
1998-08-15  Julian SmartAdded GLCanvas library (Win only at present).
1998-08-15  Julian Smart2 GnuWin32 compile bugs fixed, incl. printf bug in...
1998-08-15  Robert Roebling Resource sample works now, apart from
1998-08-15  Robert Roebling See last changelog
1998-08-15  Robert Roebling Makefile fixes
1998-08-15  Robin Dunn- Moved the header in the .i files out of the code...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Robin DunnBeginings of wxGTK compatibility
1998-08-14  Robert Roebling Added validation support
1998-08-14  Vadim ZeitlinwxLogWindoe changed again: now takes a parent frame...
1998-08-14  Vadim Zeitlina small GUI glitch corrected (if a frame with child...
1998-08-14  Vadim ZeitlinWM_MOVE processing added (wxMoveEvent generated)
1998-08-14  Unknown (AN)-somewhat more elegant method, supporting the src subdi...
1998-08-14  Karsten Ballüderadded option to hide page controls
1998-08-14  Julian SmartwxToolBarBase -> wxToolBar
1998-08-14  Karsten Ballüderprinting works, page number controls are hidden
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-14  Karsten Ballüderadded printing
1998-08-14  Robin Dunnmade pre-compiling the python files optional
1998-08-14  Robin Dunnremoved some definitions that got removed from defs.h
1998-08-13  Unknown (AN)-Debian glibc2 system is 'linux-gnu', not 'Linux';updat...
1998-08-13  Julian SmartAttempting to check in this wretched cursor again....
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
1998-08-13  Karsten Ballüderintegrated my latest changes and Vadim's fixes on top...
1998-08-13  Robert Roebling Added ToogleTool from Markus
1998-08-12  Vadim ZeitlinwxWindow::MSWOnHScroll changed to call the default...
1998-08-12  Vadim Zeitlinstack overflow when clicking on the arrow in a notebook...
1998-08-12  Vadim Zeitlinsuppressed VC++ 5.0 bool to int conversion warning...
1998-08-12  Vadim Zeitlinone more minor wxLogWindow fix (I try to get it really...
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 Forgot this one.
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  Vadim Zeitlinfile d&d (re)enabled under Windows
1998-08-12  Karsten BallüderLooks like I've fixed the editing
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-12  Karsten Ballüderreplaced by stubs files
1998-08-12  Karsten Ballüderfixed mysterious mistakes
1998-08-12  Karsten BallüderCursor and insert/delete work much better now, code...
1998-08-11  Vadim Zeitlinmore minor changes to wxLogWindow
1998-08-11  Vadim Zeitlin'\\' can be used to suppress special meaning in '%...
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added (access() isn't ANSI...
1998-08-11  Vadim Zeitlincontrols.cpp didn't compile - missing MyTextCtrl declar...
1998-08-11  Karsten Ballüderdeleted
1998-08-11  Karsten BallüderAdded empty Raise() and Lower() methods for compatibilty.
1998-08-10  Robin DunnTypo fixes
1998-08-10  Robin DunnSince wxREADONLY has disappeared, I had to change to...
1998-08-10  Denis PershinSmall modifications
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-10  Julian SmartMod to allow hit-test on static to succeed.
1998-08-10  Karsten Ballüderadded correct coordinate handling
1998-08-09  Denis PershinDP: Robert's mistake with incorrect var name corrected.
1998-08-09  Robin DunnI didn't mean for this to be in the repository...
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-09  Julian SmartStub header changes.
1998-08-09  Julian SmartAdded stubs .cpp files.
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-09  Robin DunnInitial version
1998-08-09  Robin DunnMade NOPCH overridable
1998-08-08  Vadim ZeitlinwxWarning replaced with wxLogWarning (to solve the...
next