]> git.saurik.com Git - wxWidgets.git/history - samples/controls/controls.cpp
controls sample tests a bit more
[wxWidgets.git] / samples / controls / controls.cpp
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-23  Robert Roebling made controls sample compile in unicode mode
1999-04-16  Robert Roebling wxImage now uses GTK 1.2's fast rendering code if...
1999-04-14  Robert Roebling added wxCB_READONLY
1999-04-09  Robert Roebling Here it comes:
1999-04-03  Vadim Zeitlincode demonstrating wxMSW bug added
1999-03-05  Robert Roebling Two optical corrections
1999-03-01  Vadim ZeitlinwxSpinButton works ok with negative values
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-28  Vadim Zeitlinshows different SetCursor() calls
1999-02-24  Vadim Zeitlindemonstrates SetCursor() now too
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-09  Julian SmartRationalised Cygwin sample makefiles
1999-02-09  Robert Roebling radiobox optical changes
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-07  Vadim Zeitlin16x16 icons for the controls sample (32x32 were too...
1999-02-07  Vadim Zeitlinremoved "#ifdef wxGTK" around clipboard code and added...
1999-02-05  Vadim Zeitlincompilation fixes (errors and warnings) for wxWin 2...
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-02-04  Julian SmartSome warnings removed.
1999-02-03  Robert Roebling Trying to repair what CVS can do to source code
1999-02-02  Vadim Zeitlin1. Harm's patch for AppendText()
1999-02-01  Robert Roebling Removed some trash from that came through tha cables
1999-02-01  Robert Roebling wxToolTip
1999-02-01  Vadim Zeitlinmore wxToolTip changes
1999-01-28  Robert Roebling Removed wxNullRegion
1999-01-28  Vadim Zeitlin1. PositionToXY() off-by-2 (!) bug corrected
1999-01-27  Vadim ZeitlinGTK asserts disappeared - but surprizngly, SetInsertion...
1999-01-27  Robert Roebling wxToolTip part II
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-25  Robert Roebling Added wxToolTip
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-12  Vadim Zeitlinimages in the notebook work under MSW too (with or...
1998-12-19  Robert Roebling Added more keyboard handling to wxTreeCtrl
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-17  Vadim ZeitlinThe checkbox doesn't eat the first "toggled" event...
1998-12-16  Robert Roebling Added wxTolBar::etMargins
1998-12-15  Vadim Zeitlin1. is there any reason to comment out SetColor() in...
1998-12-15  Robert Roebling Added wxCheckLitBox (oh well)
1998-12-15  Robert Roebling A bit more DnD and clipbrd updates
1998-12-14  Robert Roebling Now even wxRadioButton works
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-12-12  Robert Roebling More colour finetuning
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-12-08  Robert Roebling DnD updates
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-23  Robert Roebling wxFrame::size There is always a hack to solve your...
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-14  Robert Roebling Doc corrections
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-28  Robert Roebling DnD
1998-10-27  Robert Roebling Fixes, typos etc...
1998-10-27  Robert Roebling Added background colour again
1998-10-26  Julian SmartMotif and other mods
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-10-20  Unknown (UG)fix for wxColour breakage
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-10-17  Unknown (UG)miscellaeneous fixes
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-12  Robert Roebling Changed instal path for setup.h
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-06  Robert Roebling Fillid in many more missing functions (such as Enable())
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-09-03  Vadim Zeitlinthe notebook now has the icons
1998-09-01  Robert Roebling Small fixes to wxChoice, wxComboBox and wxListBox
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-11  Vadim Zeitlincontrols.cpp didn't compile - missing MyTextCtrl declar...
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-04  Julian SmartSmall fixes
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-12  Robert Roeblingstream compile fixes
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Julian SmartChanged name of controls sample.