2007-03-31 |
Vadim Zeitlin | added gtk.tlw.can-set-transparency system option (repla... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | don't remove the old tags of different kinds when setti... |
tree | commitdiff |
2007-03-31 |
Paul Cornett | don't clamp scroll position before updating GtkRange, |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | decouple primary selection handling from clipboard... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | simplified the code by using new wxClipboardSync class... |
tree | commitdiff |
2007-03-30 |
Václav Slavík | fixed wxDB compilation |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't use deprecated wxSizerItem::SetWindow/Sizer/Space... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | clear m_oldStatusText after restoring it, otherwise... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added wxSizerItem::AssignXXX() methods replacing the... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't handle orderly socket shutdown by the peer as... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | compilation fix for Win64 (patch 1690999) |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added check for index validity to OnTabButton() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added SetSelectionToPage/Window() to simplify code... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't pass potentially negative index to SetSelection() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added IO errors handling to TGA reading code |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fix error handling in the generic branch of wxCopyFile() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fixed memory leaks when reading invalid GIFs |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fix memory leak in wxFileTypeImpl::SetCommand() if... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fix memory leak in wxFileTypeImpl::SetDefaultIcon(... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't dereference potentially NULL m_sock in Disconnect() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't use m_stylePopup inside GetRichTextCtrl() before... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check that we don't use a NULL pointer in XCopyRemote() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added wxCHECK to ensure that we don't dereference a... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | no real changes, just fixed confusing (to both people... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check for alpha first, then mask, in BlurHorizontal... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | no real changes, just attempt to work around false... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | use wxCHECK instead of wxASSERT to avoid use of NULL... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't use potentially NULL m_styleListBox (coverity... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | OnTabEndDrag() didn't handle NULL src_tabs case correct... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | removed virtual GetSelectedBitmap() from the base wxDC... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | test whether pointer is non-NULL before using it, not... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | test whether pointer is non-NULL before using it, not... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added a check that we have a non-NULL scrollbar in... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't dereferencep ossibly NULL pointers in DoScreenToC... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't return junk from wxGetOsVersion() if we failed... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | move m_perDisplayData destruction to dtor from CleanUp... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check that the pointer is non-NULL before using it... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check that filename pointer is non-NULL before using... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't use C++ comments in C file |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't crash when attempting to select hidden tree root... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't call gtk_label_set_line_wrap() from DoGetBestSize... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fix PangoFontMetrics leak in GetCharHeight() (bug 1691180) |
tree | commitdiff |
2007-03-29 |
Vadim Zeitlin | fix memory leak when handling background attribute... |
tree | commitdiff |
2007-03-29 |
Vadim Zeitlin | fix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP... |
tree | commitdiff |
2007-03-29 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2007-03-28 |
Václav Slavík | allow passing wx[W]CharBuffer to wx vararg templates |
tree | commitdiff |
2007-03-28 |
Václav Slavík | split string.{h,cpp} into {string,stringimpl,arrstr... |
tree | commitdiff |
2007-03-28 |
Václav Slavík | made wxHashMap work with any form of strings |
tree | commitdiff |
2007-03-28 |
Václav Slavík | re-enabled using std::string for wxStringImpl if wxUSE_... |
tree | commitdiff |
2007-03-27 |
Julian Smart | Need an extra pixel when divider present |
tree | commitdiff |
2007-03-27 |
Václav Slavík | fixed compilation with 2.8 compatibility off: wxTR_EXTE... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | make Ctrl-PageUp/Down work for changing notebook pages... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
tree | commitdiff |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it... |
tree | commitdiff |
2007-03-26 |
Václav Slavík | use wxStrings in wxLocale methods, _() and wxGetTransla... |
tree | commitdiff |
2007-03-26 |
Václav Slavík | Preparing wxString for UTF-8 representation: |
tree | commitdiff |
2007-03-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | added ellipsis to a couple of stock labels |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | assert if AddRoot() is called twice for a wxTR_HIDE_ROO... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | why was this class made a wxControlContainer (rev.... |
tree | commitdiff |
2007-03-25 |
Václav Slavík | remove wxStringBase::AllocCopy(), it wasn't used anywhere |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | make wxNO_BORDER work with wxRadioBox (patch 1525406) |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | respect the current default style in SetValue() (modifi... |
tree | commitdiff |
2007-03-24 |
Vadim Zeitlin | moved Write(const wxString&) to .cpp files as they... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | don't use TPM_RECURSE under NT4, it results in TrackPop... |
tree | commitdiff |
2007-03-23 |
Kevin Ollivier | If using the system Window menu on OS X, integrate... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | compilation fix after wxCStrData changes |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | compilation fix after wxCStrData changes |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | destroy m_impl even if an exception is thrown from... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | removed Matches(const wxChar *, int=0) overload: it... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | correct the checked flag in the event generated by... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | don't lose the combobox text when it's opened and close... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | use correct background colour for the box label when... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | call GetTextExtent() after selecting the correct font... |
tree | commitdiff |
2007-03-21 |
Vadim Zeitlin | use wxIsEmpty() instead of deprecated IsEmpty() |
tree | commitdiff |
2007-03-21 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-03-21 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | removed unnecessary WXDLLIMPEXP_CORE from private class... |
tree | commitdiff |
2007-03-20 |
Václav Slavík | compilation fixes for !wxUSE_INTL case |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | prevent GTK+ from changing locale when wxUSE_INTL=... |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | don't offset the window being centered more than strict... |
tree | commitdiff |
2007-03-20 |
Václav Slavík | compilation fix after STL fixes if 2.8 compatibility... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fix non-PCH build after latest change |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fixed handling of accelerators using PageUp/Down keys... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | corrected VT_DATE conversion (bug 1683882) |
tree | commitdiff |
2007-03-19 |
Václav Slavík | fixed compilation if wxUSE_STL=1 |
tree | commitdiff |
2007-03-19 |
Václav Slavík | wxUniChar::unicode_type -> value_type |
tree | commitdiff |
2007-03-19 |
Benjamin Williams | applied patch 1683441 |
tree | commitdiff |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fix non-PCH build after latest change |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | handle 0 timeout in RunLoop() correctly |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | implement DoStretchBlit() in terms of DoBlit() and... |
tree | commitdiff |
next |