]> git.saurik.com Git - wxWidgets.git/history - src
Turned wxIcon inline constructors to real constructors
[wxWidgets.git] / src /
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-17  Julian SmartChanged floats to doubles
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  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  Karsten Ballüderfixed GetSelection() inversion 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  Denis PershinDP: Just came back from 3 days fishing and found that...
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  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  Vadim Zeitlina small GUI glitch corrected (if a frame with child...
1998-08-14  Vadim ZeitlinWM_MOVE processing added (wxMoveEvent generated)
1998-08-14  Karsten Ballüderadded option to hide page controls
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-13  Unknown (AN)-Debian glibc2 system is 'linux-gnu', not 'Linux';updat...
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
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  Robert Roebling Added PushEventHandler, Pop...
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-12  Karsten Ballüderreplaced by stubs files
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-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-09  Denis PershinDP: Robert's mistake with incorrect var name corrected.
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-09  Julian SmartAdded stubs .cpp files.
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-09  Robin DunnMade NOPCH overridable
1998-08-08  Vadim ZeitlinwxWarning replaced with wxLogWarning (to solve the...
1998-08-08  Vadim ZeitlinSetBackgroundColour() call is now done after the window...
1998-08-08  Vadim ZeitlinwxDeleteStockLists() used (instead of duplicating part...
1998-08-08  Vadim Zeitlinextra memory amount allocated for string data reduced...
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  Denis PershinDP: framecmn.o & wincmn.o were duplicated...
1998-08-08  Denis PershinSmall modification
1998-08-08  Denis PershinThird try to commit....
1998-08-08  Denis PershinDP:
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim Zeitlinstray #include "wincmn.cpp" removed
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  Vadim ZeitlinVZ: I removed (CASTWNDPROC) from ::CallWndProc - it...
1998-08-07  Vadim ZeitlinWM_GETDLGCODE handling correctly implemented
1998-08-07  Vadim Zeitlina couple of missing calls to UngetWriteBuf() added
1998-08-07  Vadim Zeitlinnow process UDN_DELTAPOS notification: up-down control...
1998-08-07  Vadim Zeitlinadded call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) ...
1998-08-07  Vadim Zeitlincouple of minor bug fixes/enhancements (interface uncha...
1998-08-07  Robert Roebling More configure fixes
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-08-07  Robin DunnAdded missing call to wxInitializeStockLists() in Commo...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Julian SmartFixed someone's compile error in regconf.cpp (needed...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-08-06  Robert Roebling Fixed compilation (add serbase.cpp)
1998-08-06  Robert Roebling New Unix configure system
1998-08-05  Vadim Zeitlincompilation problem under Windows fixed (Karsten, you...
1998-08-05  Guilhem Lavaux* Added source file info in utils/serialize/*
1998-08-05  Julian SmartFixed popup menu processing
1998-08-05  Robert Roebling Removed /install/gtk/configure from cvs
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-05  Julian SmartVarious bug fixes to OGL; wxStripExtension prototype...
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-08-04  Vadim Zeitlinadded wxLogWindow::GetFrame()
1998-08-04  Karsten Ballüderre-fixed wxFileConfig(wxString, wxString) constructor
1998-08-04  Julian SmartSmall fixes
1998-08-03  Vadim Zeitlin1) wxFileConfig now longer tries to delete system-wide...
1998-08-03  Vadim Zeitlincheck that wxTheApp != NULL in wxLog::GetActiveTarget
1998-08-03  Vadim Zeitlinadded framecmn.cpp and wincmn.cpp (hmm... how could...
1998-08-03  Vadim ZeitlinSelectItem() always sends the notification messages
1998-08-03  Vadim Zeitlinadded wxLocale::Init() and ctor without arguments for...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-03  Karsten Ballüderfixed GetGlobalFilename()
1998-08-03  Karsten Ballüder*** empty log message ***
1998-08-03  Karsten Ballüderfixed wxFileConfig constructor bug
1998-08-02  Vadim ZeitlinwxIniConfig added (pre-alpha quality, many functions...
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
next