]> git.saurik.com Git - wxWidgets.git/history - samples
String changes for translations,
[wxWidgets.git] / samples /
1999-12-03  Vadim ZeitlinwxDateTime...
1999-12-02  Vadim Zeitlinmore threds fixes, more threads tests - seems to work...
1999-12-02  Vadim Zeitlineven more wxDateTime work (completely broken for now...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-12-01  Vadim Zeitlinsorting test added
1999-12-01  Karsten Ballüderrtf cut&paste works now, html export fixed
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
1999-11-30  Robert Roebling Made db.h compile (removed this wxODBC_ONLY_FARWRD_XX...
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-29  Robert Roebling More TIFF things,
1999-11-28  Vadim Zeitlin1. msec resolution for timer functions under Win32
1999-11-28  Václav Slavíkchanged icon name
1999-11-28  Robert Roebling TIFF change 6.
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-27  Robert Roeblingsds
1999-11-26  Robert Roebling Minor changes.
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-25  Jouk Jansen Committing in .
1999-11-24  Julian SmartRemoved strange wxFAIL; added dialup.cpp to filelist.txt
1999-11-24  Jouk Jansen Committing in .
1999-11-24  Jouk JansenVMS option files clash with VC++. temporarily removed.
1999-11-23  Julian SmartWM_MOUSEMOVE correction
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-22  Jouk Jansen Committing in .
1999-11-22  Jouk Jansen Committing in .
1999-11-22  Jouk Jansen Committing in .
1999-11-22  Guillermo Rodrigue... explicitly set addr.LocalHost before creting the wxSock...
1999-11-21  Robert Roebling Forgot one.
1999-11-21  Robert Roebling makefile updates,
1999-11-21  Robert Roebling Added speed-up for font-loading (a bit simplistic),
1999-11-19  Jouk Jansen Committing in .
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-18  Vadim ZeitlinwxGTK pastes text from rxvt again
1999-11-17  Julian SmartMade some treectrl sample icons transparent; added...
1999-11-16  Vadim Zeitlinassert in OnSelected() fixed
1999-11-15  Karsten Ballüderprivate dataformat almost working - minor fixes
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-15  Vadim ZeitlinwxSnprintf() and wxVsnprintf() added, documented and...
1999-11-14  Robert Roebling Added two stand alone makefiles for samples.
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-13  Ron Leeadded simple test for wxStaticBoxSizers
1999-11-12  Jouk Jansen Committing in .
1999-11-12  Jouk Jansen Committing in .
1999-11-12  Jouk Jansen Committing in .
1999-11-12  Jouk Jansen Committing in .
1999-11-12  Jouk Jansen Committing in .
1999-11-12  Vadim Zeitlincompilation fix
1999-11-12  Vadim Zeitlincontrols can now be put in the toolbars (MSW only so...
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-11  Robert Roebling Fixed optical bug in wxListCtrl,
1999-11-11  Vadim Zeitlin1. wxStaticBox doesn't draw over the underlying control...
1999-11-09  Robin DunnwxSizer patches by Alexander Smishlajev <als@turnhere...
1999-11-09  Robert Roebling Removed Vadim's surplus code in clipboard.
1999-11-08  Karsten BallüderMinor fixes to plug memory hole, will add WXLO import...
1999-11-08  Vadim ZeitlinwxDataObjectComposite/Custom seem to work
1999-11-08  Vadim Zeitlinminor aesthetic fixes
1999-11-08  Vadim Zeitlinremoving Makefile.ams (and minor additions/fixes to...
1999-11-08  George TaskerwxEndBusyCursor() was being called, even when it was...
1999-11-08  Julian SmartMade various Motif fixes, wxListBox/wxChoice derive...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-07  George TaskerGUI display problems fixed
1999-11-07  George TaskerColumn name IS_DEVELOPER in index was shortened to...
1999-11-07  George TaskerCleaned up a compile warning on the MAX_PATH definition.
1999-11-07  Julian SmartTidied up wxHTML About HTML file (missing /td, /tr...
1999-11-06  Vadim Zeitlin1. more corrections to file dnd (works with testdnd...
1999-11-06  Karsten Ballüdersome fixes and speedups
1999-11-06  Vadim ZeitlinwxFileDataObject supports GNOME file dnd now
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-06  Karsten Ballüdermouse selection handling fixed
1999-11-06  Vadim Zeitlintest for wxFrame::GetPosition/GetSize added
1999-11-06  Václav Slavíkfixed stupid typo I did a minute ago
1999-11-06  Václav Slavíkmodified samples/html/test so that it loads inet fs...
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-11-06  Julian SmartFixed image sample, dsp files etc.
1999-11-06  Robin DunnStuff needed for the font sample to build with VC++
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-05  Karsten Ballüderfixed menu accelerators
1999-11-05  Karsten Ballüderadded missing event.Skip(), now menus work properly
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-11-04  Vadim Zeitlin1. wxFontMapper starts to materialise
1999-11-04  Julian SmartSome doc changes
1999-11-04  Robert Roebling Window placement changes. Pure guessing.
1999-11-04  Vadim Zeitlinmore samples are being built and samples/Makefiles...
1999-11-04  Vadim Zeitlincompilation fixes
1999-11-04  Vadim Zeitlincompilation fix
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-03  Robert Roebling Some menu things.
1999-11-03  Robert Roebling A bit more testing.
1999-11-03  Robert Roebling wxDialog now stays on top of its parent.
1999-11-03  Karsten Ballüdermore asserts
1999-11-03  Vadim Zeitlinreadded clipboard support to richedit sample and fixed...
1999-11-03  Vadim Zeitlinsmall corrections for dnd code and added wxFileDataObje...
1999-11-02  Václav Slavíkfixed compilation under GCC 2.95 - 'export' was used...
1999-11-02  Vadim Zeitlinmore tests
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
next