]> git.saurik.com Git - wxWidgets.git/history - src
removed wxDialog::SetSize() which just called wxWindow::SetSize()
[wxWidgets.git] / src /
1998-09-07  Robert Roebling Changed DnD MIME file type for file DnD. Understood?
1998-09-07  Robert Roebling After resolving all conflicts that came down the
1998-09-07  Julian SmartFixed wxCheckBox on wxGTK (SetLabel called before widge...
1998-09-07  Robert Roebling Suppress warnings
1998-09-07  Robert Roebling Added USE_CONFIG
1998-09-07  Vadim Zeitlinok, now it _does_ compile
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 Zeitlinsome clean up of the code
1998-09-07  Vadim Zeitlintab traversal now works better (using uninitialized...
1998-09-07  Vadim Zeitlinadded wxLogSysError() in wxExecute() if the command...
1998-09-07  Vadim ZeitlinwxGetHomeDir() added
1998-09-07  Vadim ZeitlinwxRegConfig now works again
1998-09-07  Vadim Zeitlinthe notebook now has wxTAB_TRAVERSAL style
1998-09-07  Vadim Zeitlinadded support for right aligned labels (wxALIGN_RIGT...
1998-09-07  Vadim Zeitlin"const" added to wxAceelTable ctor
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 wxMenu doesn't anylonger call the callback if the
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 SmartCommented out Robert's SetFont change for now; changed...
1998-09-06  Vadim ZeitlinGetItem() now works (it was completely broken)
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  Julian SmartFixed Get...String functions.
1998-09-05  Robert Roebling Shared libs now get installed correctly on Linux.
1998-09-05  Robert Roebling Makefile next attempt
1998-09-05  Robert Roebling Fixed a small wxDialog thing
1998-09-04  Guilhem Lavaux* wxFileInputStream and wxFileOutputStream doesn't...
1998-09-04  Robert Roebling Corrected wxWindow::GetExtent
1998-09-04  Vadim Zeitlinimage in the notebook is now at the left of the label...
1998-09-04  Julian SmartFixed compile error in gtk/dc.cpp (L.88); also menu...
1998-09-03  Robert Roebling It's possible now to save to a PNG. OK, I still
1998-09-03  Vadim ZeitlinwxNotebook now supports the item images (except for...
1998-09-03  Robert Roebling Some more Makefile stuff (someone else did that parti...
1998-09-03  Vadim ZeitlinwxFileConfig ctor now (again) uses the files in the...
1998-09-03  Robert Roebling make install
1998-09-03  Karsten BallüderRemoved files as requested by Robert.
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  Robin DunnAdded some typecasts that the compiler complained about...
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
1998-08-25  Unknown (RO)Missing typecast from return.
1998-08-24  Julian SmartHKEY -> WXHKEY; wxScrolledWindow::SetScale added
1998-08-24  Guilhem Lavaux* wxStream fixes.
1998-08-23  Vadim Zeitlinminor fixes
1998-08-23  Guilhem Lavaux* Fixed two memory leaks.
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  Vadim Zeitlincalling insert("") would provoke an assert - now it...
1998-08-22  Vadim Zeitlinbug with checking the first character of possible empty...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-21  Vadim Zeitlinspurious error messages from wxRegKey::HasValue() suppr...
1998-08-21  Vadim Zeitlinradiobox had some strange ideas about vertical and...
1998-08-21  Julian SmartAccelerators now work for wxDialog; wxToolBarSimple...
1998-08-20  Vadim ZeitlinwxStaticBitmaps were created invisible - corrected
1998-08-19  Guilhem Lavaux* Some new feature in wxObject*Stream (objects aren...
1998-08-19  Julian SmartGDI double-deletion fix, wxBitmap depth bug
1998-08-19  Guilhem Lavaux* Bug fix
1998-08-18  Robin DunnAdded wxTheApp = this; to wxApp::wxApp for wxPython
1998-08-18  Denis PershinSeems it works reasonably stable...
1998-08-18  Robert Roebling Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave
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-18  Karsten Ballüderreordered headers to compile
1998-08-18  Karsten Ballüder#ifdef'd out some parts for non-supported systems.
1998-08-18  Robert Roebling Added the static text patch for multiline text
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  Robert Roebling Added IRIX compile fixes
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
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
next