2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | no changes, just removed _T()s and unnecessary wxUnused... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | fix bugs in FindFirst() (it gets URL, not filename... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | no real changes, just also rename _Read/_Write() to... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | Cleanup of wxSocket::_Wait(): |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | no changes at all, just reformatted to use consistent... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | use the currently active event loop for the event dispa... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | don't replace . and .. with the corresponding directoti... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | fix off by one bug in the buffer size (fixes #10039) |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656) |
tree | commitdiff |
2008-10-10 |
Vadim Zeitlin | don't crash when streaming out a wxString into an std... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | implemented wxMemoryFSHandler::FindFirst/Next() |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | made m_Hash object, not a pointer and moved hash declar... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | removed the strange __WXMSW__ test in AddFile(bitmap... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | rewrite using type safe wxHashMap instead of wxObject... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | no changes, just some minor cleanup |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | fix off by one byg in ReserveId() (closes #10020) |
tree | commitdiff |
2008-10-01 |
Vadim Zeitlin | add a more readable wrapper for CreateDocument(wxEmptyS... |
tree | commitdiff |
2008-10-01 |
Vadim Zeitlin | don't distribute negative extra space among box sizer... |
tree | commitdiff |
2008-09-29 |
Vadim Zeitlin | no real changes, just fixed all occurences of 'occurenc... |
tree | commitdiff |
2008-09-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non... |
tree | commitdiff |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | fix ParseFormat("%d") to set the date it finds (#10002) |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | don't test for both stream.fail() and stream.bad()... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | specify the file name in IO errors messages; also make... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | fix parsing of IP literals in URIs, added test for it |
tree | commitdiff |
2008-09-25 |
Kevin Ollivier | Get wxMediaCtrl stub impl. going for OS X Cocoa. |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | changed wxColourData::GetCustomColour to const; there... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | reverted r55167, see #9854 |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use factor of 10, not 100, to convert mm to cm after... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use inches2mm instead of literal constant in wxGetDispl... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | fix the event handling in presence of pushed event... |
tree | commitdiff |
2008-09-22 |
Stefan Csomor | fixing typo, thanks to Angelo Mottola |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use ProcessEventHere() instead of ProcessEvent() in... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | hook the docview-specific customization of event handli... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | extracted the part of ProcessEvent() which is repeated... |
tree | commitdiff |
2008-09-21 |
Vadim Zeitlin | don't waste time sending out update UI events for separ... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrin... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | make wxKeyEvent and wxMouseEvent derive from the same... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | set selection point to end in wxTextEntryBase::SetValue... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | set buffer length after reading the file contents into... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | return 0 (meaning the file is not seekable, as the... |
tree | commitdiff |
2008-09-17 |
Vadim Zeitlin | ensure that the copies of the bitmap passed to wxMemory... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | added wxFileName::GetVolumeString() (#9950) |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | compilation fix after the last commit |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | don't give spurious error messages if the default brows... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937) |
tree | commitdiff |
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 |
next |