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 |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Reorder code so that you can actually set the size... |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | return radio box own help text when origin is Origin_Un... |
tree | commitdiff |
2009-02-12 |
Benjamin Williams | maximize pane should ignore floating windows (#4066) |
tree | commitdiff |
2009-02-12 |
Robert Roebling | Don't use native file/dir picker buttons when using... |
tree | commitdiff |
2009-02-12 |
Jaakko Salli | Fixed old font-related code that caused problems on... |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | renaming clickedAction callbacks to more generic contro... |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | CGContextFlush is already called in SetNativeContext |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Fix assertion when passing nil to setKeyEquivalent. |
tree | commitdiff |
2009-02-10 |
Stefan Csomor | supporting graphics context on invisible views, icon... |
tree | commitdiff |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10 |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | We'll get an unhandled exception if the view is hidden... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | paint event handling fixes and wxClientDC implementatio... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | make sure no delegates/impl ptrs are still set during... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | don't use invalid item indices in wxLC_HRULES-drawing... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | fix MSVC warnings about possibly uninitialized variable... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after latest changes |
tree | commitdiff |
2009-02-09 |
Robert Roebling | Compile fix |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | drawing code now in common file |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | replacing RgnHandle with HIShapeRef usage |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | common drawing code for osx-cocoa and osx-carbon, also... |
tree | commitdiff |
2009-02-09 |
Robert Roebling | Fixes #10454, Applied patch for wxDataViewCtrl should... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Remove delegates before releasing the native object... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Do a sanity check to make sure GetWindow() has a valid... |
tree | commitdiff |
next |