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 |
2009-02-17 |
Vadim Zeitlin | add missing stdcall to fix crash when using state image... |
tree | commitdiff |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
tree | commitdiff |
2009-02-16 |
Francesco Montorsi | don't consider EOF an unrecoverable error |
tree | commitdiff |
2009-02-16 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-16 |
Paul Cornett | fix evtloop.h header dependency |
tree | commitdiff |
2009-02-16 |
Robert Roebling | Compilo |
tree | commitdiff |
2009-02-16 |
Václav Slavík | fully reverted Francesco's removal of copying informati... |
tree | commitdiff |
2009-02-16 |
Jouk Jansen | motif/cursor.cpp: adding include wx/log.h to define... |
tree | commitdiff |
2009-02-16 |
Robert Roebling | Compilo |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | wxApp::DoYield => wxGUIEventLoop::YieldFor (part of... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | revert previous commit - but don't include unneeded... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | PCH-less build fix by Tim S |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
tree | commitdiff |
2009-02-15 |
Vadim Zeitlin | don't use AC_CANONICAL_TARGET in libtiff configure... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | remove GTK_CHECK_VERSION checks for GTK versions < 2.4 |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-15 |
Vadim Zeitlin | fix (harmless)m ingw32 warning; use anonymous namespace... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | do not export compare functions in the wx ABI |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | even more user-friendly message (as suggested by John... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Fix typo (sorry, thought I compiled before committing.) |
tree | commitdiff |
2009-02-14 |
Jaakko Salli | Fixed assertion that could appear under wxGTK if wxComb... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Start on implementation for wxTE_MULTILINE / wxTE_RICH... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Remove the "double border" around the search ctrl. |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Add a tracking rect on resize so that the view will... |
tree | commitdiff |
2009-02-13 |
Kevin Ollivier | clickCount is not available for mouse entered/exited... |
tree | commitdiff |
2009-02-13 |
Kevin Ollivier | Implement NSPanel support to get wxFRAME_TOOL_WINDOW... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | direct wxFrame events support (paint was not delivered... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | different contentview-offset code, otherwise 'wx' synth... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | paint event was missing the id, Connect not working... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
next |