]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-02-09  Robert Roebling custom icons for DnD
1999-02-09  Robert Roebling radiobox optical changes
1999-02-08  Vadim Zeitlinmicro compilation fix
1999-02-08  Julian SmartMake it binary
1999-02-08  Robert Roebling Keep up the good work, people...
1999-02-08  Karsten Ballüderupdated wxLayout
1999-02-08  Karsten Ballüderfixed linkage problem
1999-02-08  Vadim ZeitlinwxProcess-related code now works
1999-02-08  Karsten Ballüdercompilation fixes
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-07  Julian SmartRemoved small OGL glitches; added new sample
1999-02-07  Vadim Zeitlinmade wxProcess-related code compile again (it doesn...
1999-02-07  Vadim Zeitlinreplaced "#include <wx/process.h>" by "class wxProcess...
1999-02-07  Vadim ZeitlinwxProcess() fixes: will really call parent's event...
1999-02-07  Guilhem Lavaux* A few updates (stream doc)
1999-02-07  Julian SmartAdded wxGenericValidator & doc
1999-02-07  Vadim Zeitlinmenu help texts added (it now works in wxGTK too, great!)
1999-02-07  Vadim Zeitlin16x16 icons for the controls sample (32x32 were too...
1999-02-07  Robin DunnFollow up for changes in wxWindows to various event...
1999-02-07  Vadim Zeitlinicons for controls sample
1999-02-07  Vadim ZeitlinGetData() now takes a pointer and not a reference,...
1999-02-07  Vadim Zeitlinremoved "#ifdef wxGTK" around clipboard code and added...
1999-02-06  Robin DunnChanging makefile.nt to makefile.vc as in rest of wxWindows
1999-02-06  Vadim Zeitlinunneeded line removed
1999-02-06  Vadim Zeitlinmenu title is drawn in bold font and the commands from...
1999-02-06  Vadim Zeitlinmore files to ignore in cvs commands (setup.h, lex_yy...
1999-02-06  Vadim Zeitlinrestored "#include <windows.h>"
1999-02-06  Vadim Zeitlinfixes for compilation without wxUSE_TOOLTIPS
1999-02-06  Vadim Zeitlinresizeable dialogs support
1999-02-06  Vadim ZeitlinwxGTK compatible clipboard implementation (not OLE...
1999-02-06  Vadim ZeitlinwxTextFile::Eof() bug corrected (always returned FALSE...
1999-02-06  Vadim Zeitlindescription of Write() return value added
1999-02-06  Robin DunnFollow up for changes in wxWindows to various event...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
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  Robert Roebling libjpeg not used by default (it didn't even link)
1999-02-05  Vadim ZeitlinWXWIN_COMPATBILITY is now 0
1999-02-05  Vadim Zeitlincompilation fixes (errors and warnings) for wxWin 2...
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...
next