2008-10-27 |
Vadim Zeitlin | rebaked using bakefile 0.2.5
|
commit | commitdiff | tree |
2008-10-25 |
Vadim Zeitlin | rename ca@valencian description to "Valencian (Southern...
|
commit | commitdiff | tree |
2008-10-25 |
Vadim Zeitlin | some fixes from Robert Millan
|
commit | commitdiff | tree |
2008-10-24 |
Vadim Zeitlin | initial Valencian (Southern Catalan) translation from...
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | fix a couple of typos pointed out by a translator
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | added Vietnamese translations
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | use hex escapes instead of 8 bit characaters (#10105)
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | give credit for wxGrid column move hint improvement
|
commit | commitdiff | tree |
2008-10-22 |
Vadim Zeitlin | compilation fix for operator=() with DMC
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | use wxRegKey::QueryDefaultValue() explicitly to fix...
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | a couple of more left over Borland unused variable...
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | slightly better error reporting (could still be improved)
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | 2006 version of Borland compiler still doesn't grok...
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused...
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | avoid an unnecessary and unused (resulting in release...
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | work around Borland compilation errors
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | fix virtual function hiding warnings introduced to...
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | use renderer for drawing the item background on ports...
|
commit | commitdiff | tree |
2008-10-20 |
Vadim Zeitlin | remove unused abits variable from DoLoadDib()
|
commit | commitdiff | tree |
2008-10-19 |
Vadim Zeitlin | correct some wording of recent changes
|
commit | commitdiff | tree |
2008-10-19 |
Vadim Zeitlin | remove extraneous returns
|
commit | commitdiff | tree |
2008-10-18 |
Vadim Zeitlin | remove assert from GetSizeAvailableForScrollTarget
|
commit | commitdiff | tree |
2008-10-17 |
Vadim Zeitlin | handle error in GetDataSize()
|
commit | commitdiff | tree |
2008-10-17 |
Vadim Zeitlin | significantly optimize wxCSConv::To/FromWChar(NULL...
|
commit | commitdiff | tree |
2008-10-17 |
Vadim Zeitlin | add a simple benchmark for wx and iconv converters...
|
commit | commitdiff | tree |
2008-10-17 |
Vadim Zeitlin | compilation fix for include wx/generic/stattextg.h...
|
commit | commitdiff | tree |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviour...
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | fix PCH in VC8 projects (until the next rebake...)
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | add very simple (but already exposing many problems...
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | allow specifying initialization and cleanup functions...
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we processed...
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | Dispatch() must dispatch the real events and not only...
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | added wxConnection::IsTextFormat()
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we processed...
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | no changes, just removed _T()s and unnecessary wxUnusedVar()s
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | remove obsolete makefiles
|
commit | commitdiff | tree |
2008-10-16 |
Vadim Zeitlin | disable VC6 warning C4284; put all warning disable...
|
commit | commitdiff | tree |
2008-10-15 |
Vadim Zeitlin | reset deferred position/size if the window was moved...
|
commit | commitdiff | tree |
2008-10-15 |
Vadim Zeitlin | implement GetSizeAvailableForScrollTarget() in MyScrolledWindow
|
commit | commitdiff | tree |
2008-10-15 |
Vadim Zeitlin | document GetSizeAvailableForScrollTarget()
|
commit | commitdiff | tree |
2008-10-15 |
Vadim Zeitlin | base new timer expiration time on current time, not...
|
commit | commitdiff | tree |
2008-10-15 |
Vadim Zeitlin | compilation fix for wxUSE_STD_IOSTREAM==0
|
commit | commitdiff | tree |
2008-10-14 |
Vadim Zeitlin | fix bugs in FindFirst() (it gets URL, not filename...
|
commit | commitdiff | tree |
2008-10-14 |
Vadim Zeitlin | added -1 (a.k.a. --single) command line option
|
commit | commitdiff | tree |
2008-10-14 |
Vadim Zeitlin | no real changes, just come cleanup (use constants instead...
|
commit | commitdiff | tree |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026)
|
commit | commitdiff | tree |
2008-10-14 |
Vadim Zeitlin | fix the bug in insert(end(), value) and added unit...
|
commit | commitdiff | tree |
2008-10-14 |
Vadim Zeitlin | remove default value for the last parameter of insert...
|
commit | commitdiff | tree |
2008-10-13 |
Vadim Zeitlin | make the default value of numeric parameter 0, not...
|
commit | commitdiff | tree |
2008-10-13 |
Vadim Zeitlin | fix final note language
|
commit | commitdiff | tree |
2008-10-13 |
Vadim Zeitlin | remove green colour from literal strings, this is annoyingly...
|
commit | commitdiff | tree |
2008-10-13 |
Vadim Zeitlin | no real changes, just also rename _Read/_Write() to...
|
commit | commitdiff | tree |
2008-10-13 |
Vadim Zeitlin | Cleanup of wxSocket::_Wait():
|
commit | commitdiff | tree |
2008-10-13 |
Vadim Zeitlin | no need to test that the pointer is non-NULL before...
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | no changes at all, just reformatted to use consistent...
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | create local event loop for the operations which need...
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | use the currently active event loop for the event dispatchin...
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | get rid of unused variable warning
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | wxUSE_STL compilation fix
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | don't allocate a too big buffer on stack
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | add simple (and disabled by default) wxSocket client...
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | don't replace . and .. with the corresponding directoties...
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | fix off by one bug in the buffer size (fixes #10039)
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | renamed the subdirectory to indicate that it contains...
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | add stock images to the stock items page (closes #9533)
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656)
|
commit | commitdiff | tree |
2008-10-12 |
Vadim Zeitlin | add a unit test for reading non existent values (to...
|
commit | commitdiff | tree |
2008-10-10 |
Vadim Zeitlin | STL build compilation fix
|
commit | commitdiff | tree |
2008-10-10 |
Vadim Zeitlin | fix C strings comparison in LoadSave() test in STL...
|
commit | commitdiff | tree |
2008-10-10 |
Vadim Zeitlin | just return false instead of crashing if the document...
|
commit | commitdiff | tree |
2008-10-10 |
Vadim Zeitlin | don't crash when streaming out a wxString into an std...
|
commit | commitdiff | tree |
2008-10-10 |
Vadim Zeitlin | add a very simple test for Load/Save()
|
commit | commitdiff | tree |
2008-10-09 |
Vadim Zeitlin | use wxScopeGuard instead of an explicit try/catch(...
|
commit | commitdiff | tree |
2008-10-09 |
Vadim Zeitlin | add 3 parameter scope guard; improve its documentation
|
commit | commitdiff | tree |
2008-10-09 |
Vadim Zeitlin | use /nologo nmake switch to avoid many annoying copyright...
|
commit | commitdiff | tree |
2008-10-09 |
Vadim Zeitlin | exclude contrib from build for as long as there is...
|
commit | commitdiff | tree |
2008-10-09 |
Vadim Zeitlin | trying to fix visibility problems for ObjC++ files...
|
commit | commitdiff | tree |
2008-10-09 |
Vadim Zeitlin | fix bug in the test in STL build (where std::vector...
|
commit | commitdiff | tree |
2008-10-09 |
Vadim Zeitlin | fix errors due to missing wxPrintf() declaration in...
|
commit | commitdiff | tree |
2008-10-08 |
Vadim Zeitlin | regenerated after updating to 0.2.4 bakefile.m4
|
commit | commitdiff | tree |
2008-10-08 |
Vadim Zeitlin | add VC9 project files (closes #9960)
|
commit | commitdiff | tree |
2008-10-08 |
Vadim Zeitlin | update to 0.2.4 version
|
commit | commitdiff | tree |
2008-10-08 |
Vadim Zeitlin | added wxDC::GetHDC() for backwards compatibility with...
|
commit | commitdiff | tree |
2008-10-08 |
Vadim Zeitlin | added propgrid files
|
commit | commitdiff | tree |
2008-10-08 |
Vadim Zeitlin | rebaked makefiles with 0.2.4 (and now with forgotten...
|
commit | commitdiff | tree |
2008-10-08 |
Vadim Zeitlin | rebaked makefiles with 0.2.4
|
commit | commitdiff | tree |
2008-10-07 |
Vadim Zeitlin | document that Set/ChangeValue() set the insertion point...
|
commit | commitdiff | tree |
2008-10-06 |
Vadim Zeitlin | implemented wxMemoryFSHandler::FindFirst/Next()
|
commit | commitdiff | tree |
2008-10-06 |
Vadim Zeitlin | made m_Hash object, not a pointer and moved hash declaration...
|
commit | commitdiff | tree |
2008-10-06 |
Vadim Zeitlin | removed the strange __WXMSW__ test in AddFile(bitmap...
|
commit | commitdiff | tree |
2008-10-06 |
Vadim Zeitlin | rewrite using type safe wxHashMap instead of wxObject...
|
commit | commitdiff | tree |
2008-10-06 |
Vadim Zeitlin | remove erase(const_iterator) overload, it should have...
|
commit | commitdiff | tree |
2008-10-06 |
Vadim Zeitlin | no changes, just some minor cleanup
|
commit | commitdiff | tree |
2008-10-06 |
Vadim Zeitlin | set svn properties correctly
|
commit | commitdiff | tree |
2008-10-05 |
Vadim Zeitlin | correct the example/documentation of GetDocumentsDir...
|
commit | commitdiff | tree |
2008-10-04 |
Vadim Zeitlin | added the possibility to draw grid lines across the...
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | don't duplicate base class m_acceleratorTable as m_accelTabl...
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | fix VC6 compilation problems due to its for variables...
|
commit | commitdiff | tree |
next |