]> git.saurik.com Git - wxWidgets.git/history - src/generic
1. warnings suppressed in wave.cpp
[wxWidgets.git] / src / generic /
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Robert Roebling wxImageList::Add() returned wrong index.
1999-05-28  Robert Roebling Added fixes for Unicode compilation.
1999-05-28  Robert Roebling Small correction to list ctrl and default button...
1999-05-27  Robert Roebling Corrected SetItemState() in listctrl
1999-05-27  Robert Roebling compile fixes. Vadim ows me a pizza.
1999-05-27  Vadim Zeitlin1. warning in wxDataObject fixed
1999-05-27  Vadim Zeitlin1. wxDataObject compilation fixes (can't test if it...
1999-05-26  Robert Roebling Made wxClientDC's use safe as per wxMSW.
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-25  Vadim ZeitlinwxCaret now exists not only under MSW but on any suppor...
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-24  Robert Roebling Made listctrl header BG grey again
1999-05-24  Unknown (BV)Added always-unsplittable style option (wxSP_PERMIT_UNS...
1999-05-20  Unknown (BV)Fix bug in which splitter would not close if sash pulle...
1999-05-19  Vadim Zeitlin1. bug in wxSplitter corrected: mouse event coords...
1999-05-19  Robert Roebling Listctrl should now send char and key_down events.
1999-05-19  Robert Roebling Corrected tree ctrl behaviour.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-18  Karsten Ballüderminor progress bar fix
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
1999-05-14  Robert Roebling wxGTK compiles and links again.
1999-05-13  Karsten BallüderProgressDialog now handles multiple copies and shows...
1999-05-13  Karsten Ballüderfixed wrong range for print progress dialog
1999-05-12  Unknown (BV)Modified OnSashPositionChange to resize the window...
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-11  Robert Roebling Implememted IsBeingDeleted() -> buttons work again
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
1999-05-10  Robert Roebling A few more things are back to work.
1999-05-10  Karsten BallüderwxScrolledWindow::Scroll() no longer calls Refresh...
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-09  Karsten BallüderAdded a generic wxProgressDialog and made wxPostscriptP...
1999-05-06  Robert Roebling minor fixes
1999-05-05  Robert Roebling added wxStaticLine used in wxMessageBox
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-05-03  Robert Roebling TreeCtrl indentation and spacing
1999-05-03  Robert Roebling Implemented flat toolbars
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-28  Robert Roebling Added configure patch for DEC
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-04-25  Robert Roebling The colour is called Aquamarine, not Aquaramine. No,
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-22  Ove KaavenYet another one.
1999-04-20  Karsten BallüderI think I fixed the wxGenericPrintSetupDialog but PLEAS...
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-17  Ove KaavenUnicodified list of color strings.
1999-04-16  Ove Kaavenconst-ness warnings in non-Unicode again.
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-04-15  Robert Roebling small mods to tree ctrl
1999-04-14  Vadim ZeitlinHitTest() now works when the ctrl is scrolled too
1999-04-09  Karsten BallüderNo more overlap between lines (I hope).
1999-04-09  Karsten Ballüderbetter centering of text/images
1999-04-09  Karsten Ballüderfixed some glitches
1999-04-09  Karsten BallüderModified it to adjust to different icons sizes. Please...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-04-03  Julian SmartCorrected someone's double-initialisation bug
1999-04-03  Karsten BallüderAlso the radiobox was unitialised.
1999-04-03  Karsten BallüderAttempt at fixing the broken printer dialog. *Lots...
1999-03-31  Robert Roebling Added debug code to clipbard
1999-03-29  Vadim Zeitlinmore backwards compatibility
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-25  Vadim ZeitlinMotif cell highlighting problem fixed
1999-03-23  Vadim ZeitlinEnsureVisible() also expands the parent items
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-12  Karsten Ballüderfixed a listctrl index bug
1999-03-05  Vadim Zeitlincompilation fixes
1999-03-05  Robert Roebling Two optical corrections
1999-03-01  Julian SmartCured some Motif bugs
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-27  Vadim Zeitlincursor problem in sash windows corrected
1999-02-27  Vadim ZeitlinwxSetCursor() bug with splitters corrected
1999-02-25  Karsten BallüderGetNextItem() now checks for item < GetItemCount()...
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-23  Vadim Zeitlinsome very minor fixes (I don't even remember what exactly)
1999-02-23  Vadim Zeitlincrash in some very special case when arrows were used...
1999-02-19  Robert Roebling propagate key event from listctrl to its parent
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-17  Vadim ZeitlinwxListCtrl will receive EVT_CHAR() events now
1999-02-12  Julian SmartSmall Tex2RTF fixes; wxMotif compile fixes (motif.inc...
1999-02-12  Julian SmartSome doc corrections (added blank lines at end of docs...
1999-02-11  Vadim Zeitlin"continue;" restored to prevent the app from going...
1999-02-11  Robert Roebling distrin corrections files
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1999-02-10  Robert Roebling distribution things
1999-02-10  Robert Roebling isosurf corrections
1999-02-10  Vadim ZeitlinwxSplitterWindow::ReplaceWindow() function added and...
1999-02-09  Julian SmartFixed property list OnClose problem that caused Dialog...
1999-02-06  Julian SmartAltered font dialog slightly for Motif; added wxUSE_TOO...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Vadim ZeitlinwxWindow::OnClose() removed completely from wxGTK,...
1999-02-05  Vadim Zeitlinrefresh added when the item text or image is changed...
1999-02-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-02-04  Julian SmartCorrected XPM-related cast in resource.cpp; added gener...
1999-02-04  Robert Roebling postscript Blit()
next