]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-04-06  Vadim ZeitlinwxRegConfig::GetEntryType() added and some bugs fixed
1999-04-06  Robert Roebling Chnaged text id for clipboard to "text/plain"
1999-04-06  Julian SmartFixed some bugs in new code (CanPaste, GetSelection)
1999-04-06  Vadim Zeitlintrying to work around gcc internal compiler error
1999-04-06  Robert Roebling Changed clipboard text format id from "STRING" to...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-04-06  Vadim ZeitlinwxTempFile now respects the access rights under Unix
1999-04-06  Vadim Zeitlinfixed compilation for gcc
1999-04-06  Julian SmartJPEG and PNG code taken out of image.cpp
1999-04-06  Julian SmartFixed OnMenuHighlight, wxPrintData problems
1999-04-06  Vadim ZeitlinwxConfig::GetEntryType() added
1999-04-06  Vadim Zeitlinbug in FindItemForId() fixed (?)
1999-04-06  Julian SmartShowPosition fix to allow negative numbers
1999-04-05  J. Russell... Removed Persistance Framework code/files from FrameLayout
1999-04-05  Julian SmartMSWOnCommand bug fixed
1999-04-05  J. Russell... removed settingsdlg from makefile.g95 - not part of...
1999-04-04  Václav Slavíkfixed input stream
1999-04-04  Julian SmartWin16 corrections
1999-04-04  Harco de Hilsterremoved a few objects whose sources have been moved
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-04-03  Vadim Zeitlincode demonstrating wxMSW bug added
1999-04-03  Julian SmartCorrected someone's double-initialisation bug
1999-04-03  Julian SmartCorrect wrong memset ordering that produced an assert...
1999-04-03  Brian MacyFirst attempt at clean-up
1999-04-03  Karsten BallüderAlso the radiobox was unitialised.
1999-04-03  Karsten BallüderCompiles and runs again with new printing code (which...
1999-04-03  Karsten BallüderAttempt at fixing the broken printer dialog. *Lots...
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-04-02  Vadim Zeitlinmore backwards compatibility for printing
1999-04-02  Vadim Zeitlina simpler fix of textctrl key doubling bug
1999-04-02  Vadim ZeitlinwxMkdir() has 2nd param under Unix
1999-04-02  Julian SmartFixed doubled-up key effects in wxTextCtrl by resetting...
1999-04-02  Julian SmartSwitched wxMkdir code back to old working version.
1999-04-02  Vadim Zeitlinsetup.h for makefile builds
1999-04-02  J. Russell... removed declaration of wxObject::Dump(stream &str)...
1999-04-02  J. Russell... changed (no longer valid) wxToUpper and wxToLower to...
1999-04-01  Julian SmartFixed wxPalette memory leak when loading BMP files
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-04-01  Vadim ZeitlinwxMkDir() has 'perm' argument
1999-04-01  Vadim ZeitlinwxFindNextFile typo corrected
1999-03-31  Brian MacyVery bad wxPrintData destructor... fixed typo.
1999-03-31  Robert Roebling added wxFrame::Command()
1999-03-31  Robin DunnFixed the "Can't open file" message in ReadDIB so that...
1999-03-31  Vadim ZeitlinwxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
1999-03-31  Vadim Zeitlincount++ bug corrected (patch from Dino Scaringella)
1999-03-31  Robert Roebling Added debug code to clipbard
1999-03-30  Harco de Hilstercalls to wxDynamicToolBar::AddTool(int,wxBitmap&) confu...
1999-03-30  J. Russell... Fixed wxApp::SendIdleEvents for Vadim's new wxWindowLis...
1999-03-30  Vadim ZeitlinMotif compilation fixes (now ok)
1999-03-30  Vadim Zeitlincall to pthread_attr_setscope() added (disabled for...
1999-03-30  Vadim Zeitlin1. notes for AIX compilation added
1999-03-30  Vadim Zeitlindocs synchronized with code
1999-03-30  Vadim Zeitlinthis file is now called setup0.h
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-29  J. Russell... changed removed wxToUpper to standard toupper
1999-03-29  Vadim Zeitlinlast fixes to fixes (MSW compilation works now)
1999-03-29  Brian MacyIgnore failure when deleting something that might not...
1999-03-29  Brian MacyDon't fail when deleting files that might not exist
1999-03-29  Brian MacyAdded time.h so it would compile
1999-03-29  Vadim Zeitlinheader changes for the fixes commited previously
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-29  Vadim Zeitlinmore backwards compatibility
1999-03-29  Vadim ZeitlinEVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
1999-03-29  Karsten BallüderMerged in latest wxLayout code from Mahogany Mail.
1999-03-29  Julian SmartUndefed Yield symbol if defined, else syntax error
1999-03-29  Julian SmartFixed missing brace in app.cpp
1999-03-28  Harco de Hilsteradded some more URLs
1999-03-28  Harco de Hilsterworks for windows too now.
1999-03-28  Harco de Hilsterupdated. Lots of new useless features. Internet-enabled...
1999-03-27  Harco de Hilstersomewhat better organization; still a mess though....
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-27  Harco de Hilsterset background to white. EVT_CHAR still doesn't work...
1999-03-26  Harco de Hilstervery silly sample
1999-03-26  Julian SmartAdded paper classes.
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-25  Vadim Zeitlinwait4() replaced by waitpid() which is POSIX
1999-03-25  Vadim ZeitlinwxUSE_SIZE_T_STRING_OPERATOR fix
1999-03-25  Vadim ZeitlinHAVE_BOOL fix
1999-03-25  Vadim ZeitlinAIX patches from Hans-Joachim Baader <hans-joachim...
1999-03-25  Vadim ZeitlinMotif cell highlighting problem fixed
1999-03-25  Vadim ZeitlinwxNO_BORDER honoured by wxTextCtrl
1999-03-24  Vadim Zeitlinchar handling fixed again
1999-03-24  Vadim Zeitlinfix for scrolling in checklistboxes (Win32 only)
1999-03-24  Vadim Zeitlinhack to allow icons in wxStaticBitmap as well as bitmaps
1999-03-24  Vadim Zeitlinchar handling fixed once again
1999-03-24  Vadim ZeitlinCollapseAndReset() fixed
1999-03-24  Vadim Zeitlincompilation fixes
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-03-23  Harco de HilsterSome minor fixes to satisfy Latex. Tex2rtf works ok.
1999-03-23  Vadim Zeitlincompilation fix
1999-03-23  Julian SmartCorrected valtext.cpp for disabled controls; added...
1999-03-23  Vadim Zeitlin1. ReadMailcap/MimeTypes returna bool error code
1999-03-23  Vadim ZeitlinwxFileDialog::GetFilename and GetDir work now
1999-03-23  Vadim ZeitlinEndModal() isn't called twice any more
1999-03-23  Vadim ZeitlinEnsureVisible() also expands the parent items
1999-03-23  Vadim Zeitlinmore fixes for paused thread termination
1999-03-23  Julian SmartWS_CLIPCHILDREN is not always enabled in wxNotebook...
1999-03-22  Vadim Zeitlinissue with right aligned checkboxes added
1999-03-22  Vadim Zeitlinhack to implement right aligned checkboxes
1999-03-22  Karsten Ballüderfixed the description of wxSafeYield()
next