2006-10-30 |
Vadim Zeitlin | need to include wx/msw/private.h to get GetHwnd() which...
|
commit | commitdiff | tree |
2006-10-30 |
Vadim Zeitlin | define wxLongLong_t as long long if it is supported...
|
commit | commitdiff | tree |
2006-10-30 |
Vadim Zeitlin | slightly reduce the number of #ifndef __WATCOMC__
|
commit | commitdiff | tree |
2006-10-30 |
Vadim Zeitlin | check that the cell using bool editor has a valid value...
|
commit | commitdiff | tree |
2006-10-30 |
Vadim Zeitlin | try http scheme if we can't find the default browser...
|
commit | commitdiff | tree |
2006-10-30 |
Vadim Zeitlin | undid removal of implicit http: from wxLaunchDefaultBrowser...
|
commit | commitdiff | tree |
2006-10-30 |
Vadim Zeitlin | increment TEXTCTRLYADJUST_CLASSIC (patch 1586710)
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | Borland needs dummy return in wxSEH_HANDLE as well
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | removed more unused variables (thanks Borland)
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | removed unused variable (thanks Borland)
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | commented out more unused code (bcc compilation warning)
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | renamed OnLinkClicked() event handler to avoid hiding...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | set wxUSE_STD_STRING to 1 by default
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | escape special SQL chars in where clauses (patch 1204728)
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | search in the index case-insensitively in FindPageByName...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | avoid infinite recursion by not using GetMaxWidth/Height...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | mention wxTB_RIGHT patch
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | remove manual bitmap greying code with a call to wxImage...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | don't override GetMinWidth/Height() which are non-virtual...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | return the results of GetMin/MaxSize() from GetMin...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | pass correct indicator pointer to SQLBindCol() (patch...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | post WM_CLOSE instead of deleting the inplace edit...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | CW8.3+ has ssize_t (patch 1492413)
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | some people disliked the asterisks in wxDebugReport...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | added wxTB_RIGHT style for right-aligned toolbars ...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | added TGA handler (somewhat modified patch 1393912)
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | don't set translation credits if they're empty (part...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | correct EnsureFileAccessible() docs broken by previous...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | don't call gtk_image_set_from_pixbuf() if no animation...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | commented out/unused code removed; use wxAboutDialog...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | handle errors returned by wxAnimateCtrl::Play() (part...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | don't use Unicode filenames under Win9x, even with...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | deal correctly with vsnprintf() implementations which...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | use just HAVE_FSYNC as wxFsync() guard, it is now defined...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | use wxPOSIX_IDENT() for consistent handling of underscores...
|
commit | commitdiff | tree |
2006-10-29 |
Vadim Zeitlin | added NZST and NZDT time zones (request 617912)
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | remove unneeded WXDLLEXPORTs for the classes only used...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | avoid gcc warnings about missing braces in an aggregate...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | check for strtoull() or wcstoull()
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | fix gcc compilation warning
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | added wxString::ToLongLong() and ToULongLong() (feature...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | no changes, just a typo in comment
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | also reset errno iin ToDouble()
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | reset errno before testing it
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | extracted common code of ToLong and ToULong in a separate...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | deTABified
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | check for under/overflow in ToLong/ULong/Double() as...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | Alloc() doesn't clear the array any more, for consistency...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | no real changes, just renamed the header guard to standard...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | deprecate wxSTRING_MAXLEN in favour of wxString::npos
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | added missing dlldecl for wxFSHandlerHash
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | allow customizing the string values returned by wxGridCellBo...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | don't use unneeded logBuf member variable; show the...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | explain that wxRTTI macros must be used for OnCompareItems...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | verify that we checked all the array elements in TestSTL...
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | fix VC warning about forward declaring struct as class
|
commit | commitdiff | tree |
2006-10-28 |
Vadim Zeitlin | removed hard TAB
|
commit | commitdiff | tree |
2006-10-27 |
Vadim Zeitlin | don't use _INTEGRAL_MAX_BITS to decide whether a (Windows...
|
commit | commitdiff | tree |
2006-10-26 |
Vadim Zeitlin | include autopackage-related files
|
commit | commitdiff | tree |
2006-10-26 |
Vadim Zeitlin | include wx/msw/mslu.h for wxUsingUnicowsDll() declaration
|
commit | commitdiff | tree |
2006-10-26 |
Vadim Zeitlin | no need to include wx/msw/mslu.h from here any more...
|
commit | commitdiff | tree |
2006-10-26 |
Vadim Zeitlin | rename UpdatePulse() to Pulse() (forgot to commit with...
|
commit | commitdiff | tree |
2006-10-26 |
Vadim Zeitlin | move wxMSLU_xxx redefinitions of xxx() Windows functions...
|
commit | commitdiff | tree |
2006-10-26 |
Vadim Zeitlin | fixed reversed return value of IsEmpty() (closes 1585004)
|
commit | commitdiff | tree |
2006-10-26 |
Vadim Zeitlin | explain more clearly the possible usage scenarios
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | declare wxMSLU_xxx functions in the headers which define...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | use WX_DEFINE_ARRAY_INT for an array of ints (bug 1536482)
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | corrected EVT_NOTIFY[_RANGE] docs (bug 1439078)
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | correct custom event type example and point to the...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | corrected order of parameters in ctor (closes 1304320)
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | explain why wxSpinCtrl may be available on platforms...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | renamed static functions section to global functions...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | wxGLCanvas is also available under Mac and other platforms...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | removed confusing 'native make' from mingw32 section...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | document what exactly SetAlignment() expects (bug 1232727...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | corrected wxEntry declarations (closes 1222193); added...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | explain that CW might not work, mention that BC5 worked...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | correct wxDirExists() parameter type (closes 1220417)
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | document GetDocManager() (closes 1098861)
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | clarify GetWheelRotation() (bug 969231)
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | add a note explaining that sizers should be heap-allocated...
|
commit | commitdiff | tree |
2006-10-25 |
Vadim Zeitlin | add hyperlink to wxList to GetMenuItems() docs (bug...
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | use manifest id of 2 if ISOLATION_AWARE_ENABLED is...
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | mention VC6 problem with the dependencies (closes 1216051)
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | include build/msw/wx_base.dsp in wxBase distribution...
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | define WXDEBUG_NEW to use special VC++-specific new...
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | mention that ChangeValue() is for wx 2.7.1+; don't...
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | wxCollapsiblePaneEvent is in adv library, not core
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | reset the internal flags at the end of DoSetValue(...
|
commit | commitdiff | tree |
2006-10-24 |
Vadim Zeitlin | test that _INTEGRAL_MAX_BITS is defined before comparing...
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | added a section about the dialog buttons
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | removed OnOk/Apply/Cancel() documentation, they don...
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | don't use static objects containing bitmaps, this almost...
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | moved wxCollapsiblePane files to adv library
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | use wxBitmap object as m_buffer and not a pointer to...
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | moved wxCollapsiblePane files to adv library
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | added wxHAS_XXX section
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | don't update the size of a maximized TLW, whatever...
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | try to simplify the web of ifdefs; add Borland to the...
|
commit | commitdiff | tree |
2006-10-23 |
Vadim Zeitlin | don't show licence pane if there is no licence text
|
commit | commitdiff | tree |
next |