2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to...
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | add support for resources forks in wxCopyFile() (modified...
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | support accelerators for buttons too (slightly modified...
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | added MacOpenURL() (patch 1235957)
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | document GetAnimation() (patch 1695722)
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | document adding new resource handlers (patch 1695722)
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | don't mention obsolete 2.2 version (part of patch 1695722)
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | mention more predefined array classes (part of patch...
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | use C++ compiler for all getsockopt() tests, not just...
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | use smaller icons, it looks better (patch 1695225)
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | use C++ compiler for all getsockopt() tests, not just...
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | don't access the window after it had been deleted by...
|
commit | commitdiff | tree |
2007-04-07 |
Vadim Zeitlin | fix typo in OnClosingDocument() name
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | add conversion of wxUniChar[Ref] to unsigned int if...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | added operator-(const wxChar *, const wxCStrData&)...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | wxCStrData must be dllexport'd now that it has non...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | suppress warning about converting -1 to MenuItemIndex
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | compilation fix: test correctly for filter string not...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | handle child destruction notifications in wxTLW itself...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | more compilation and linking fixes for !wxHAS_NATIVE_TAB_TRA...
|
commit | commitdiff | tree |
2007-04-06 |
Vadim Zeitlin | compilation fix for VC7.1: add size_t overloads for...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | compilation fix for g++ 3 (and probably others) after...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | compilation fixes for generic TAB navigation after...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on whether...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | wxString::[const_]iterator operators -= and += should...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | added overloads taking pairs of const char/wchar_t...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | added WX_ASSERT_STR_EQUAL helper macro for comparing...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | use wxINT32_MIN, not LONG_MIN, in wxDateTime default...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | changed wxLongLongNative(hi, lo) ctor to take wxInt32...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | define C99-like wxINT8/16/32_MIN/MAX constants in addition...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | corrected signed/unsigned comparison warning
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | fix another warning about unused variable in DoCStrDataTerna...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | fix warning about unused variable in DoCStrDataTernaryOperator()
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | construct wxBasicString directly from wxString instead...
|
commit | commitdiff | tree |
2007-04-05 |
Vadim Zeitlin | fix typo in allowOthers description
|
commit | commitdiff | tree |
2007-04-04 |
Vadim Zeitlin | compilation fix for Unicode build: remove ambiguity...
|
commit | commitdiff | tree |
2007-04-04 |
Vadim Zeitlin | don't call OnMouseEnter(-1) twice when the mouse leaves...
|
commit | commitdiff | tree |
2007-04-04 |
Vadim Zeitlin | call SetEventObject() for wxHtmlLinkEvents we generate
|
commit | commitdiff | tree |
2007-04-03 |
Vadim Zeitlin | Undid last commit and restored bool argument to wxFrame...
|
commit | commitdiff | tree |
2007-04-03 |
Vadim Zeitlin | removed unnecessary checks for m_clipboard/targetsWidget...
|
commit | commitdiff | tree |
2007-04-03 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),...
|
commit | commitdiff | tree |
2007-04-03 |
Vadim Zeitlin | quote AM_PATH_WXCONFIG arguments before passing them...
|
commit | commitdiff | tree |
2007-04-02 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),...
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | avoid asserts when the cipboard is acquired by another...
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | removing obsolete contribs (partly moved to wxCode)
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | removing obsolete contribs (partly moved to wxCode)
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | blind fix for Unicode key handling (patch 1615989)
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | toggle the first button in a radio tools group initially...
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | compilation fix for wxUniv after last commit
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | compilation fix for !wxUSE_PRINTF_POS_PARAMS
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | implement GetBestSize() (patch 1386199)
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | fixes for PCH-less build after last commit
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | fix unused parameter warning when wxHAS_NATIVE_OVERLAY...
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticText...
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | compilation fix after last change
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | include aui and richtext directories
|
commit | commitdiff | tree |
2007-04-01 |
Vadim Zeitlin | added a generic mechanism for registering global handlers...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | set string field of wxCommandEvent object generated...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | added test for EVT_TEXT handler for spin contorl
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | don't return wxFONTENCODING_DEFAULT from wxFont::GetEncoding...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | added gtk.tlw.can-set-transparency system option (replaces...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | don't remove the old tags of different kinds when setting...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | added a menu command to switch between clipboard and...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | decouple primary selection handling from clipboard...
|
commit | commitdiff | tree |
2007-03-31 |
Vadim Zeitlin | simplified the code by using new wxClipboardSync class...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | reverted part of patch 1610494 (rev 1.35) which broke...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't use deprecated wxSizerItem::SetWindow/Sizer/Spacer...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | clear m_oldStatusText after restoring it, otherwise...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added wxSizerItem::AssignXXX() methods replacing the...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't handle orderly socket shutdown by the peer as...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | fixed broken link and use \backslash instead of literal...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added more wxART_XXX ids (patch 1687751)
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added more wxART_XXX ids (patch 1687750)
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added <set-wxlike> tag (patch 1691429)
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | compilation fix for Win64 (patch 1690999)
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added check for index validity to OnTabButton()
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added SetSelectionToPage/Window() to simplify code...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't pass potentially negative index to SetSelection()
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added IO errors handling to TGA reading code
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | fix error handling in the generic branch of wxCopyFile()
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | fixed memory leaks when reading invalid GIFs
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | fix memory leak in wxFileTypeImpl::SetCommand() if...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | fix memory leak in wxFileTypeImpl::SetDefaultIcon(...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't dereference potentially NULL m_sock in Disconnect()
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't use m_stylePopup inside GetRichTextCtrl() before...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | check that we don't use a NULL pointer in XCopyRemote()
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added wxCHECK to ensure that we don't dereference a...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | no real changes, just fixed confusing (to both people...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | check for alpha first, then mask, in BlurHorizontal...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | no real changes, just attempt to work around false...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | use wxCHECK instead of wxASSERT to avoid use of NULL...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't use potentially NULL m_styleListBox (coverity...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | OnTabEndDrag() didn't handle NULL src_tabs case correctly...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | removed virtual GetSelectedBitmap() from the base wxDC...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | test whether pointer is non-NULL before using it, not...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | test whether pointer is non-NULL before using it, not...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | added a check that we have a non-NULL scrollbar in...
|
commit | commitdiff | tree |
next |