2007-04-06 |
Stefan Neis | Added missing argument for DoGiveHelp. |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix: test correctly for filter string not... |
tree | commitdiff |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
tree | commitdiff |
2007-04-06 |
Stefan Neis | Rather use the "obvious" implementation of wxStaticText... |
tree | commitdiff |
2007-04-06 |
Stefan Neis | Tentative implementation of wxStaticText::DoGetLabel(). |
tree | commitdiff |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
tree | commitdiff |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | handle child destruction notifications in wxTLW itself... |
tree | commitdiff |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
tree | commitdiff |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
tree | commitdiff |
2007-04-06 |
Stefan Neis | OS/2 specific compilation fix for wxCStrData handling. |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | added overloads taking pairs of const char/wchar_t... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | compilation fix for previous commit |
tree | commitdiff |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Compile fix for gcc on MSW |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Patch from FM with more bakefile tweaks and etc. |
tree | commitdiff |
2007-04-05 |
Benjamin Williams | avoid assert in window list drop down |
tree | commitdiff |
2007-04-05 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | construct wxBasicString directly from wxString instead... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | made wxString::Replace, Matches and Find work with... |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
tree | commitdiff |
2007-04-04 |
Vadim Zeitlin | compilation fix for Unicode build: remove ambiguity... |
tree | commitdiff |
2007-04-04 |
Vadim Zeitlin | don't call OnMouseEnter(-1) twice when the mouse leaves... |
tree | commitdiff |
2007-04-04 |
Václav Slavík | build fixes after previous commit |
tree | commitdiff |
2007-04-04 |
Vadim Zeitlin | call SetEventObject() for wxHtmlLinkEvents we generate |
tree | commitdiff |
2007-04-03 |
Václav Slavík | cleanup of wxString ctors and operator=: made both... |
tree | commitdiff |
2007-04-03 |
Vadim Zeitlin | Undid last commit and restored bool argument to wxFrame... |
tree | commitdiff |
2007-04-03 |
Vadim Zeitlin | removed unnecessary checks for m_clipboard/targetsWidge... |
tree | commitdiff |
2007-04-03 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
tree | commitdiff |
2007-04-03 |
Václav Slavík | BCC5.5 compilation fix |
tree | commitdiff |
2007-04-03 |
Václav Slavík | fixed wxBitmap<->wxImage conversion to not exchange... |
tree | commitdiff |
2007-04-03 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2007-04-03 |
Paul Cornett | more checks for non-scrolling windows, some code duplic... |
tree | commitdiff |
2007-04-02 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
tree | commitdiff |
2007-04-02 |
Robin Dunn | Enable the use of the primary selection |
tree | commitdiff |
2007-04-02 |
Robin Dunn | Always use wxHSCROLL|wxVSCROLL. |
tree | commitdiff |
2007-04-02 |
Julian Smart | Added mouse event handler invocations |
tree | commitdiff |
2007-04-02 |
Julian Smart | Fixed compile problem and warning |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | avoid asserts when the cipboard is acquired by another... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | blind fix for Unicode key handling (patch 1615989) |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | toggle the first button in a radio tools group initiall... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | implement GetBestSize() (patch 1386199) |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | fixes for PCH-less build after last commit |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added a generic mechanism for registering global handle... |
tree | commitdiff |
2007-03-31 |
Robert Roebling | Don't create GtkScrolledWindow if neither wxHSCROLL |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | set string field of wxCommandEvent object generated... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | don't return wxFONTENCODING_DEFAULT from wxFont::GetEnc... |
tree | commitdiff |
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 |
next |