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 |
2006-10-22 |
Vadim Zeitlin | avoid code duplication between the generic and GTK...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | 1. We don't need GetTopLevelParent() here, we already...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | use gtk_expander_new_with_mnemonic() instead of just...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | cleanup (mainly wrapping lines to be < 80 chars); added...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | show the item for which the context menu is shown correctly
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | initial draft of wxCollapsiblePane (patch 1577412 by...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | there is no need to convert wxArrayString to wxString...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | added wxSimpleHtmlListBox (patch 1576109 by Francesco)
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | test indeterminate wxGauge mode (part of patch 1551409)
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | reverted change which made the progress dialog more...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | small refactoring to avoid code duplication; renamed...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | moved last change under the correct (2.7.2) version
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | clarify Skip() meaning even more (latest version of...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | added autopackage-related files
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | add alt popup window style allowing to use keyboard...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | make install location autodetection work for executables...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | use wxComboCtrl instead of custom popup window (patch...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | call Init() from wxBufferedDC ctors to ensure that...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | inherit the original layout direction (patch 1554810...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | why was using std::string and streams disabled by default...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | added wxAnimateCtrl test (rest of the patch 1581391)
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | rearranged wxUSE_XXX tests in alphabetical order for...
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | ignore .cached files created by the sample
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | more printf() tests (slightly modified patch 1581936)
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | fix compilation with PCH (patch 1581936)
|
commit | commitdiff | tree |
2006-10-22 |
Vadim Zeitlin | removed ^Ms
|
commit | commitdiff | tree |
2006-10-21 |
Vadim Zeitlin | fix for tabs drawing in RTL (patch 1552881)
|
commit | commitdiff | tree |
next |