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 |
2007-03-30 |
Vadim Zeitlin | don't dereferencep ossibly NULL pointers in DoScreenToClient...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't return junk from wxGetOsVersion() if we failed...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | move m_perDisplayData destruction to dtor from CleanUp...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | check that the pointer is non-NULL before using it...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | check that filename pointer is non-NULL before using...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't use C++ comments in C file
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | disable select root menu command when the root is hidden
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't crash when attempting to select hidden tree root...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | this project file is obsolete, now treectrl.dsp is...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | don't call gtk_label_set_line_wrap() from DoGetBestSize...
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | fix PangoFontMetrics leak in GetCharHeight() (bug 1691180)
|
commit | commitdiff | tree |
2007-03-30 |
Vadim Zeitlin | define wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h...
|
commit | commitdiff | tree |
2007-03-29 |
Vadim Zeitlin | fix memory leak when handling background attribute...
|
commit | commitdiff | tree |
2007-03-29 |
Vadim Zeitlin | fix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMPATIBI...
|
commit | commitdiff | tree |
2007-03-29 |
Vadim Zeitlin | rebaked with the fix for the directories with spaces...
|
commit | commitdiff | tree |
2007-03-29 |
Vadim Zeitlin | added wx/cocoa/tooltip.h to COCOA_HDR (bug 1689148)
|
commit | commitdiff | tree |
2007-03-29 |
Vadim Zeitlin | rebaked after adding new string-related headers
|
commit | commitdiff | tree |
2007-03-29 |
Vadim Zeitlin | added overloads of operators for wint_t for VC when...
|
commit | commitdiff | tree |
2007-03-29 |
Vadim Zeitlin | define ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRINTF...
|
commit | commitdiff | tree |
2007-03-28 |
Vadim Zeitlin | added wxString::operator[](int) as it's commonly used...
|
commit | commitdiff | tree |
2007-03-28 |
Vadim Zeitlin | update from helix84
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | make Ctrl-PageUp/Down work for changing notebook pages...
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | removed wxHAS_NATIVE_TAB_TRAVERSAL which is now defined...
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | use NavigateIn() method instead of sending wxNavigationKeyEv...
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementation...
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | added taborder sample
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | added ellipsis to a couple of stock labels
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | fixed compilation without PCH
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | use more complicated layout; added wxTE_PROCESS_TAB...
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | send wxNavigationKeyEvent to the correct window
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | added taborder sample
|
commit | commitdiff | tree |
2007-03-26 |
Vadim Zeitlin | assert if AddRoot() is called twice for a wxTR_HIDE_ROOT...
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | do accept focus in notebook as it needs it for tabs
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | don't accept focus in book control itself
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVERSAL...
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled...
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | why was this class made a wxControlContainer (rev....
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | remove all the tags for development branch
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | update status bar display when we don't have focus too
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | make wxNO_BORDER work with wxRadioBox (patch 1525406)
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | respect the current default style in SetValue() (modified...
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | document GetBufferSize() (patch 1687070)
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | corrected name of wxWS_EX_PROCESS_UI_UPDATES style...
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | corrected link to gettext manual (part of patch 1686335)
|
commit | commitdiff | tree |
2007-03-25 |
Vadim Zeitlin | extract popup menu item labels from Scintilla sources...
|
commit | commitdiff | tree |
2007-03-24 |
Vadim Zeitlin | moved Write(const wxString&) to .cpp files as they...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | more changes from 2.8.4 added
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | don't use TPM_RECURSE under NT4, it results in TrackPopupMen...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | fixed compilation for Windows compilers now after last...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | added conversions to unsigned short: this fixes compilation...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | compilation fix after wxCStrData changes
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | compilation fix after wxCStrData changes
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | destroy m_impl even if an exception is thrown from...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | also removed WXDLLIMPEXP_BASE from friend declaration...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | removed dll export declaration for wxCStrData: it's...
|
commit | commitdiff | tree |
2007-03-23 |
Vadim Zeitlin | fix DLL build with MSVC: it wasn't happy that some...
|
commit | commitdiff | tree |
2007-03-22 |
Vadim Zeitlin | added explicit conversion of wxCStrData to const void...
|
commit | commitdiff | tree |
2007-03-22 |
Vadim Zeitlin | remove wxWINT_T_IS_TYPEDEF as it seems wint_t is always...
|
commit | commitdiff | tree |
2007-03-22 |
Vadim Zeitlin | added macros to avoid code repetition when defining...
|
commit | commitdiff | tree |
2007-03-22 |
Vadim Zeitlin | added wxCStrData conversion to const unsigned char...
|
commit | commitdiff | tree |
2007-03-22 |
Vadim Zeitlin | add operator+=(unsigned char) for backwards compatibility...
|
commit | commitdiff | tree |
2007-03-22 |
Vadim Zeitlin | added conversion to unsigned int too: this is needed...
|
commit | commitdiff | tree |
2007-03-22 |
Vadim Zeitlin | removed Matches(const wxChar *, int=0) overload: it...
|
commit | commitdiff | tree |
next |