2006-10-30 |
Vadim Zeitlin | remove just added wxCoordRound() (see patch 1586499) |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | replaced wxCint() with wxRound() (which is exactly... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-30 |
Robert Roebling | It's too late. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Typo. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Small fix again. |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | Simplest fix received from OW community (Peter C. Chapin). |
tree | commitdiff |
2006-10-30 |
Robert Roebling | removed hack that used SetSizeHints() for some strang... |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Correct wxPickerBase size calculation. |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | wxWinCE build fix. |
tree | commitdiff |
2006-10-30 |
Michael Wetherell | Some watcom warnings. |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | Match EscapeSqlChars() interface. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Moved overridden SetMinSize() to base class. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | [ 1587059 ] wxLaunchDefaultBrowser fix for KDE |
tree | commitdiff |
2006-10-30 |
Václav Slavík | compilation fix for !wxUSE_MIMETYPE |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | slightly reduce the number of #ifndef __WATCOMC__ |
tree | commitdiff |
2006-10-30 |
Włodzimierz Skiba | Temporary ugly trick to make release for OpenWatcom... |
tree | commitdiff |
2006-10-30 |
Julian Smart | Applied patch [ 1586964 ] Getting the PID of the proces... |
tree | commitdiff |
2006-10-30 |
Julian Smart | Focus event recursion fix |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | try http scheme if we can't find the default browser... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | undid removal of implicit http: from wxLaunchDefaultBro... |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Make m_typeflag an int. |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | escape special SQL chars in where clauses (patch 1204728) |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | avoid infinite recursion by not using GetMaxWidth/Heigh... |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | guarding against setting of NULL |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | pass correct indicator pointer to SQLBindCol() (patch... |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Make wxBackingFile internal, and remove wxZipFSHander... |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | some people disliked the asterisks in wxDebugReport... |
tree | commitdiff |
2006-10-29 |
Robert Roebling | Make wxWindow::SetSizeHints() do nothing. |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | added TGA handler (somewhat modified patch 1393912) |
tree | commitdiff |
2006-10-29 |
Julian Smart | Applied patch [ 1583316 ] set media source for printing |
tree | commitdiff |
2006-10-29 |
Julian Smart | Applied patch 1586499: wxCoordRound function |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Change GetC to return an int so that it can return... |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT. |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | deal correctly with vsnprintf() implementations which... |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | use just HAVE_FSYNC as wxFsync() guard, it is now defin... |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | blit implemented using dc.GetAsBitmap with subrect |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | apply complete transforms (scroll window PrepareDC... |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | using native tranforms for everything |
tree | commitdiff |
2006-10-29 |
Michael Wetherell | Fixes for semicolons, commas and wxSTRING_MAXLEN from... |
tree | commitdiff |
2006-10-29 |
Kevin Ollivier | Added wxDC::GetAsBitmap, and implemented wxWindowDC... |
tree | commitdiff |
2006-10-29 |
Robin Dunn | Add missing wxNullGraphicsPath |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | added NZST and NZDT time zones (request 617912) |
tree | commitdiff |
2006-10-28 |
Robert Roebling | Correct background colour in ComboCtrl (from Jaako). |
tree | commitdiff |
2006-10-28 |
Robert Roebling | Launch the browser that is set in the gconf registry. |
tree | commitdiff |
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 |
Vadim Zeitlin | check for under/overflow in ToLong/ULong/Double() as... |
tree | commitdiff |
2006-10-28 |
Vadim Zeitlin | Alloc() doesn't clear the array any more, for consisten... |
tree | commitdiff |
2006-10-28 |
Stefan Csomor | moving path and matrix to refcounting as well, switchin... |
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 |
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 |
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 |
Michael Wetherell | Comment out compile time check. |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Remove header now not needed here. |
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 |
Julian Smart | Robert Lang's patch [ 1583183 ] Fixes printing/print... |
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 | 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 |
Michael Wetherell | Add tar streams. |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Add FindLength() |
tree | commitdiff |
2006-10-27 |
Robert Roebling | Move the wxFD_... flags back into m_windowStyle |
tree | commitdiff |
2006-10-27 |
Michael Wetherell | Factory some of wxFilterClassFactory into a base class. |
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-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 |
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 |
Stefan Csomor | moving rounded rect and ellipse to path class |
tree | commitdiff |
2006-10-26 |
Stefan Csomor | missing common create functions |
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 |
Robin Dunn | SetTextColor --> SetTextColour, to be consistent with... |
tree | commitdiff |
2006-10-25 |
Michael Wetherell | Add class factories for filter streams. Also filters... |
tree | commitdiff |
2006-10-25 |
Michael Wetherell | Add class factories for filter streams. Also filters... |
tree | commitdiff |
2006-10-25 |
Robert Roebling | [ 1584680 ] wxComboCtrl Popup Animation |
tree | commitdiff |
2006-10-25 |
Robert Roebling | Add m_fsStyle next to m_windowStyle |
tree | commitdiff |
2006-10-25 |
Václav Slavík | changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER... |
tree | commitdiff |
2006-10-25 |
Julian Smart | Button size adjustment |
tree | commitdiff |
2006-10-25 |
Julian Smart | Better button size on wxX11 |
tree | commitdiff |
2006-10-25 |
Robin Dunn | Fix the rectangle size when offsetting |
tree | commitdiff |
2006-10-24 |
Julian Smart | Fix incorrect comparison |
tree | commitdiff |
2006-10-24 |
Paul Cornett | correct deletes |
tree | commitdiff |
next |