2006-10-28 |
Vadim Zeitlin | added wxString::ToLongLong() and ToULongLong() (feature... |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | also reset errno iin ToDouble() |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | reset errno before testing it |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | extracted common code of ToLong and ToULong in a separa... |
tree | commitdiff |
2006-10-28 |
Benjamin Williams | wxaui multi-notebook now uses a tab art provider which... |
tree | commitdiff |
2006-10-28 |
Václav Slavík | removed unused GetScrollbarArrowSize() version |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | check for under/overflow in ToLong/ULong/Double() as... |
tree | commitdiff |
2006-10-28 |
Stefan Csomor | matrix and path to ref counting |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | Alloc() doesn't clear the array any more, for consisten... |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | allow customizing the string values returned by wxGridC... |
tree | commitdiff |
2006-10-28 |
Stefan Csomor | moving path and matrix to refcounting as well, switchin... |
tree | commitdiff |
2006-10-28 |
Julian Smart | Corrected a clearing bug |
tree | commitdiff |
2006-10-28 |
Michael Wetherell | Compile fix for VC++ 5 and 6. |
tree | commitdiff |
2006-10-28 |
Robin Dunn | Add missing Contains overload |
tree | commitdiff |
2006-10-28 |
Robin Dunn | Ensure that the pen and bush are properly initialized |
tree | commitdiff |
2006-10-28 |
Kevin Ollivier | Calling SetFocus from within an OnFocus handler causes... |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Add wxArchiveFSHandler. |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Tidy up includes and #if wxUSE statements. |
tree | commitdiff |
2006-10-27 |
Kevin Ollivier | Don't use the superview when converting. |
tree | commitdiff |
2006-10-27 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-10-27 |
Robert Roebling | [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr... |
tree | commitdiff |
2006-10-27 |
Robert Roebling | [ 1585270 ] Further fixes to wxPathList |
tree | commitdiff |
2006-10-27 |
Kevin Ollivier | Don't use bitmaps to draw tree item buttons, use the... |
tree | commitdiff |
2006-10-27 |
Benjamin Williams | fixed crash in multi notebook |
tree | commitdiff |
2006-10-27 |
Stefan Csomor | changing graphics pen, brushes and fonts to be refcount... |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Comment out compile time check. |
tree | commitdiff |
2006-10-27 |
Stefan Csomor | switching things to ref counting |
tree | commitdiff |
2006-10-27 |
Julian Smart | Pagination fix |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Remove header now not needed here. |
tree | commitdiff |
2006-10-27 |
Václav Slavík | fixed typo in last commit: use YLOG2DEV for y coordinat... |
tree | commitdiff |
2006-10-27 |
Stefan Csomor | changing graphics pen, brushes and fonts to be refcount... |
tree | commitdiff |
2006-10-27 |
Julian Smart | Colour preview canvas grey to contrast with page |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Compile fix for --enable-stl. |
tree | commitdiff |
2006-10-27 |
Václav Slavík | compilation fix: wxGenericCollapsiblePane needs wxButto... |
tree | commitdiff |
2006-10-27 |
Julian Smart | Robert Lang's patch [ 1583183 ] Fixes printing/print... |
tree | commitdiff |
2006-10-27 |
Václav Slavík | don't draw the endpoint in DrawLine at least in the... |
tree | commitdiff |
2006-10-27 |
Julian Smart | Fixed caret droppings left when scrolling |
tree | commitdiff |
2006-10-27 |
Václav Slavík | wx{V,H}SCROLL code is needed on all platforms |
tree | commitdiff |
2006-10-27 |
Václav Slavík | fixed repainting of windows without the wxFULL_REPAINT_... |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Base wxArchiveFSHandler on wxZipFSHandler. |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Bug fix. |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Use wxFS_SEEKABLE when opening images since some image... |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Rebake for new tar streams. |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Implement new features for finding class factories... |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Base class factory on the wxFilter base class and imple... |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Allow per instance filesystem handlers. |
tree | commitdiff |
2006-10-27 |
Julian Smart | Warning fixes |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Add tar streams. |
tree | commitdiff |
2006-10-27 |
Julian Smart | Added richtextprinting.cpp/h |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Add FindLength() |
tree | commitdiff |
2006-10-27 |
Robert Roebling | Don't overwrite wxFD_ styles in m_windowStyle. |
tree | commitdiff |
2006-10-27 |
Robert Roebling | Move the wxFD_... flags back into m_windowStyle |
tree | commitdiff |
2006-10-27 |
Julian Smart | First cut at printing support for wxRichTextCtrl |
tree | commitdiff |
2006-10-27 |
Robert Roebling | Add EnableCloseButton() as wxMSW does. Use it in |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Factory some of wxFilterClassFactory into a base class. |
tree | commitdiff |
2006-10-27 |
Włodzimierz Skiba | Reverted winundef.h removal - without it build fails... |
tree | commitdiff |
2006-10-27 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Add wxFS_SEEKABLE open flag. |
tree | commitdiff |
2006-10-27 |
Robin Dunn | include mslu.h |
tree | commitdiff |
2006-10-27 |
Robin Dunn | fix some compile/link errors |
tree | commitdiff |
2006-10-27 |
Robin Dunn | fix compile errors |
tree | commitdiff |
2006-10-27 |
Paul Cornett | allow building with wxUSE_THREADS==0 |
tree | commitdiff |
2006-10-26 |
Michael Wetherell | Add wxFilterFSHandler. |
tree | commitdiff |
2006-10-26 |
Michael Wetherell | Add wxFilterClassFactory::PopExtension(). |
tree | commitdiff |
2006-10-26 |
Michael Wetherell | For streams smaller than the buffer reduce the buffer... |
tree | commitdiff |
2006-10-26 |
Vadim Zeitlin | include wx/msw/mslu.h for wxUsingUnicowsDll() declaration |
tree | commitdiff |
2006-10-26 |
Robert Roebling | [ 1585253 ] Various important bugfixes to wxFileName... |
tree | commitdiff |
2006-10-26 |
Robert Roebling | Make animation of combo-popdown optional. |
tree | commitdiff |
2006-10-26 |
Robert Roebling | Rewrite selection event code for wxListBox. |
tree | commitdiff |
2006-10-26 |
Michael Wetherell | Missing header. |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | moving rounded rect and ellipse to path class |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | missing apply call |
tree | commitdiff |
2006-10-26 |
Vadim Zeitlin | move wxMSLU_xxx redefinitions of xxx() Windows function... |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | adding workarounds for 10.4 only implementations |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | switching to new renderer API |
tree | commitdiff |
2006-10-26 |
Robin Dunn | fixed compile error (jump to label bypasses initializat... |
tree | commitdiff |
2006-10-26 |
Václav Slavík | added wxDelegateTheme to accompany wxDelegateRenderer |
tree | commitdiff |
2006-10-26 |
Václav Slavík | fixed selection when using keyboard after JS' change... |
tree | commitdiff |
2006-10-26 |
Benjamin Williams | wxaui flags reworked a bit; allows any hinting type... |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | adding new implementations |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | missing common create functions |
tree | commitdiff |
2006-10-26 |
Vadim Zeitlin | fixed reversed return value of IsEmpty() (closes 1585004) |
tree | commitdiff |
2006-10-26 |
Julian Smart | Less drastic compile fix |
tree | commitdiff |
2006-10-26 |
Włodzimierz Skiba | Blind fix for Tinderbox build error. |
tree | commitdiff |
2006-10-26 |
Julian Smart | Added dcgraph.cpp and rebaked |
tree | commitdiff |
2006-10-26 |
Włodzimierz Skiba | Correct placement of header listed in wx/wx.h |
tree | commitdiff |
2006-10-26 |
Julian Smart | Using MinGW 3, no hbmpItem |
tree | commitdiff |
2006-10-26 |
Julian Smart | Added missing include for MinGW non-PCH compile |
tree | commitdiff |
2006-10-26 |
Julian Smart | Added a cast |
tree | commitdiff |
2006-10-26 |
Julian Smart | Typo fixes |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | adopt new set font API |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | new renderer architecture |
tree | commitdiff |
2006-10-26 |
Julian Smart | Added URL support to attribute objects and to wxRichTex... |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | adapted to new font setter |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | adapted to new renderer, moved wxGCDC into dcgraph.cpp |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | added the recangle fix |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | move the graphics context bridge dc into separate file |
tree | commitdiff |
2006-10-26 |
Robin Dunn | Fix "PINK" to actually be pink, and not lavender |
tree | commitdiff |
2006-10-26 |
Kevin Ollivier | Adding virtual wxListCtrl impl of GetItem. |
tree | commitdiff |
2006-10-26 |
Robin Dunn | SetTextColor --> SetTextColour, to be consistent with... |
tree | commitdiff |
next |