]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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()
1999-03-22  Vadim ZeitlinwxSafeYield documented
1999-03-22  Vadim ZeitlinwxEvent::Skip() clarification added
1999-03-22  Vadim Zeitlinattempt to fix Delete/Pause deadlock
1999-03-22  Vadim Zeitlinunix directory added to 'clean' target
1999-03-22  Karsten BallüderAdded wxSafeYield(wxWindow *win=NULL).
1999-03-22  J. Russell... Minor correction to allow "disabled" buttons to work...
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-21  J. Russell... Modified wxMSW listbox.cpp to work with wxCommandEvent...
1999-03-19  Karsten BallüderFixed wxExecute() to handle filenames with spaces and...
1999-03-17  J. Russell... Added Makefile/Makefile.in to generate tex2rtf under...
1999-03-17  Vadim Zeitlinmime.types entries with all fields on same line parsed...
1999-03-17  J. Russell... 1 - fixed listbox.cpp to work with events with m_comman...
1999-03-17  J. Russell... 1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to...
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-16  Vadim ZeitlinwxTextFile::Close() implemented
1999-03-16  Karsten Ballüdertesting cvs
1999-03-16  Vadim Zeitlincompilation without threads fixed
1999-03-15  Vadim ZeitlinwxMotif compilation fix: tooltips always disabled,...
1999-03-15  J. Russell... removed Antiflicker plugin and simple customize plugin...
next