2008-11-08 |
Vadim Zeitlin | fix race condition which could result in assert failure... |
tree | commitdiff |
2008-11-06 |
Vadim Zeitlin | check for NULL pointer in IsExtensionInList() |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | fix (harmless) unused variable warning |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | fix (justified) warnings about potential use of uniniti... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | fix linking problems due to MSVC implicitly considering... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | VC6 compilation fix after last change (thanks buildbot) |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | use buffered streams to reduce the number of TCP packet... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | provide ctors allowing to specify the non-default buffe... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | added wxDocument::AlreadySaved() and use it in OnUpdate... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | fix assert when adding an entry to an already full... |
tree | commitdiff |
2008-10-29 |
Jouk Jansen | Update OpenVMS compile support (problem cairo logical) |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | make IsKindOf() taking a const wxClassInfo* instead... |
tree | commitdiff |
2008-10-28 |
Vadim Zeitlin | no real changes, just reformat before starting really... |
tree | commitdiff |
2008-10-25 |
Vadim Zeitlin | rename ca@valencian description to "Valencian (Southern... |
tree | commitdiff |
2008-10-23 |
Vadim Zeitlin | fix a couple of typos pointed out by a translator |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | use wxRegKey::QueryDefaultValue() explicitly to fix... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | avoid an unnecessary and unused (resulting in release... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | work around Borland compilation errors |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix virtual function hiding warnings introduced to... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | remove unused abits variable from DoLoadDib() |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | significantly optimize wxCSConv::To/FromWChar(NULL... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-17 |
Paul Cornett | pass window parameter to wxSystemSettings::GetMetric... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Dont't finish any editing if there is no control |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
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 |
next |