2005-05-09 |
Robin Dunn | A slightly modified version of Patch #1197468. Keeps... |
tree | commitdiff |
2005-05-09 |
Stefan Csomor | simpler CW setup (needed for 9.5) |
tree | commitdiff |
2005-05-09 |
Stefan Csomor | workaround for simpler CW setup |
tree | commitdiff |
2005-05-06 |
Michael Wetherell | Compilation fix for USE_UNIV=1 |
tree | commitdiff |
2005-05-06 |
Michael Wetherell | On x11 another control may already have the mouse captu... |
tree | commitdiff |
2005-05-05 |
Vadim Zeitlin | define wxUSE_CRASHREPORT as 0 for non-MSW |
tree | commitdiff |
2005-05-05 |
Julian Smart | Removed non-theme related defs |
tree | commitdiff |
2005-05-05 |
Julian Smart | Clarified copyright |
tree | commitdiff |
2005-05-04 |
Julian Smart | Added licence/copyright information |
tree | commitdiff |
2005-05-04 |
Vadim Zeitlin | wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION |
tree | commitdiff |
2005-05-04 |
Julian Smart | Removed redundant file |
tree | commitdiff |
2005-05-01 |
Michael Wetherell | Change the format of the output so that you can jump... |
tree | commitdiff |
2005-04-29 |
Julian Smart | Removed previous broken fix for deferred positioning... |
tree | commitdiff |
2005-04-28 |
Julian Smart | Worked around an apparent bug in Windows whereby some... |
tree | commitdiff |
2005-04-27 |
Robin Dunn | Bump subrelease number |
tree | commitdiff |
2005-04-27 |
David Webster | Unicode fixes |
tree | commitdiff |
2005-04-26 |
Mattia Barbon | Correct wxArrayString::Add return value as per the... |
tree | commitdiff |
2005-04-25 |
Robert Roebling | Prevent unnecessary assert when someone tries to |
tree | commitdiff |
2005-04-25 |
Michael Wetherell | Remove msdos code now in src/msdos, update bakefiles... |
tree | commitdiff |
2005-04-25 |
Michael Wetherell | Add mimimal mimetype.h for msdos |
tree | commitdiff |
2005-04-24 |
Stefan Csomor | adding core services and increase Universal Header... |
tree | commitdiff |
2005-04-23 |
Julian Smart | Remove obsolete includes |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Fixes to allow compilation with no wchar_t (djgpp proba... |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Spelling |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Add generic wxStandardPaths implementation |
tree | commitdiff |
2005-04-22 |
Ryan Norton | implement label setting |
tree | commitdiff |
2005-04-21 |
Ryan Norton | my cvs dir got screwed up and didn't commit this... |
tree | commitdiff |
2005-04-21 |
Ryan Norton | Add wxLaunchDefaultBrowser, note wxGetKeyState change |
tree | commitdiff |
2005-04-20 |
Ryan Norton | place wxUSE_STACKWALKER so it won't get overwritten... |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | workaround for CW problems |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | stackwalker does not exist for Mac |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Allow to set a style's wxFontEncoding |
tree | commitdiff |
2005-04-19 |
Ryan Norton | pad out some data for binary compat |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | fixing CW 8 builds for all targets |
tree | commitdiff |
2005-04-19 |
Julian Smart | Applied patch [ 1181975 ] [wxMSW] Removes all flicker... |
tree | commitdiff |
2005-04-19 |
Ryan Norton | compilo |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Change the access of the event handler functions for... |
tree | commitdiff |
2005-04-18 |
Ryan Norton | revert some stuff for 1.6 |
tree | commitdiff |
2005-04-18 |
Ryan Norton | Some corefoundation wrappers, Implement Associate and... |
tree | commitdiff |
2005-04-18 |
Julian Smart | OS/2 fix |
tree | commitdiff |
2005-04-17 |
Vadim Zeitlin | added more reserved functions |
tree | commitdiff |
2005-04-17 |
Ryan Norton | put in some reserved funcs |
tree | commitdiff |
2005-04-17 |
Julian Smart | Added some reserved functions |
tree | commitdiff |
2005-04-17 |
Julian Smart | wxStaticBitmap should have transparent background ... |
tree | commitdiff |
2005-04-17 |
Julian Smart | Regenerated makefiles for runtime lib change |
tree | commitdiff |
2005-04-17 |
Julian Smart | wxHelpController now wxCHMHelpController on Windows |
tree | commitdiff |
2005-04-17 |
Ryan Norton | fix 10.2 shared unicode builds for mbstowcs and vice... |
tree | commitdiff |
2005-04-16 |
Ryan Norton | fixed for w/o expat |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Added Python methods to wxStyledTextCtrl that allow... |
tree | commitdiff |
2005-04-16 |
Stefan Neis | Fixed wxSTD for old gcc versions. |
tree | commitdiff |
2005-04-16 |
Vadim Zeitlin | compilation fix: use wxSB_HORIZONTAL/VERTICAL instead... |
tree | commitdiff |
2005-04-16 |
Vadim Zeitlin | replaced C++ comments with C ones |
tree | commitdiff |
2005-04-16 |
Ryan Norton | Implement wxMimeTypesManager on mac |
tree | commitdiff |
2005-04-16 |
Julian Smart | Added destructor to fix crash on Mac due to focus event... |
tree | commitdiff |
2005-04-16 |
Julian Smart | Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButto... |
tree | commitdiff |
2005-04-16 |
Julian Smart | SQLINTEGER typedef |
tree | commitdiff |
2005-04-16 |
Julian Smart | Applied patch [ 1183157 ] Compilation with GCC 4.0 |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Add several "Raw" functions for setting/getting text... |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Allow wxCharBuffer to be constructed without parameters... |
tree | commitdiff |
2005-04-15 |
Robin Dunn | Patch #1183952, Create to return bool |
tree | commitdiff |
2005-04-15 |
Robin Dunn | For wxMSW capture and release the mouse as the cursor... |
tree | commitdiff |
2005-04-14 |
Włodzimierz Skiba | Correction in comment in closing #endif. |
tree | commitdiff |
2005-04-13 |
Vadim Zeitlin | made wxGridCellAttr dtor protected instead of private |
tree | commitdiff |
2005-04-13 |
Michael Wetherell | Move G_FILENAME_ENCODING to wxGTK |
tree | commitdiff |
2005-04-13 |
Julian Smart | wxBestHelpController now used as default on Windows |
tree | commitdiff |
2005-04-13 |
Włodzimierz Skiba | wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO... |
tree | commitdiff |
2005-04-13 |
Kevin Ollivier | Adding accessor methods for URL and Title, and another... |
tree | commitdiff |
2005-04-13 |
Stefan Csomor | fixing compilo on carbon cfm with CW 9 |
tree | commitdiff |
2005-04-12 |
Włodzimierz Skiba | std streams usage build fix under MSW |
tree | commitdiff |
2005-04-12 |
Włodzimierz Skiba | WinCE build fix (missing style). |
tree | commitdiff |
2005-04-12 |
Włodzimierz Skiba | Misplaced #endif (WinCE build fix). |
tree | commitdiff |
2005-04-12 |
Robin Dunn | checked in just John's patch, will keep working my... |
tree | commitdiff |
2005-04-12 |
Robin Dunn | GRR! Reverting last change. I broke some things that... |
tree | commitdiff |
2005-04-12 |
Robin Dunn | Fixes for wxPopupTransientWindow for wxMSW. Includes... |
tree | commitdiff |
2005-04-11 |
Michael Wetherell | A better workaround for the link problem with mingw... |
tree | commitdiff |
2005-04-11 |
Michael Wetherell | Add a comment about covariant returns |
tree | commitdiff |
2005-04-11 |
Julian Smart | Changed version number |
tree | commitdiff |
2005-04-11 |
Vadim Zeitlin | after latest changes background of radio buttons _not_... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | modified AddFile() to copy file to the debug report... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | extended wxWindow::MSWGetBgBrush() and wxControl::MSWCo... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | mark slider as being transparent, otherwise it has... |
tree | commitdiff |
2005-04-10 |
Kevin Hock | th4ese -> these in comment |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | undid flags values change, it's not as backwards compat... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | moved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
tree | commitdiff |
2005-04-10 |
Mattia Barbon | Check for wxUSE_STD_STRING with #if not with #ifdef, |
tree | commitdiff |
2005-04-10 |
Mattia Barbon | Correct harmless typos. |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | added wxCopyRectToRECT() |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | added HDCClipper() class which automatically unselects... |
tree | commitdiff |
2005-04-10 |
Ryan Norton | Don't include sys/socket.h on cygwin in windows mode |
tree | commitdiff |
2005-04-10 |
Ryan Norton | ...and msw only of course |
tree | commitdiff |
2005-04-10 |
Ryan Norton | cygwin only |
tree | commitdiff |
2005-04-10 |
Ryan Norton | Fixes & Hacks to make sockets compile on CYGWIN with... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | added WM_PRINTCLIENT |
tree | commitdiff |
2005-04-09 |
Vadim Zeitlin | added AddText() function (trivial wrapper around AddFil... |
tree | commitdiff |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
tree | commitdiff |
2005-04-08 |
Ryan Norton | Version of [ 1177956 ] fix for wxString::operator=... |
tree | commitdiff |
2005-04-08 |
Robin Dunn | bumped subrelease number |
tree | commitdiff |
2005-04-07 |
Robert Roebling | Implemented text wrapping for GTK (1.2 and 2.X). |
tree | commitdiff |
2005-04-07 |
Kevin Hock | Declare CFRunLoopSourceRef rather than including the... |
tree | commitdiff |
next |