2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix after wxTextEntry::GetValue() renaming... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | build fix: define DoGetValue() and GetEditableWindow() |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | fix warning about possibly uninitialized variable in... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxUniv compilation fixes after wxTextEntry::DoGetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | fix rendering of wxGrid on wxMSW when a dialog is over... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | use wxRenderer::GetCheckBoxSize() instead of doing... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | move wxGridCellRenderer::Draw before other derived... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | better document the possible arguments accepted by... |
tree | commitdiff |
2009-03-01 |
Vadim Zeitlin | recognize schemes other than http and ftp in wxLaunchDe... |
tree | commitdiff |
2009-03-01 |
Vadim Zeitlin | added const_cast<> to silence gcc warnings (see #10520) |
tree | commitdiff |
2009-02-28 |
Robert Roebling | Never show tree lines when there are tree buttons under... |
tree | commitdiff |
2009-02-28 |
Robert Roebling | Use gdk_window_invalidate instead of gtk_widget_queue_d... |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | reset the tooltip text before changing it, this apparen... |
tree | commitdiff |
2009-02-28 |
Kevin Ollivier | Cast needed to fix compilation on 10.4 --This line... |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | refactor wxDocChildFrame and wxDocMDIChildFrame to... |
tree | commitdiff |
2009-02-27 |
Julian Smart | Fixed wxRichTextCtrl base class |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | move functions using deprecated methods out of line... |
tree | commitdiff |
2009-02-27 |
Julian Smart | Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10523 |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10524 |
tree | commitdiff |
2009-02-26 |
Jaakko Salli | No longer overestimate virtual height given to the... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | override TryValidator() in wxMDIParentFrame to implemen... |
tree | commitdiff |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
tree | commitdiff |
2009-02-26 |
Václav Slavík | fixed wxXmlResource::Load's detection of filenames... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | postpone the check for the validity of growable rows... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | don't call Refresh(empty-rect) unnecessarily |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
tree | commitdiff |
2009-02-25 |
Kevin Ollivier | Remove no longer necessary re-entrancy check, fix funct... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | fix handling of long lines in wxGridCellAutoWrapStringR... |
tree | commitdiff |
2009-02-24 |
Benjamin Williams | focus fixes for wxAUINotebook (fixes #4361) |
tree | commitdiff |
2009-02-24 |
Vadim Zeitlin | render <TH> contents in bold, as all the browsers do |
tree | commitdiff |
2009-02-24 |
Kevin Ollivier | Turn off the annoying beep when a key down is passed... |
tree | commitdiff |
2009-02-23 |
Vadim Zeitlin | fix (harmless) warnings in release mingw32 build |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | correct the coordinates used for DIBs in StretchBlt... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | avoid integer overflow when computing the radius in... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add accessors for sockaddr to wxSockAddress (closes... |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Quick fix to prevent a crash when running on 10.4. |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Missed one symbol used in the compatibility path. |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Fix for building under 10.4, where the BlendMode consta... |
tree | commitdiff |
2009-02-22 |
Stefan Neis | Various compilation fixes. |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Landing basic EVT_CHAR support, along with the rest... |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Add support for EVT_TEXT in OS X Cocoa. |
tree | commitdiff |
2009-02-22 |
Jaakko Salli | Added wxComboPopup::GetComboCtrl() |
tree | commitdiff |
2009-02-22 |
Francesco Montorsi | remove wxAppConsoleBase::OInitGui and leave it only... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxLog::Log() to avoid ugly casts needed... |
tree | commitdiff |
2009-02-21 |
Paul Cornett | fix the restore of the fix of r58979 |
tree | commitdiff |
2009-02-21 |
Vadim Zeitlin | restore changes of r58979 accidentally overwritten... |
tree | commitdiff |
2009-02-21 |
Paul Cornett | fix event table base for wxListMainWindow |
tree | commitdiff |
2009-02-21 |
Paul Cornett | non-pch build fixes, some cleanup |
tree | commitdiff |
2009-02-21 |
Paul Cornett | fix for missing sighandler_t |
tree | commitdiff |
2009-02-21 |
Václav Slavík | added asserts to check correct order of wxHtmlDCRendere... |
tree | commitdiff |
2009-02-21 |
Francesco Montorsi | fix a few typos |
tree | commitdiff |
2009-02-21 |
Stefan Neis | Added wxSingleInstanceChecker for OS/2 (patch #10491). |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | use %p when logging the thread IDs instead of %lu to... |
tree | commitdiff |
2009-02-19 |
Francesco Montorsi | wxCHECK that there is an active event loop before using... |
tree | commitdiff |
2009-02-19 |
Vadim Zeitlin | fix Windows compilation after last change |
tree | commitdiff |
2009-02-19 |
Francesco Montorsi | don't leak events in wxEvtHandler::QueueEvent when... |
tree | commitdiff |
2009-02-19 |
Robert Roebling | Make wxImageList not copiable (fixes #10503), replace... |
tree | commitdiff |
2009-02-19 |
Robert Roebling | If a selected item is about to be deleted, try to selec... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | add braces around if-body |
tree | commitdiff |
2009-02-19 |
Paul Cornett | remove old hacks for gtk blit problem which was probabl... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | better fix for aCC and rawbmp.h |
tree | commitdiff |
2009-02-19 |
Vadim Zeitlin | compilation fix for systems without neither MSG_NOSIGNA... |
tree | commitdiff |
2009-02-19 |
Vadim Zeitlin | another AIX compilation fix: getservbyname_r() returns... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | avoid setting negative size |
tree | commitdiff |
2009-02-19 |
Paul Cornett | unused variable |
tree | commitdiff |
2009-02-19 |
Paul Cornett | remove unused gtk includes |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for HP aCC, it can't compile rawbmp.h |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for IBM xlC 8, it can't compile Clone() if wxDataFo... |
tree | commitdiff |
2009-02-19 |
Vadim Zeitlin | AIX compilation fix |
tree | commitdiff |
2009-02-18 |
Robert Roebling | Uncomment code accidentally left commented |
tree | commitdiff |
2009-02-18 |
Robert Roebling | Don't use default size of control has a sizer (as per... |
tree | commitdiff |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
tree | commitdiff |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
tree | commitdiff |
2009-02-18 |
Jaakko Salli | Under wxGTK, always use wxPopupTransientWindow as the... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | remove comment erroneously committed in r58654 |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | fix typo: the leave/enter order for the m_handlersWithP... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | fix typo |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | fix wxGTK1 build |
tree | commitdiff |
2009-02-18 |
Paul Cornett | build fixes for wxUSE_THREADS==0 |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag... |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the... |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Corrected meaning of parameter col as the position... |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Test for m_pPropGrid in wxPropertyGridPageState::DoClear() |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Clear grid selection more consistently prior clear... |
tree | commitdiff |
2009-02-17 |
Vadim Zeitlin | don't skip the event in wxGridCellEditorEvtHandler... |
tree | commitdiff |
2009-02-17 |
Jouk Jansen | add wx/log.h for non-PCH build |
tree | commitdiff |
2009-02-17 |
Vadim Zeitlin | suppress unused parameter warning |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Blind implementation of YieldFor() for OSX/Cocoa, copie... |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Blind implementation of GetSubItemRect() for wxListCtrl... |
tree | commitdiff |
next |