2002-08-13 |
Robert Roebling | This way strconv copmiles again. I don't think |
tree | commitdiff |
2002-08-11 |
Robert Roebling | Killing more wxConvLibc calls... |
tree | commitdiff |
2002-08-11 |
Robert Roebling | Corrected dangerous cast. |
tree | commitdiff |
2002-08-11 |
Robert Roebling | Added wxString::FromAscii() wxString::ToAscii(). |
tree | commitdiff |
2002-08-10 |
Robert Roebling | Compile fix for wxBase/Unicode/Unix. |
tree | commitdiff |
2002-08-10 |
Robert Roebling | (char*)(const char*)xxx.mb_str() is not a good |
tree | commitdiff |
2002-08-10 |
Robert Roebling | Implemented the various printf() functions under |
tree | commitdiff |
2002-08-10 |
Robert Roebling | Fix for Unicode conversion. |
tree | commitdiff |
2002-08-09 |
Julian Smart | Delete help text entry before adding new one, else |
tree | commitdiff |
2002-08-08 |
Robert Roebling | Changed wxStat, wxAccess and wxOpen to no longer |
tree | commitdiff |
2002-08-08 |
Robert Roebling | Hopefully corrected conversion buffer size. |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 591998 ] EventHandler chain incorrectly... |
tree | commitdiff |
2002-08-07 |
Robert Roebling | Compile fix for Unicode. |
tree | commitdiff |
2002-08-07 |
Julian Smart | Added ProcessIdle virtual function |
tree | commitdiff |
2002-08-05 |
Vadim Zeitlin | added a more convenient version of wxFileType::GetOpenC... |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
tree | commitdiff |
2002-08-05 |
David Webster | Font fix for OS/2 common control creation |
tree | commitdiff |
2002-08-04 |
Václav Slavík | wxCmdLineParser's output goes to stderr, not message... |
tree | commitdiff |
2002-08-03 |
Mattia Barbon | Mention wxMessageOutput in changes.txt |
tree | commitdiff |
2002-08-02 |
Mattia Barbon | Fixed yet another error in my wxCmdLineParser mdifications. |
tree | commitdiff |
2002-08-01 |
Julian Smart | Applied [ 586524 ] wxVariant Enhancements. |
tree | commitdiff |
2002-08-01 |
Mattia Barbon | This is a quick hack: if there is no global wxMessageOu... |
tree | commitdiff |
2002-08-01 |
Mattia Barbon | Assert is there is no wxMessageOutput |
tree | commitdiff |
2002-07-29 |
Ron Lee | The world should not end if a server has no peer. ... |
tree | commitdiff |
2002-07-26 |
Václav Slavík | fix for memory leak in XRC-generated CXX resources... |
tree | commitdiff |
2002-07-25 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-07-24 |
Mattia Barbon | Added wxMessageOutput as per the discussion on wx-dev. |
tree | commitdiff |
2002-07-22 |
David Webster | FALSE not false. |
tree | commitdiff |
2002-07-22 |
Vadim Zeitlin | made wxDllLoader more backwards compatible |
tree | commitdiff |
2002-07-21 |
Václav Slavík | Unicodification of wxDataStreams |
tree | commitdiff |
2002-07-20 |
Václav Slavík | read message catalogs from the location where wxWin... |
tree | commitdiff |
2002-07-19 |
Julian Smart | Applied patch [ 578052 ] Doc/View and recursion problems |
tree | commitdiff |
2002-07-19 |
Julian Smart | Applied patch [ 581139 ] Misc wxCmdLineParser changes... |
tree | commitdiff |
2002-07-17 |
Mattia Barbon | Allow compiling wxMotif/GTK/X11 for Cygwin/XFree |
tree | commitdiff |
2002-07-16 |
Vadim Zeitlin | fixed more printf() warnings |
tree | commitdiff |
2002-07-15 |
Václav Slavík | wxPrinting fix for wxMGL |
tree | commitdiff |
2002-07-15 |
Robin Dunn | Assert that wxEXEC_SYNC is not passed in flags to wxPro... |
tree | commitdiff |
2002-07-14 |
Mattia Barbon | Allow building wxProtocol without wxUSE_SOCKETS |
tree | commitdiff |
2002-07-14 |
Vadim Zeitlin | fixed wxStrrchr(s, '\0') bug, added const and non const... |
tree | commitdiff |
2002-07-12 |
Robin Dunn | Changed wxProcess::Open to take a flags arg to pass... |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | added and documented wxProcess::Open() |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | detect EOF properly in wxFileInputStream |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | don't write the strings to the stream one char at a... |
tree | commitdiff |
2002-07-12 |
Julian Smart | Added wxView::OnClosingDocument so the application... |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | fixed bug in Ungetch() which was preventing wxExecute... |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | added ENDSCROLL event (patch 576176) |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | implemented wxVariant::NullList() (patch 578257) |
tree | commitdiff |
2002-07-09 |
Robert Roebling | Oops. |
tree | commitdiff |
2002-07-08 |
Robert Roebling | This memory corruption caused me three and |
tree | commitdiff |
2002-07-08 |
David Webster | OS/2 loads bitmap resources via integer ID, not via... |
tree | commitdiff |
2002-07-05 |
George Tasker | Fixes the problem with VARCHAR fields not allowing... |
tree | commitdiff |
2002-07-03 |
David Webster | Nicer default fonts for OS/2 |
tree | commitdiff |
2002-07-02 |
Chris Elliott | fix another icon error |
tree | commitdiff |
2002-07-02 |
Chris Elliott | fixes bugs reading icons |
tree | commitdiff |
2002-06-30 |
Ron Lee | fixed some pesky compile warnings, hope this doesn... |
tree | commitdiff |
2002-06-24 |
Chris Elliott | a fix to preserve UNC paths when creating the commandli... |
tree | commitdiff |
2002-06-24 |
Vadim Zeitlin | wxMotif compilation fix |
tree | commitdiff |
2002-06-21 |
Stefan Csomor | millisecond resolution supported for wxMac |
tree | commitdiff |
2002-06-19 |
Chris Elliott | wxSVGDC class test sample |
tree | commitdiff |
2002-06-18 |
Julian Smart | Moved flicker-removal to GTK+ code |
tree | commitdiff |
2002-06-18 |
Julian Smart | Remove flicker in Undo/Redo menus by only updating |
tree | commitdiff |
2002-06-18 |
David Webster | OS/2 has it's own popup window source now. |
tree | commitdiff |
2002-06-15 |
Mattia Barbon | Create a new icon for each image in a file with multipl... |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | fixes to the sizers behaviour necessary to make the... |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | new wxASSERT implementation using wxAssert() helper... |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | blind fix for latest mingw32 3.1 |
tree | commitdiff |
2002-06-13 |
George Tasker | Added a wxASSERT_MSG in ::SetColDefs() to trap for... |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | moved OnActivate() logic from wxFrame to wxDialog ... |
tree | commitdiff |
2002-06-12 |
Julian Smart | Fixed a bug in transferring data to a wxComboBox if... |
tree | commitdiff |
2002-06-12 |
Vadim Zeitlin | added missing semicolons after asserts (patch 567853) |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | no changes (reformatted some code just to be able to... |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | fixed bug in wxStrstr() replacement implementation... |
tree | commitdiff |
2002-06-06 |
Robert Roebling | Dislaying popup tip windows seems to work right now. |
tree | commitdiff |
2002-06-06 |
Julian Smart | Corrected typo in wxStringHashTable::Delete |
tree | commitdiff |
2002-06-05 |
Vadim Zeitlin | reverted wxPopupWindow implementation to the original... |
tree | commitdiff |
2002-06-05 |
Julian Smart | Added Delete member to wxStringHashTable in order to... |
tree | commitdiff |
2002-06-04 |
Julian Smart | In SetProxy, add 1 to pos when parsing port since other... |
tree | commitdiff |
2002-06-02 |
Robert Roebling | Removed hack in Toolbar that breaks UI updates under... |
tree | commitdiff |
2002-05-31 |
Robert Roebling | Added wxToolBar::FindControl() to fish out |
tree | commitdiff |
2002-05-26 |
Vadim Zeitlin | attempts to make GetBestSize() work using constraints... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | fixes to better remember the last focused child; also... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | new wxWindow::FindWindowByXXX() methods replacing the... |
tree | commitdiff |
2002-05-24 |
Vadim Zeitlin | fixed wxStreamBuffer::Tell() to return at least sometim... |
tree | commitdiff |
2002-05-23 |
Vadim Zeitlin | fixedb ug with normalization of UNC paths (patch 558701) |
tree | commitdiff |
2002-05-23 |
Vadim Zeitlin | wxUniv compilation fixes (patch 559620) |
tree | commitdiff |
2002-05-23 |
Robert Roebling | Let wxFileSystem use wxFFileInputstream and not |
tree | commitdiff |
2002-05-22 |
Vadim Zeitlin | restore the stream position in wxImageHandler itself... |
tree | commitdiff |
2002-05-22 |
Vadim Zeitlin | no, we shouldn't inconditionally add the separator... |
tree | commitdiff |
2002-05-22 |
Robert Roebling | wxImage::Copy() didn't really just copy the |
tree | commitdiff |
2002-05-22 |
Vadim Zeitlin | added a compile time assert to prevent wxArray from... |
tree | commitdiff |
2002-05-20 |
Stefan Csomor | uma.h added |
tree | commitdiff |
2002-05-19 |
Václav Slavík | Cosmetic changes to wxSS::GetScreen: |
tree | commitdiff |
2002-05-18 |
Vadim Zeitlin | check the return code of wxStream::Read() in wxImageHan... |
tree | commitdiff |
2002-05-18 |
Julian Smart | Updated font dialog constructors to use a reference... |
tree | commitdiff |
2002-05-13 |
Vadim Zeitlin | cleared the wxFileNameFromPath mess |
tree | commitdiff |
2002-05-13 |
David Webster | WXPM now uses popupwindows. |
tree | commitdiff |
2002-05-13 |
David Webster | Compiler bug |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixed wxFontDialog API: accept const ref instead of... |
tree | commitdiff |
2002-05-12 |
Julian Smart | Fixed mouse handling for captured windows |
tree | commitdiff |
2002-05-12 |
Julian Smart | Added recursive event handler pushing to fix context... |
tree | commitdiff |
next |