]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-02-05  Vadim Zeitlinmore wxCloseEvent changes: now the behaviour should...
1999-02-05  Julian SmartChanged GetForce -> !CanVeto
1999-02-05  Robert Roebling synched Clear() and SetBackgroundColour()
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  Vadim Zeitlinremoved the file setup.h - copy setup0.h into setup...
1999-02-04  Julian Smart*** empty log message ***
1999-02-04  Julian SmartFurther changes to make mfctest work.
1999-02-04  Julian SmartAdded /D_AFXDLL to mfc sample makefile.
1999-02-04  Julian SmartFixed compilation for when not including <windows.h>
1999-02-04  Julian SmartCorrected XPM-related cast in resource.cpp; added gener...
1999-02-04  Vadim ZeitlinwxSplitPath() handles correctly filenames with '.'...
1999-02-04  Robin DunnAdded wxColour::wxColour(unsigned long)
1999-02-04  Vadim Zeitlinsome compilation "enhancements"
1999-02-04  Unknown (UG)commented out wxCrtSetDbgFlag for WXUSINGDLL=1 (ie...
1999-02-04  Unknown (UG)#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG
1999-02-04  Robert Roebling postscript Blit()
1999-02-04  Vadim Zeitlinconversions from int/long to wxString won't compile...
1999-02-04  Vadim ZeitlinwxGTK compilation fixes
1999-02-04  Vadim Zeitlincompilation fix due to wxString(int) addition
1999-02-04  Julian SmartSome warnings removed.
1999-02-04  Václav Slavík*** empty log message ***
1999-02-04  Václav SlavíkwxJPEGHandler non-default
1999-02-04  Robert Roebling Faster imagescale code
1999-02-03  Vadim Zeitlinanother compilation fix
1999-02-03  Vadim Zeitlin_MSC_VER change fixes - now compiles again
1999-02-03  Vadim ZeitlinBefore/After => BeforeFirst/AfterFirst (corrects some...
1999-02-03  Vadim Zeitlinreset m_sashPosition to 0 after calling OnUnsplit(...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-03  Vadim Zeitlincompilation problem fixed
1999-02-03  Robert Roebling Trying to repair what CVS can do to source code
1999-02-03  Václav Slavíkadded JPEG support
1999-02-03  Julian SmartCured some Latex problems; fixed i declaration; fixed...
1999-02-03  Harco de Hilsterremoved gtk_text references
1999-02-03  Harco de HilsterA minimal document skeleton. See comments inside for...
1999-02-03  Harco de HilsterFixed incredibly stupid mistake made earlier by me...
1999-02-02  Vadim Zeitlinclicking on the messages about assert failures in VC...
1999-02-02  Vadim Zeitlin1. Harm's patch for AppendText()
1999-02-02  Harco de Hilsterincluded description of wxTextCtrl::AppendText
1999-02-02  Harco de Hilsteradded wxTextCtrl::AppendText, used by TextCtrl operator <<
1999-02-02  Harco de Hilsteradded AppendText method, now used by operator <<
1999-02-02  Julian SmartRemoved unnecessary (and buggy) additions. Sorry Guilhem!
1999-02-02  Vadim Zeitlinallow 8bit chars in the group names in wxFileConfig
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-02-02  Vadim Zeitlincompilation warning removed
1999-02-01  Guilhem Lavaux* Someone destroy a part of my previous work. Redocumen...
1999-02-01  Unknown (UG)updated so that the dll will compile successfully
1999-02-01  Stefan Csomorlatest CW additions
1999-02-01  Robert Roebling Removed some trash from that came through tha cables
1999-02-01  Stefan Csomorlatest CW additions
1999-02-01  Stefan Csomorlatest CW additions
1999-02-01  Stefan Csomorlatest CW additions
1999-02-01  Stefan Csomorlatest CW additions
1999-02-01  Vadim Zeitlinfile I forgot to commit with other "filedlg.h"s
1999-02-01  Vadim ZeitlinwxToolTip modifications: wxUSE_TOOLTIPS setting (defaul...
1999-02-01  Robert Roebling wxToolTip
1999-02-01  Robin DunnAdded the missing EVT_LIST_ITEM_SELECTED and friends.
1999-02-01  Robin DunnAdded the missing EVT_LIST_ITEM_SELECTED and friends.
1999-02-01  Vadim Zeitlinthis should be the file with the standard setting for...
1999-02-01  Vadim Zeitlinmore wxToolTip changes
1999-02-01  Vadim Zeitlinsome kbd handling fixes (some problems still persist)
1999-01-31  Vadim Zeitlinunused message removed from event table
1999-01-31  Vadim Zeitlin"selection changed" events are not generated any more...
1999-01-31  Vadim ZeitlinwxControl::MSWNotify() handler calls wxWindow version...
1999-01-31  Vadim Zeitlinbug with Shift-TAB handling corrected
1999-01-31  Vadim Zeitlinvery minor changes
1999-01-31  Vadim ZeitlinwxToolTip for MSW implementation (it has several proble...
1999-01-31  Vadim Zeitlinmemory debugging using VC++ debug CRT works for DLL...
1999-01-31  Vadim ZeitlinwxStaticBitmap, wxStaticBox and wxPanel don't accept...
1999-01-31  Vadim Zeitlinby default the ctrl accepts keyboard input now (why...
1999-01-31  Harco de Hilsterinternal browser creates temp file in current dir,...
1999-01-31  Harco de HilsterThe obligatory Slashdot headlines retriever. Every...
1999-01-31  Karsten BallüderAdded (untested) support for sub-locales.
1999-01-31  Julian SmartAdded a few files; fixed some warnings and wxMotif...
1999-01-31  Guilhem Lavaux* Some more on streams.
1999-01-31  Julian SmartVarious small fixes
1999-01-31  Julian SmartSome corrections for BC++ compilation; Latex doc correc...
1999-01-31  Harco de HilsterLoads of updates/fixes. Everything is now zero-based...
1999-01-31  Harco de HilsterSome updates to clarify definitions and behaviour of...
1999-01-30  Robert Roebling My last patch for status bar size events wasn't perfect
1999-01-30  Julian SmartMade wxLayoutAlgorithm more general (copes with nested...
1999-01-30  Robert Roebling Added size event for status bar
1999-01-30  Robert Roebling docs for wxTextDataObjet and wxBitmapDataObject
1999-01-30  Robin DunnAdded wxSashWindow, wxSashEvent, wxLayoutAlgorithm...
1999-01-30  Robin DunnAdded wxSashWindow, wxSashEvent, wxLayoutAlgorithm...
1999-01-30  Robin DunnAdded wxSashWindow, wxSashEvent, wxLayoutAlgorithm...
1999-01-30  Robert Roebling wxDataObject documented
1999-01-29  Harco de HilsterAdded \pythonnote macros. Default empty.
1999-01-29  Harco de HilsterAdded a \pythonnote command to tex2rtf.ini. By default...
1999-01-29  Harco de HilsterAdded aliases for wxDefaultPosition and wxDefaultSize...
1999-01-29  Harco de HilsterSome tweaks to includes for compilers without precompil...
1999-01-29  Robert Roebling Bild fixes
1999-01-29  Julian SmartDoc mods, sash window bug
1999-01-29  Harco de HilsterIn test4's toolbar sample, changed NULL to wxNullBitmap...
1999-01-29  Vadim ZeitlinwxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX...
1999-01-29  Vadim ZeitlinwxConfig() ambiguity resolved
1999-01-29  Robert Roebling Added distribution script
1999-01-29  Vadim Zeitlincompile fix (still not tested) for GetLastChild()
next