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-18 |
Vadim Zeitlin | updated libraries names to 2.6 |
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-09 |
Vadim Zeitlin | added qa library |
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 |
2005-04-07 |
Włodzimierz Skiba | VC++ 1.5 no more supported. |
tree | commitdiff |
2005-04-07 |
David Webster | New classes for OS/2 |
tree | commitdiff |
2005-04-07 |
David Webster | Add OS/2 to supported instances |
tree | commitdiff |
2005-04-06 |
Julian Smart | As yet unsuccessful attempt to set the focus to the... |
tree | commitdiff |
2005-04-06 |
Michael Wetherell | Use wxFileSystem for left hand side. Patches 1169934... |
tree | commitdiff |
2005-04-06 |
Michael Wetherell | Add m_allowSeeking for updated filesystem handler to... |
tree | commitdiff |
2005-04-06 |
Vadim Zeitlin | fixed wx/motif/chkconf.h include |
tree | commitdiff |
2005-04-06 |
Ryan Norton | Get rid of inline for methods not implemented in the... |
tree | commitdiff |
2005-04-06 |
Vadim Zeitlin | define WM_CONTEXTMENU if the standard headers don't |
tree | commitdiff |
2005-04-06 |
Vadim Zeitlin | use LVS_EX_LABELTIP by default |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | don't let WM_RBUTTONDOWN reach def window proc as it... |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | added GetVisibleBegin/End() to complement/replace GetFi... |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | give an error if wxMotif is built in Unicode mode ... |
tree | commitdiff |
2005-04-05 |
Robert Roebling | Added switch and define for wxUSE_STD_STRING |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Warning fix for wxUSE_LOG off. |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Fix the warning about code sensitive to packing (VisualC). |
tree | commitdiff |
2005-04-04 |
Dimitri Schoolwerth | fixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__... |
tree | commitdiff |
2005-04-03 |
Stefan Neis | Made data variable used in inline function non-static... |
tree | commitdiff |
2005-04-03 |
Stefan Csomor | always forcing a relayout when position changes, making... |
tree | commitdiff |
2005-04-03 |
Julian Smart | Cross-hair cursor appears as an I-beam on WinXP for... |
tree | commitdiff |
next |