2007-02-03 |
Vadim Zeitlin | fix compilation problem when wxUSE_FSVOLUME==0 after...
|
commit | commitdiff | tree |
2007-02-02 |
Vadim Zeitlin | use wxFSVolume instead of duplicating its functionality...
|
commit | commitdiff | tree |
2007-02-02 |
Vadim Zeitlin | don't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES...
|
commit | commitdiff | tree |
2007-02-02 |
Vadim Zeitlin | fix assert when the control doesn't have a valid date...
|
commit | commitdiff | tree |
2007-02-02 |
Vadim Zeitlin | don't wait for Windows messages in WaitForThread()...
|
commit | commitdiff | tree |
2007-02-02 |
Vadim Zeitlin | don't wake up on Windows messages when waiting for...
|
commit | commitdiff | tree |
2007-02-02 |
Vadim Zeitlin | added support for underlined fonts
|
commit | commitdiff | tree |
2007-02-01 |
Vadim Zeitlin | document wxNewId() as being deprecated
|
commit | commitdiff | tree |
2007-02-01 |
Vadim Zeitlin | document Next/PrevControlId
|
commit | commitdiff | tree |
2007-02-01 |
Vadim Zeitlin | use wxObject copy ctor, not default ctor, in wxEvent...
|
commit | commitdiff | tree |
2007-01-31 |
Vadim Zeitlin | removed wxABI_TESTS, they're irrelvant in 2.9
|
commit | commitdiff | tree |
2007-01-31 |
Vadim Zeitlin | Added wxSizerFlags::Top() and Bottom()
|
commit | commitdiff | tree |
2007-01-31 |
Vadim Zeitlin | removed 2.6 incompatibilities section
|
commit | commitdiff | tree |
2007-01-25 |
Vadim Zeitlin | changing text alignment dynamically doesn't always...
|
commit | commitdiff | tree |
2007-01-24 |
Vadim Zeitlin | document that the parent window gets EVT_LEAVE_WINDOW...
|
commit | commitdiff | tree |
2007-01-24 |
Vadim Zeitlin | use LLONG_MIN instead of -1 (which is a valid time...
|
commit | commitdiff | tree |
2007-01-21 |
Vadim Zeitlin | fix infinite recursion when processing navigation keys...
|
commit | commitdiff | tree |
2007-01-21 |
Vadim Zeitlin | reverted last commit, using result of NewControlId...
|
commit | commitdiff | tree |
2007-01-21 |
Vadim Zeitlin | use wxID_ANY for internal controller control instead...
|
commit | commitdiff | tree |
2007-01-20 |
Vadim Zeitlin | don't crash in dtor if the X11 window hadn't been created...
|
commit | commitdiff | tree |
2007-01-20 |
Vadim Zeitlin | name user config file appname.conf when it's locayed...
|
commit | commitdiff | tree |
2007-01-20 |
Vadim Zeitlin | set command int (indicating whether the item is checked...
|
commit | commitdiff | tree |
2007-01-19 |
Vadim Zeitlin | disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn...
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | added wxCSConv::IsOk() (patch 1637944)
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | corrected VC warning about possibly uninitialized variable...
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | make wxTextFile work with unseekable files again (patch...
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | reverted last change: wxGTK-specific wxMutextGui code...
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | added wx/window.h included needed by last change using...
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to...
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | added wxDateTime::GetDateOnly()
|
commit | commitdiff | tree |
2007-01-18 |
Vadim Zeitlin | corrected crash: need to set m_frame eariler (Wlodek...
|
commit | commitdiff | tree |
2007-01-17 |
Vadim Zeitlin | discard time part of m_date, otherwise comparisons...
|
commit | commitdiff | tree |
2007-01-15 |
Vadim Zeitlin | honour the drag effect supported by the drag source...
|
commit | commitdiff | tree |
2007-01-15 |
Vadim Zeitlin | added wx/image.h to fix non-PCH compilation after last...
|
commit | commitdiff | tree |
2007-01-14 |
Vadim Zeitlin | create in place edit control with wxTE_PROCESS_ENTER...
|
commit | commitdiff | tree |
2007-01-14 |
Vadim Zeitlin | corrected drawing of the bitmaps for the disabled menu...
|
commit | commitdiff | tree |
2007-01-14 |
Vadim Zeitlin | test rendering of disabled items with bitmaps (for...
|
commit | commitdiff | tree |
2007-01-14 |
Vadim Zeitlin | added wxSizerFlags::Shaped() and FixedMinSize() methods
|
commit | commitdiff | tree |
2007-01-14 |
Vadim Zeitlin | added wxABI_VERSION check around new public wxFileHistory...
|
commit | commitdiff | tree |
2007-01-14 |
Vadim Zeitlin | don't crash when setting tooltip for a picker without...
|
commit | commitdiff | tree |
2007-01-12 |
Vadim Zeitlin | only set cursor immediately in SetCursor() if the mouse...
|
commit | commitdiff | tree |
2007-01-11 |
Vadim Zeitlin | use wxNO_LEN and wxCONV_FAILED symbolic constants instead...
|
commit | commitdiff | tree |
2007-01-11 |
Vadim Zeitlin | no changes, just refactor the code sending spin update...
|
commit | commitdiff | tree |
2007-01-11 |
Vadim Zeitlin | apply patch 1630906 after all as with my simpler fix...
|
commit | commitdiff | tree |
2007-01-11 |
Vadim Zeitlin | fix lack of spin control update event when control...
|
commit | commitdiff | tree |
2007-01-11 |
Vadim Zeitlin | suppress spurious error message when copying from clipboard...
|
commit | commitdiff | tree |
2007-01-11 |
Vadim Zeitlin | reverted wrong change of rev 1.129 and fixed the first...
|
commit | commitdiff | tree |
2007-01-11 |
Vadim Zeitlin | do strtoll() test using C++ compiler as at least under...
|
commit | commitdiff | tree |
2007-01-10 |
Vadim Zeitlin | add #if wxUSE_TOOLTIPS around DoSetToolTip()
|
commit | commitdiff | tree |
2007-01-09 |
Vadim Zeitlin | check parameters after options check sothat usign ...
|
commit | commitdiff | tree |
2007-01-09 |
Vadim Zeitlin | show -version in the list of options; exit after showing...
|
commit | commitdiff | tree |
2007-01-09 |
Vadim Zeitlin | more about virtual functions access specifier changing
|
commit | commitdiff | tree |
2007-01-08 |
Vadim Zeitlin | added more wxUSE_TREE/LISTCTRL tests to fix compilation...
|
commit | commitdiff | tree |
2007-01-08 |
Vadim Zeitlin | use wxLongLong_t instead of long long
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fix compilation for latest SDK where EnumModulesProc...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | updated version to 2.8.1
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | also update wxVERSION_STRING
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | apparently the previous version was generated with...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | also update manual.tex
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | more informative output
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | updated version to 2.8.1
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | added a script to update release version field
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | don't compile wxDataViewDateRendererPopupTransient...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | no changes, just removed duplicate TreeView_HitTest...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | corrected message about page number overflow
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | added EVT_TASKBAR_CLICK and use it to show taskbar...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | regenerated after wx/richtext/richtextstyles.h addition
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | added wx/richtext/richtextstyles.h (bug 1624364)
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | make HitTest() public (bug 1626543); this changes ABI...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | disable wxCollapsiblePane compilation in wx/chkconf...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fix attribute memory leak in wxGrid::ShowCellEditControl...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | added support and enable long long support when wxLongLong_...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fix wxMDIChidFrame::GetPosition() (patch 1626610)
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | include WebKit.h as otherwise WebKit is not detected...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | mention RTL fixes by Diaa Sami
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fix combobox dropdown position in RTL (patch 1623127)
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fixes and workarounds to return value of our own wxVsnprintf...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | fix for popup positioning in RTL mode (patch 1622930)
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | set tooltips for the both subcontrols (patch 1622531)
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | added wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | return correct item and position from wxTreeEvent:...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | corrected ctor signature
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | added wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | operators == and != are const (part of patch 1622125)
|
commit | commitdiff | tree |
2007-01-07 |
Vadim Zeitlin | changed copyright year to 2007
|
commit | commitdiff | tree |
2007-01-05 |
Vadim Zeitlin | more unescaped underscores
|
commit | commitdiff | tree |
2007-01-05 |
Vadim Zeitlin | fix broken links to File/DirName()
|
commit | commitdiff | tree |
2007-01-05 |
Vadim Zeitlin | rename Inside(x,y) parameters to avoid gcc warnings...
|
commit | commitdiff | tree |
2006-12-31 |
Vadim Zeitlin | correct OnOpenError() return type
|
commit | commitdiff | tree |
2006-12-29 |
Vadim Zeitlin | wxVariant and wxVariantData are ref counted too (patch...
|
commit | commitdiff | tree |
2006-12-29 |
Vadim Zeitlin | wxFileModificationTime return -1, not 0, on error ...
|
commit | commitdiff | tree |
2006-12-29 |
Vadim Zeitlin | fixed incorrectly inversed test for parent [not] being...
|
commit | commitdiff | tree |
2006-12-25 |
Vadim Zeitlin | show RTL message box (in Unicode build only) when using...
|
commit | commitdiff | tree |
2006-12-24 |
Vadim Zeitlin | compare charset strings case-insensitively (and so...
|
commit | commitdiff | tree |
2006-12-24 |
Vadim Zeitlin | document ShowHidden() (patch 1619786)
|
commit | commitdiff | tree |
2006-12-24 |
Vadim Zeitlin | added a couple of missing membersections and fixed...
|
commit | commitdiff | tree |
2006-12-24 |
Vadim Zeitlin | fix hint rect position for RTL (patch 1618719 from...
|
commit | commitdiff | tree |
next |