wxWidgets.git
1998-09-09  Karsten Ballüderremoved wxsetup.h from libdir
1998-09-09  Karsten Ballüderremoved __WXMSW__ define
1998-09-09  Unknown (HB)DEC Alpha does not need -ldl, therefore check for it.
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-08  Julian SmartAdded Latex style file
1998-09-08  Karsten Ballüdernow installs properly
1998-09-08  Robert Roebling It's now possible to drag a listbox filled with entries
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-09-08  Julian SmartUpdated OGL documentation and tidied up some code
1998-09-08  Robert Roebling Rewrote wxRadioBox (recompile)
1998-09-07  Robert Roebling I debug DialogEd for five hours and then Karsten
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  Vadim Zeitlincvs incorrectly merged my last change somehow (there...
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  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 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  Julian SmartRemoved bitmap.cpp, bitmap.h from OGL
1998-09-06  Julian SmartVarious changes
1998-09-06  Julian SmartAdded some more class docs
1998-09-06  Julian SmartRenamed bitmap.cpp to bmpshape.cpp to aid debugging
1998-09-06  Julian SmartOGL improvements
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-09-05  Julian SmartRemoved some bugs
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  Vadim Zeitlinfriends declarations removed, GetBitmap/Pixmap function...
1998-09-04  Robert Roebling Removed remaining file.
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 SmartAdded friend wxNotebook
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  Vadim Zeitlinthe notebook now has the icons
1998-09-03  Robert Roebling Some more Makefile stuff (someone else did that parti...
1998-09-03  Unknown (AN)fixed the install/unix references -Markus
1998-09-03  Unknown (AN)fixed the install/unix references -Markus
1998-09-03  Vadim ZeitlinwxFileConfig ctor now (again) uses the files in the...
1998-09-03  Robert Roebling make install
1998-09-03  Vadim Zeitlinreplaced wxEmptyString with "" because it's defined...
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  Robin DunnSome chicken-and-egg problems solved for wxPython on...
1998-08-27  Julian SmartUpdated wxConfig documentation
1998-08-27  Julian SmartAdded some files I forgot about
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
1998-08-27  Robin Dunn- more tweaks
1998-08-25  Unknown (RO)Missing typecast from return.
1998-08-24  Julian SmartHKEY -> WXHKEY, wxScrolledWindow::SetScale added
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  Karsten Ballüderadded (de)select all
1998-08-23  Guilhem Lavaux* Fixed two memory leaks.
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)Missing \ before _
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  Robin Dunnsome tweaks for wxGTK
next