projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mention that calling SetFaceName() with an invalid facename will invalidate the font...
[wxWidgets.git]
/
src
/
common
/
event.cpp
2009-04-03
Vadim Zeitlin
compilation fix: WXWIN_COMPATIBILITY_2_8 must be tested...
blob
|
commitdiff
|
raw
2009-03-21
Vadim Zeitlin
first round of debug/release merge: introduce wxDEBUG_L...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-18
Vadim Zeitlin
add combobox drop down/close up events (closes #10587)
blob
|
commitdiff
|
raw
|
diff to current
2009-03-11
Vadim Zeitlin
work around some (harmless) g++ warnings about possibly...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-08
Francesco Montorsi
add wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Francesco Montorsi
move pending event processing back to wxApp (these...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-27
Vadim Zeitlin
move functions using deprecated methods out of line...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-26
Vadim Zeitlin
deprecate the old TryValidator/Parent() and replace...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Francesco Montorsi
don't leak events in wxEvtHandler::QueueEvent when...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Paul Cornett
remove unused wxKeyEvent member m_scanCode
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Francesco Montorsi
remove comment erroneously committed in r58654
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Francesco Montorsi
PCH-less build fix by Tim S
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Francesco Montorsi
second part of #10320: move wxApp event handling functi...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Vadim Zeitlin
require semicolon after wxDECLARE/DEFINE_EVENT() (close...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Francesco Montorsi
fix wxThreadEvent linking in shared builds
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Francesco Montorsi
fix the new wxThreadEvent class adopting the new type...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Vadim Zeitlin
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Vadim Zeitlin
Changes to template Connect() to make it compile with...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-23
Vadim Zeitlin
fix wxEVT_SPIN_XXX definitions in a nicer (compatible...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-22
Francesco Montorsi
fix wxWindow::PushEventHandler and related wxWindow...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Vadim Zeitlin
ensure that ProcessEvent() is called for all the event...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Vadim Zeitlin
fix VC6 ICE; don't call the function which doesn't...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-28
Francesco Montorsi
no real change: rename wxPendingEvents to wxHandlersWit...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-09
Francesco Montorsi
use wxEventType coherently with the docs
blob
|
commitdiff
|
raw
|
diff to current
2008-11-08
Vadim Zeitlin
fix race condition which could result in assert failure...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
Vadim Zeitlin
fix more Borland release build warnings about unused...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
Vadim Zeitlin
work around Borland compilation errors
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
Vadim Zeitlin
reverted r55167, see #9854
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Vadim Zeitlin
fix the event handling in presence of pushed event...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Vadim Zeitlin
extracted the part of ProcessEvent() which is repeated...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Vadim Zeitlin
make wxKeyEvent and wxMouseEvent derive from the same...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-22
Robert Roebling
#9854 (AddPendingEvent - protect during wxEvtHandler...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-02
Robert Roebling
Disable disabling wxWeakRef<T>
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Vadim Zeitlin
added wxQueueEvent() avoiding the bug of wxPostEvent...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-27
Vadim Zeitlin
lock wxPendingEventsLocker when deleting the handler...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-18
Vadim Zeitlin
added wxSpinCtrlDouble (slightly modified patch 1835864)
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Vadim Zeitlin
don't track handlers connected to this object itself...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-09
Vadim Zeitlin
add wxUSE_WEAKREF (modified partially applied patch...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-27
Vadim Zeitlin
only define wxEventPtr in wxBase, not wxCore
blob
|
commitdiff
|
raw
|
diff to current
2008-01-26
Vadim Zeitlin
delete the event object in ProcessPendingEvents() even...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-13
Vadim Zeitlin
improvements to wxWeakRef and related classes
blob
|
commitdiff
|
raw
|
diff to current
2008-01-10
Paul Cornett
build fix for !wxUSE_THREADS
blob
|
commitdiff
|
raw
|
diff to current
2008-01-08
Robert Roebling
Last part from weak ref patch for event sink disconnection
blob
|
commitdiff
|
raw
|
diff to current
2008-01-05
Vadim Zeitlin
clean up wxEvtHandler::m_eventsLocker weirdness: there...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-05
Vadim Zeitlin
process one event at once in wxEvtHandler::ProcessPendi...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
Robert Roebling
Remove old event type compatibility
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Paul Cornett
remove unneccessary header dependencies on wx/thread.h
blob
|
commitdiff
|
raw
|
diff to current
2007-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-29
Vadim Zeitlin
add wxMouseEvent::GetClickCount() and implement it...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-21
Vadim Zeitlin
removed wxEVT_POWER which wasn't declared nor used...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-01
Julian Smart
Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-29
Vadim Zeitlin
added support for 2 extra mouse buttons (patch 1757630)
blob
|
commitdiff
|
raw
|
diff to current
2007-07-21
Vadim Zeitlin
fixes for building wxMSW with --disbale-all-features
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Vadim Zeitlin
don't bubble up the events upwards the window hierarchy...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-21
Vadim Zeitlin
changed AddPendingEvent() to take const wxEvent referen...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-24
Vadim Zeitlin
disable clearing event tables by default, only do it...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Vadim Zeitlin
implement event loop for console applications (heavily...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-12
Vadim Zeitlin
fix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-11
Vadim Zeitlin
added support for drop down toolbar buttons (patch...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-20
Vadim Zeitlin
preparation for allowing to use wxTimer in wxBase ...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-04
Stefan Csomor
adding scroll axis to wheel events
blob
|
commitdiff
|
raw
|
diff to current
2007-02-04
Vadim Zeitlin
added wxEventBlocker class (patch 1622444)
blob
|
commitdiff
|
raw
|
diff to current
2007-02-01
Vadim Zeitlin
use wxObject copy ctor, not default ctor, in wxEvent...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-05
Robin Dunn
Revert reentrancy patch (#1573619)
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Robert Roebling
Move reentrance guard down.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Robert Roebling
Added part of patch
blob
|
commitdiff
|
raw
|
diff to current
2006-08-31
Włodzimierz Skiba
Include wx/module.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
Václav Slavík
added wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Włodzimierz Skiba
Include wx/stopwatch.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Włodzimierz Skiba
Include wx/validate.h and wx/valtext.h according to...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-26
Vadim Zeitlin
added help event origin field: indicates if the help...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-12
Vadim Zeitlin
added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-02
Włodzimierz Skiba
Include wx/utils.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-27
Włodzimierz Skiba
Include wx/event.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-20
Włodzimierz Skiba
Include wx/list.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Włodzimierz Skiba
Better backward compatibility and deprecation markup...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-11
Vadim Zeitlin
deal with the situation when a (dynamic) event handler...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-12
Michael Wetherell
Warning fixes for VC5 (Igor Korot)
blob
|
commitdiff
|
raw
|
diff to current
2006-01-09
Włodzimierz Skiba
defs.h doubled include fixed.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-02
Vadim Zeitlin
fixed problems with sometimes processing the events...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-19
Mart Raudsepp
Spelling fixes from Andreas Mohr (patch #1360064)
blob
|
commitdiff
|
raw
|
diff to current
2005-11-08
Vadim Zeitlin
fix memory leak of pending events in wxEvtHandler dtor
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
removed #errors in 2.7 compilation
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
remove extraneous semicolons (patch 1299687)
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-06-30
Michael Wetherell
Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-25
Vadim Zeitlin
readded wxEVT_SCROLL_ENDSCROLL symbol back to the libra...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Václav Slavík
rolled back exceptions handling patch, it relied on...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Václav Slavík
changed exceptions handling to work under wxGTK
blob
|
commitdiff
|
raw
|
diff to current
2005-06-01
Vadim Zeitlin
renamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Robert Roebling
Apply patch that prevents a crash when more than
blob
|
commitdiff
|
raw
|
diff to current
2005-03-18
Julian Smart
Added WXK_SPECIAL... keycodes for special hardware...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-01
Vadim Zeitlin
don't compare iterator after calling erase() in Process...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-01
Vadim Zeitlin
added accessor function to hide __VISAGECPP__ ugliness...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-19
Włodzimierz Skiba
Fix for incomplete setup (wxPalmOS case).
blob
|
commitdiff
|
raw
|
diff to current
2005-01-19
Vadim Zeitlin
(harmless) VC++ warning fixes
blob
|
commitdiff
|
raw
|
diff to current
next