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 |
2007-03-19 |
Vadim Zeitlin | compilation fix for switch(wxChar) |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | use wxCollapsiblePane in the log dialog (patch 1624796) |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fix compilation after c_str() changes, mainly by replac... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | added missing wxGUIAppTraits::SetLocale() |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed typo in last commit |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fix assert because of passing more than one border... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | modify m_encoding, not m_name, in wxCSConv::CreateConvI... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | don't check if the file exists if we don't use it |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | give us wxSTAY_ON_TOP style if our parent has it, other... |
tree | commitdiff |
2007-03-18 |
David Elliott | wxTopLevelWindowCocoa::SetTitle title parameter is... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fix XModifierKeymap memory leak (patch 1683137) |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | use wxStandardPaths and wxFileName in wxFileConfig... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added wxJoin and wxSplit functions (modified patch... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | fix extra indentation in wxHTML_ALIGN_JUSTIFY display... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | call wxYield() to force display of the busy info frame... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | implemented wxMemoryInputStream::CanRead() and added... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | added wxMemoryInputStream(wxInputStream&, size_t) ctor... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | gcc signed/unsigned warning fix |
tree | commitdiff |
next |