2008-09-12 |
Vadim Zeitlin | return true from IsBeingDeleted() if any of the parent... |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | OpenVMS chokes on external templates |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | get rid of __WXCOCOA__ check in common CreateLogTarget... |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | solving osx problems (default inlines-hidden) by explic... |
tree | commitdiff |
2008-09-06 |
Vadim Zeitlin | access TLS cache variable directly and not via a helper... |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | forward define for non precomp build, switching preproc... |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | adaptions to new osx ouside the main trees |
tree | commitdiff |
2008-08-31 |
Vadim Zeitlin | rename ShowCacheStats to wxStrCacheStatsDumper |
tree | commitdiff |
2008-08-31 |
Vadim Zeitlin | call GetCache() from a global object ctor to ensure... |
tree | commitdiff |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
tree | commitdiff |
2008-08-28 |
Vadim Zeitlin | add cache for last used position and string length... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | no changes, just match the number of opening/closing... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | use std::sort() instead of qsort() to implement wxArray... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | put wxIconArray back in header, it's used by wxFSVolume |
tree | commitdiff |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterat... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | move wxIconArray declaration out of header, remove... |
tree | commitdiff |
2008-08-23 |
Robert Roebling | wxComboCtrlBase::Enable() does not refresh the control... |
tree | commitdiff |
2008-08-22 |
Robert Roebling | #9854 (AddPendingEvent - protect during wxEvtHandler... |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | honour useMask parameter in DrawBitmap() and StretchBli... |
tree | commitdiff |
2008-08-21 |
Robert Roebling | #9876 (GC: added sanity check to wxGraphicsPathData... |
tree | commitdiff |
2008-08-19 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2008-08-15 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after r54926 (... |
tree | commitdiff |
2008-08-13 |
Paul Cornett | move notebook event definition to common code |
tree | commitdiff |
2008-08-13 |
Václav Slavík | add assert checking that GetCapture() and ms_winCapture... |
tree | commitdiff |
2008-08-10 |
Václav Slavík | compilation fix: wxUString uses it's own wxCharTypeBuff... |
tree | commitdiff |
2008-08-10 |
Václav Slavík | added refcounting to wxCharBuffer to fix passing of... |
tree | commitdiff |
2008-08-09 |
Václav Slavík | more strict UTF-8 validity checks, as it should be... |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | undid changes accidentally committed as part of r55019 |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
tree | commitdiff |
2008-08-07 |
Vadim Zeitlin | don't call OnCloseDocument() from OnNewDocument(),... |
tree | commitdiff |
2008-08-07 |
Václav Slavík | small wxArtProvider API improvements: added HasNativePr... |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | initialize a local variable even if it doesn't really... |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | replace wxASSERT in wxFindNextFile() with wxCHECK to... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | fix an assert failure when a child TLW was created... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | correct use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces... |
tree | commitdiff |
2008-08-04 |
Vadim Zeitlin | general docview.cpp code cleanup; use wxVector<> instea... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | return empty string instead of some garbage if strftime... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | make SetValidator() symmetric with GetValidator() ... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | compilation fix for PCH-less build after last commit |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | store palette information from XPM in wxImage (#9763) |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | don't keep the transparent palette colour from the... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | no real changes, just some cleanup: use wxON_BLOCK_EXIT... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | add support for reading alpha channel from BMP images... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | copy both alpha and mask in Paste() (#9658) |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | added trivial wxLaunchDefaultApplication() implementati... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxImage::SetType() and use it in animation decoders... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | fix keyboard navigation in radio boxes containing hidde... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | implement wxLaunchDefaultApplication() for MSW and... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add more stock items (#9799) |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | inherit wx_error_mgr from jpeg_error_mgr instead of... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-08-01 |
Stefan Csomor | moving common implementation for osx closer to unix... |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | better guarding when no printing architecture exists... |
tree | commitdiff |
2008-07-30 |
Vadim Zeitlin | optimize Replace() for the common case of replacing... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar... |
tree | commitdiff |
2008-07-29 |
Václav Slavík | fixed messed up indentation |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
tree | commitdiff |
2008-07-29 |
Robert Roebling | Added 32-bit (UCS-4) wxUString class |
tree | commitdiff |
2008-07-26 |
Vadim Zeitlin | don't use assert dialog under wxDFB, it does more harm... |
tree | commitdiff |
2008-07-24 |
Vadim Zeitlin | fix index checking in GetRange() |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | fix crash when reading malformed PCX images (#3836) |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | get rid of base arrays in wxUSE_STL build, we don't... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | avoid unnecessary conversions in wxTextDataObject code... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | use (new) safer GetTraitsIfExists() in wxMutexGuiEnter... |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | handle C++ exception in EVT_{TIMER,IDLE} handlers ... |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | really fix compilation for PCH-less builds |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | compilation fix for PCH-less builds |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | big wxURI cleanup; it now handles Unicode characters... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | already escaped backslash shouldn't escape the followin... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | fix bug with wxCSConv("ASCII") |
tree | commitdiff |
2008-07-18 |
Vadim Zeitlin | really correct detecting the end of UTF-7-encoded strings |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | fix bug introduced in r54646: we still need to count... |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | properly detect missing data at the end of UTF-7-encode... |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | CP-xxx and MS-yyy iconv identifiers actually don't... |
tree | commitdiff |
2008-07-16 |
Vadim Zeitlin | implement flag for Unix-like behaviour in wxCmdLinePars... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | fix the output length returned from cWC2MB/MB2WC()... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | test ok in the record reading loop as otherwise we... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac... |
tree | commitdiff |
2008-07-14 |
Vadim Zeitlin | fix heap corruption bug: use delete[] to delete a buffe... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | added wxFlexGridSizer::Add{Row,Col}Growable() (#2603) |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | more compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON... |
tree | commitdiff |
2008-07-12 |
Vadim Zeitlin | add wxSocket::IsClosed(), use it to implement Eof(... |
tree | commitdiff |
2008-07-12 |
Vadim Zeitlin | no changes, just removed broken #if 0'd out code |
tree | commitdiff |
2008-07-10 |
Robin Dunn | ShouldAccountFor was a 2.8 only change. Use IsShown... |
tree | commitdiff |
2008-07-10 |
Robin Dunn | If an item is hidden, don't check it for overflows. |
tree | commitdiff |
2008-07-09 |
Stefan Csomor | adjusting endif comment to new #if |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | some blind compilation fixes for legacy code (#9698) |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | show busy cursor in wxLaunchDefaultBrowser and add... |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | update the year in wx information dialog (#9701) |
tree | commitdiff |
2008-07-07 |
Paul Cornett | gtk-universal build fixes |
tree | commitdiff |
2008-07-07 |
Stefan Csomor | make sure mac pref files remain visible and named as... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | fix focus problems in picker controls under MSW which... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | take const address objects in wxSocketClient::Connect... |
tree | commitdiff |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame... |
tree | commitdiff |
2008-07-05 |
Václav Slavík | reverted Robert's premature removal of deprecated 2... |
tree | commitdiff |
next |