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 |
2008-10-03 |
Vadim Zeitlin | return false if the file passed to Load() doesn't exist...
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | fix off by one byg in ReserveId() (closes #10020)
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | don't build memcheck (fails in release) and MFC (fails...
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | merged docvwmdi sample into docview one to avoid having...
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | merged docvwmdi sample into docview one to avoid having...
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | corrected samples.h location
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | update samples page location after switch to Doxygen
|
commit | commitdiff | tree |
2008-10-03 |
Vadim Zeitlin | no changes, just removed commented out code accidentally...
|
commit | commitdiff | tree |
2008-10-02 |
Vadim Zeitlin | honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderless...
|
commit | commitdiff | tree |
2008-10-01 |
Vadim Zeitlin | add a more readable wrapper for CreateDocument(wxEmptyString...
|
commit | commitdiff | tree |
2008-10-01 |
Vadim Zeitlin | don't distribute negative extra space among box sizer...
|
commit | commitdiff | tree |
2008-09-29 |
Vadim Zeitlin | no real changes, just fixed all occurences of 'occurence...
|
commit | commitdiff | tree |
2008-09-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non...
|
commit | commitdiff | tree |
2008-09-28 |
Vadim Zeitlin | extact common GAddress declarations to the common header...
|
commit | commitdiff | tree |
2008-09-28 |
Vadim Zeitlin | move check for wxUSE_IPV6 being defined to wx/chkconf...
|
commit | commitdiff | tree |
2008-09-28 |
Vadim Zeitlin | set native eol-style on source and make files
|
commit | commitdiff | tree |
2008-09-28 |
Vadim Zeitlin | fix (harmless) VC9 unreachable code warning
|
commit | commitdiff | tree |
2008-09-28 |
Vadim Zeitlin | fix VC9 compilation: interface is #defined as struct...
|
commit | commitdiff | tree |
2008-09-27 |
Vadim Zeitlin | fix VC9 compilation: FileNameInfo identifier conflicts...
|
commit | commitdiff | tree |
2008-09-26 |
Vadim Zeitlin | eliminate the hysteresis when scrollbars didn't disappear...
|
commit | commitdiff | tree |
2008-09-26 |
Vadim Zeitlin | eliminate the hysteresis when scrollbars didn't disappear...
|
commit | commitdiff | tree |
2008-09-26 |
Vadim Zeitlin | fix ParseFormat("%d") to set the date it finds (#10002)
|
commit | commitdiff | tree |
2008-09-26 |
Vadim Zeitlin | using CLSCTX_ALL fails with Microsoft Office applications...
|
commit | commitdiff | tree |
2008-09-26 |
Vadim Zeitlin | tried to make umask comment make more sense
|
commit | commitdiff | tree |
2008-09-26 |
Vadim Zeitlin | Brian Ravnsgaard Riis slave added
|
commit | commitdiff | tree |
2008-09-26 |
Vadim Zeitlin | update from Laurent
|
commit | commitdiff | tree |
2008-09-25 |
Vadim Zeitlin | don't give errors if SetLayeredWindowAttributes() is...
|
commit | commitdiff | tree |
2008-09-25 |
Vadim Zeitlin | don't test for both stream.fail() and stream.bad()...
|
commit | commitdiff | tree |
2008-09-25 |
Vadim Zeitlin | specify the file name in IO errors messages; also make...
|
commit | commitdiff | tree |
2008-09-25 |
Vadim Zeitlin | fix parsing of IP literals in URIs, added test for it
|
commit | commitdiff | tree |
2008-09-25 |
Vadim Zeitlin | introduced more convenient and readable URI_ASSERT_XXX_EQUAL...
|
commit | commitdiff | tree |
2008-09-25 |
Vadim Zeitlin | removed hardcoded size of 66 bytes of PRINTDLG struct...
|
commit | commitdiff | tree |
2008-09-24 |
Vadim Zeitlin | still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8...
|
commit | commitdiff | tree |
2008-09-24 |
Vadim Zeitlin | return false, not true, from wxSingleInstanceChecker...
|
commit | commitdiff | tree |
2008-09-24 |
Vadim Zeitlin | reverted r55167, see #9854
|
commit | commitdiff | tree |
2008-09-24 |
Vadim Zeitlin | restore the original selection when the dropdown is...
|
commit | commitdiff | tree |
next |