1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
tree | commitdiff |
1999-04-07 |
Václav Slavík | fixed bug with incorrect fileformat |
tree | commitdiff |
1999-04-07 |
Julian Smart | Added imaggif.h, imaggif.cpp (wxImage GIF-reading suppo... |
tree | commitdiff |
1999-04-07 |
Vadim Zeitlin | no more SetAppName/SetVendor in the config classes |
tree | commitdiff |
1999-04-07 |
Karsten Ballüder | I seem to have fixed the DeleteSubGroups() bug - PLEASE... |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | trying to work around gcc internal compiler error |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | wxTempFile now respects the access rights under Unix |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | fixed compilation for gcc |
tree | commitdiff |
1999-04-06 |
Julian Smart | JPEG and PNG code taken out of image.cpp |
tree | commitdiff |
1999-04-06 |
Julian Smart | Fixed OnMenuHighlight, wxPrintData problems |
tree | commitdiff |
1999-04-04 |
Václav Slavík | fixed input stream |
tree | commitdiff |
1999-04-04 |
Julian Smart | Win16 corrections |
tree | commitdiff |
1999-04-03 |
Julian Smart | Correct wrong memset ordering that produced an assert... |
tree | commitdiff |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on... |
tree | commitdiff |
1999-04-02 |
Vadim Zeitlin | wxMkdir() has 2nd param under Unix |
tree | commitdiff |
1999-04-02 |
Julian Smart | Switched wxMkdir code back to old working version. |
tree | commitdiff |
1999-04-01 |
Vadim Zeitlin | wxMkDir() has 'perm' argument |
tree | commitdiff |
1999-03-31 |
Brian Macy | Very bad wxPrintData destructor... fixed typo. |
tree | commitdiff |
1999-03-31 |
Vadim Zeitlin | count++ bug corrected (patch from Dino Scaringella) |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | last fixes to fixes (MSW compilation works now) |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | many miscellaneous fixes |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | more backwards compatibility |
tree | commitdiff |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on... |
tree | commitdiff |
1999-03-26 |
Julian Smart | Added paper classes. |
tree | commitdiff |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
tree | commitdiff |
1999-03-25 |
Vadim Zeitlin | AIX patches from Hans-Joachim Baader <hans-joachim... |
tree | commitdiff |
1999-03-23 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-03-23 |
Julian Smart | Corrected valtext.cpp for disabled controls; added... |
tree | commitdiff |
1999-03-23 |
Vadim Zeitlin | 1. ReadMailcap/MimeTypes returna bool error code |
tree | commitdiff |
1999-03-22 |
Karsten Ballüder | Added wxSafeYield(wxWindow *win=NULL). |
tree | commitdiff |
1999-03-21 |
Julian Smart | Added wxTreeCtrl::SetItemDropHighlight (wxMSW only); |
tree | commitdiff |
1999-03-17 |
Vadim Zeitlin | mime.types entries with all fields on same line parsed... |
tree | commitdiff |
1999-03-16 |
Vadim Zeitlin | wxTextFile::Close() implemented |
tree | commitdiff |
1999-03-15 |
J. Russell Smyth | Completed Vadims HAVE_BOOL changes |
tree | commitdiff |
1999-03-14 |
Vadim Zeitlin | typos in error messages corrected |
tree | commitdiff |
1999-03-14 |
Václav Slavík | fixed bug in GetMimeType under win |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | compilation fix (another typo...) |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | more things are done by configure: checks for bool... |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | some fixes for AIX compilation |
tree | commitdiff |
1999-03-11 |
Karsten Ballüder | Another solaris 2.5 fix. |
tree | commitdiff |
1999-03-10 |
Vadim Zeitlin | wxLogStderr sends output to debugger too under Windows |
tree | commitdiff |
1999-03-09 |
Stefan Csomor | corrected a type in the constructor from two points |
tree | commitdiff |
1999-03-09 |
Vadim Zeitlin | arbitrary characters allowed in wxFileConfig entry... |
tree | commitdiff |
1999-03-06 |
Vadim Zeitlin | 1. the common helper functions are now in src/unix... |
tree | commitdiff |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
tree | commitdiff |
1999-03-02 |
Robert Roebling | Removed warnings from tbarsimpl |
tree | commitdiff |
1999-03-01 |
Vadim Zeitlin | wxCriticalSection changes undone - should work now |
tree | commitdiff |
1999-03-01 |
Vadim Zeitlin | FreeBSD compilation fixes |
tree | commitdiff |
1999-03-01 |
Julian Smart | Added dummy OnIdle to wxWindow in wxGTK; doc tweaks |
tree | commitdiff |
1999-02-28 |
Julian Smart | Doc mods; fixed return non-processing problem; fixed... |
tree | commitdiff |
1999-02-28 |
Guilhem Lavaux | * Added "--with-sockets" and made wxSocket optionnal. |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | unused param warning suppressed |
tree | commitdiff |
1999-02-27 |
Guilhem Lavaux | * wxSocket fixes: FTP, HTTP works really now. GTK fixes... |
tree | commitdiff |
1999-02-27 |
Guilhem Lavaux | * Big memory bug fixed in socket/getline fixed. |
tree | commitdiff |
1999-02-25 |
Julian Smart | wxBitmapButton bug fixed |
tree | commitdiff |
1999-02-25 |
Guilhem Lavaux | * Added a small wxHTTP description |
tree | commitdiff |
1999-02-25 |
Julian Smart | Small changes |
tree | commitdiff |
1999-02-25 |
Vadim Zeitlin | 1. validator fixes: don't eat TAB. Added new SetBellOnE... |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | small optimizations: m_isWindow and m_isCommandEvent... |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | support for incorrect entries in .mime.types added... |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | HP-UX compilation fixes (thanks to Zdravko Bas) |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | dlopen fixes |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | dlopen() also exists under FreeBSD |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | HP-UX support added |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
tree | commitdiff |
1999-02-21 |
Vadim Zeitlin | error msg when there are no files in wxFindFirst()... |
tree | commitdiff |
1999-02-19 |
Vadim Zeitlin | some minor fixes for DEC CXX compilation |
tree | commitdiff |
1999-02-18 |
Vadim Zeitlin | i18n fixes |
tree | commitdiff |
1999-02-18 |
Vadim Zeitlin | wxMimeTypesManager::IsOfType() added (and documented) |
tree | commitdiff |
1999-02-18 |
Vadim Zeitlin | wxSplitPath() bugs corrected and it's documented |
tree | commitdiff |
1999-02-17 |
Vadim Zeitlin | wxProcess fixes (Detach() added), cleared/corrected... |
tree | commitdiff |
1999-02-16 |
Julian Smart | Some doc corrections; removed wxDocument arg from wxVie... |
tree | commitdiff |
1999-02-16 |
Robert Roebling | Applied Russel's changes to wxToolBarBase |
tree | commitdiff |
1999-02-15 |
Vadim Zeitlin | A couple of identifiers at global level moved to the... |
tree | commitdiff |
1999-02-15 |
Vadim Zeitlin | enable verbose messages by default in debug builds |
tree | commitdiff |
1999-02-14 |
Guilhem Lavaux | * Stream: update in doc, fix in code. |
tree | commitdiff |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImage... |
tree | commitdiff |
1999-02-11 |
Robert Roebling | Solaris compilation patches |
tree | commitdiff |
1999-02-10 |
Julian Smart | Cured some small doc typos; some WIN16 fixes; transferr... |
tree | commitdiff |
1999-02-10 |
Vadim Zeitlin | bug in wxSplitPath() corrected: the returned file name... |
tree | commitdiff |
1999-02-10 |
Guilhem Lavaux | * Doc updates |
tree | commitdiff |
1999-02-09 |
Vadim Zeitlin | wxMSW compilation problem fixed |
tree | commitdiff |
1999-02-09 |
Vadim Zeitlin | wxFindFirst/NextFile() now return wxString and not... |
tree | commitdiff |
1999-02-09 |
Vadim Zeitlin | wxArrayString::Sort() implemented |
tree | commitdiff |
1999-02-09 |
Julian Smart | Added more makefiles; fixed some samples for Cygwin |
tree | commitdiff |
1999-02-08 |
Karsten Ballüder | fixed linkage problem |
tree | commitdiff |
1999-02-08 |
Karsten Ballüder | compilation fixes |
tree | commitdiff |
1999-02-07 |
Vadim Zeitlin | wxProcess() fixes: will really call parent's event... |
tree | commitdiff |
1999-02-07 |
Guilhem Lavaux | * A few updates (stream doc) |
tree | commitdiff |
1999-02-07 |
Julian Smart | Added wxGenericValidator & doc |
tree | commitdiff |
1999-02-06 |
Vadim Zeitlin | more files to ignore in cvs commands (setup.h, lex_yy... |
tree | commitdiff |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub... |
tree | commitdiff |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
tree | commitdiff |
1999-02-04 |
Vadim Zeitlin | 1. more keyboard navigation fixes - seems to work now |
tree | commitdiff |
1999-02-04 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1999-02-04 |
Julian Smart | Corrected XPM-related cast in resource.cpp; added gener... |
tree | commitdiff |
next |