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 |
2005-04-03 |
Julian Smart | Not all implementations of wxMDIChildFrame derive from... |
tree | commitdiff |
2005-04-03 |
Ryan Norton | Update wxURI for RFC 3986 |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxMemoryInputStream(wxMemoryOutputStream&) ctor... |
tree | commitdiff |
2005-04-02 |
Václav Slavík | added MDI support to XRC |
tree | commitdiff |
2005-04-02 |
Julian Smart | No resize border on WinCE by default |
tree | commitdiff |
2005-04-02 |
Julian Smart | No resize border on WinCE |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxImage::IsTransparent(x, y) |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added XYToIndex() to avoid duplicating the checks for... |
tree | commitdiff |
2005-04-02 |
Julian Smart | Default border for a static box is wxBORDER_NONE |
tree | commitdiff |
2005-04-02 |
Julian Smart | The wxDEFAULT_CONTROL_BORDER symbol can be used to... |
tree | commitdiff |
2005-04-02 |
Robin Dunn | Add static_data flag to SetData and SetAlpha so Python... |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | fixes to static box borders calculations and significan... |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added AutoHRGN class; corrected GetHbrush[Of]() macros |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxSOLID default value for FindOrCreateBrush() |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | removed superfluous semicolons |
tree | commitdiff |
2005-04-01 |
Stefan Csomor | moving wxMac to new printing architecture |
tree | commitdiff |
2005-04-01 |
Włodzimierz Skiba | Do not break checking whether dir exists for given... |
tree | commitdiff |
2005-04-01 |
Stefan Csomor | adding protected inquiry function whether a child windo... |
tree | commitdiff |
2005-03-31 |
Julian Smart | Applied patch 1173802: Reimplementation of GtkFileChoos... |
tree | commitdiff |
2005-03-31 |
Julian Smart | Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl |
tree | commitdiff |
2005-03-31 |
Stefan Csomor | calculating vis regions as rects (faster for Quartz... |
tree | commitdiff |
2005-03-31 |
Julian Smart | Fixed MSWClipBoxRegion |
tree | commitdiff |
2005-03-31 |
Stefan Csomor | content clipping becomes a runtime attribute |
tree | commitdiff |
2005-03-30 |
Robert Roebling | Compilo. |
tree | commitdiff |
2005-03-30 |
Robert Roebling | Forgot to commit. |
tree | commitdiff |
2005-03-30 |
Julian Smart | Applied patch [ 1161769 ] reference to temp object... |
tree | commitdiff |
2005-03-30 |
Julian Smart | Applied patch [ 1166587 ] [wxMSW] Removes all flicker... |
tree | commitdiff |
2005-03-30 |
Julian Smart | Sorry, should be a __UNIX__ test |
tree | commitdiff |
2005-03-30 |
Julian Smart | Attempted compile fix |
tree | commitdiff |
2005-03-30 |
Stefan Csomor | unifying redraw and scrolling calls between compositing... |
tree | commitdiff |
2005-03-30 |
Stefan Csomor | using separate imaglist on mac |
tree | commitdiff |
2005-03-29 |
Robert Roebling | Made wxConvBrokenFileNames public. |
tree | commitdiff |
2005-03-29 |
Włodzimierz Skiba | Missing DMC value after recent changes in tbar95.cpp. |
tree | commitdiff |
2005-03-29 |
Julian Smart | Compile with builtin ODBC in GTK+ ANSI mode |
tree | commitdiff |
2005-03-29 |
Stefan Csomor | we need our own imaglist implementation because in... |
tree | commitdiff |
2005-03-29 |
Kevin Hock | Added __WXMAC_OSX__ guards around the CFRunLoop calls... |
tree | commitdiff |
2005-03-28 |
Kevin Hock | Separate includes needed for Darwin and classic [ follo... |
tree | commitdiff |
2005-03-28 |
Kevin Hock | Create RunLoop that can be used to process pending... |
tree | commitdiff |
2005-03-28 |
Vadim Zeitlin | added GetHimagelist() |
tree | commitdiff |
2005-03-28 |
Václav Slavík | fixed dialog units in toplevel windows (bug #1170234) |
tree | commitdiff |
2005-03-27 |
Václav Slavík | added XRC handler for wxStdDialogButtonSizer |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | applied patch fixing problems with X server crash when... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | applied heavily modified patch 1116702: support for... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | added wxBitmap::GetMaskBitmap() |
tree | commitdiff |
2005-03-27 |
Robert Roebling | Submit patch based on Michael W.'s invalid UTF8 |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | added wxTE_BESTWRAP style (which is the default now... |
tree | commitdiff |
2005-03-27 |
David Elliott | Declare strptime when using MSL headers on OS X. |
tree | commitdiff |
2005-03-27 |
David Elliott | Added #if wxUSE_STACKWALKER. Fixes compilation of... |
tree | commitdiff |
2005-03-26 |
David Elliott | Improve type safety by doing a runtime check to make... |
tree | commitdiff |
2005-03-26 |
Julian Smart | Added C/wxString array constructors to wxArrayString |
tree | commitdiff |
2005-03-26 |
Julian Smart | Fix for link error |
tree | commitdiff |
2005-03-26 |
David Elliott | Get rid of wxFontMapper in wxBase library. |
tree | commitdiff |
2005-03-24 |
Włodzimierz Skiba | winundef.h serves for other compilators too with STL... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxConvFileName which is a variable, not define... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxRendererNative::DrawDropArrow (patch 1166596) |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | adjust the rectangle before calling DrawThemeBackground... |
tree | commitdiff |
next |