2007-03-31 |
Paul Cornett | don't clamp scroll position before updating GtkRange, |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Vadim Zeitlin | added a menu command to switch between clipboard and... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Vadim Zeitlin | decouple primary selection handling from clipboard... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Vadim Zeitlin | simplified the code by using new wxClipboardSync class... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Václav Slavík | fixed wxDB compilation |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | reverted part of patch 1610494 (rev 1.35) which broke... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Václav Slavík | added missing public keyword to wxWritableCharTypeBuffe... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't use deprecated wxSizerItem::SetWindow/Sizer/Space... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Václav Slavík | added char_str() and wchar_str() methods to wxString... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | clear m_oldStatusText after restoring it, otherwise... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added wxSizerItem::AssignXXX() methods replacing the... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't handle orderly socket shutdown by the peer as... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | fixed broken link and use \backslash instead of literal... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added more wxART_XXX ids (patch 1687751) |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added more wxART_XXX ids (patch 1687750) |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added <set-wxlike> tag (patch 1691429) |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | compilation fix for Win64 (patch 1690999) |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added check for index validity to OnTabButton() |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added SetSelectionToPage/Window() to simplify code... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't pass potentially negative index to SetSelection() |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added IO errors handling to TGA reading code |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | fix error handling in the generic branch of wxCopyFile() |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | fixed memory leaks when reading invalid GIFs |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | fix memory leak in wxFileTypeImpl::SetCommand() if... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | fix memory leak in wxFileTypeImpl::SetDefaultIcon(... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't dereference potentially NULL m_sock in Disconnect() |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't use m_stylePopup inside GetRichTextCtrl() before... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | check that we don't use a NULL pointer in XCopyRemote() |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added wxCHECK to ensure that we don't dereference a... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | no real changes, just fixed confusing (to both people... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | check for alpha first, then mask, in BlurHorizontal... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | no real changes, just attempt to work around false... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | use wxCHECK instead of wxASSERT to avoid use of NULL... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't use potentially NULL m_styleListBox (coverity... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | OnTabEndDrag() didn't handle NULL src_tabs case correct... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | removed virtual GetSelectedBitmap() from the base wxDC... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | test whether pointer is non-NULL before using it, not... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | test whether pointer is non-NULL before using it, not... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | added a check that we have a non-NULL scrollbar in... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't dereferencep ossibly NULL pointers in DoScreenToC... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't return junk from wxGetOsVersion() if we failed... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | move m_perDisplayData destruction to dtor from CleanUp... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | check that the pointer is non-NULL before using it... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | check that filename pointer is non-NULL before using... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't use C++ comments in C file |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | disable select root menu command when the root is hidden |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't crash when attempting to select hidden tree root... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | this project file is obsolete, now treectrl.dsp is... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | don't call gtk_label_set_line_wrap() from DoGetBestSize... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | fix PangoFontMetrics leak in GetCharHeight() (bug 1691180) |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Chris Elliott | allow absolute path |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Vadim Zeitlin | define wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Václav Slavík | fixed warning about comparing int to size_t |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Václav Slavík | added wxCStrData::operator- for compatibility with... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Václav Slavík | added creation of wxUniChar from int and conversion... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Vadim Zeitlin | fix memory leak when handling background attribute... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Vadim Zeitlin | fix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Vadim Zeitlin | rebaked with the fix for the directories with spaces... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Vadim Zeitlin | added wx/cocoa/tooltip.h to COCOA_HDR (bug 1689148) |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Vadim Zeitlin | rebaked after adding new string-related headers |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Václav Slavík | more wxString::append() tests |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Vadim Zeitlin | added overloads of operators for wint_t for VC when... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Vadim Zeitlin | define ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRI... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | put html docs in own dir |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | remove contrib docs from daily builds |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | add tex2rtf docs to routine build |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | zip32 should be zip |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | remove contrib docs from daily builds |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | uppercase CVS |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | remove build of contrib docs |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Chris Elliott | only get todays files from top level dir |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Václav Slavík | PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Vadim Zeitlin | added wxString::operator[](int) as it's commonly used... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Václav Slavík | allow passing wx[W]CharBuffer to wx vararg templates |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Václav Slavík | split string.{h,cpp} into {string,stringimpl,arrstr... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Václav Slavík | made wxHashMap work with any form of strings |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Václav Slavík | added test for operator?: and wxCStrData |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Václav Slavík | re-enabled using std::string for wxStringImpl if wxUSE_... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Vadim Zeitlin | update from helix84 |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Julian Smart | Need an extra pixel when divider present |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Václav Slavík | disabled VC6 warning about passing a macro that expands... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Václav Slavík | fixed compilation with 2.8 compatibility off: wxTR_EXTE... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Robin Dunn | Merge recent changes from 2.8 branch. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | make Ctrl-PageUp/Down work for changing notebook pages... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | removed wxHAS_NATIVE_TAB_TRAVERSAL which is now defined... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | use NavigateIn() method instead of sending wxNavigation... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | added taborder sample |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Václav Slavík | added basic test for wxLocale |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Václav Slavík | use wxStrings in wxLocale methods, _() and wxGetTransla... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Václav Slavík | escape _ in LaTeX sources |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Václav Slavík | Preparing wxString for UTF-8 representation: |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | added ellipsis to a couple of stock labels |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | fixed compilation without PCH |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Vadim Zeitlin | use more complicated layout; added wxTE_PROCESS_TAB... |
commit | commitdiff | tree | snapshot |
next |