projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wxWidgets.git
2009-02-07
Francesco Montorsi
document the wxWindow::Get/SetLayoutDirection functions
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Francesco Montorsi
no real change: put event handlers together at the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jaakko Salli
Eliminated two unneeded arguments from wxPropertyGrid...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jaakko Salli
Fixed and refactored wxPropertyGridManager decsription...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Stefan Csomor
reworking event handling to redirect to c++ virtual...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Jaakko Salli
Added workaround for a bug that causes splitters not...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Stefan Csomor
correct shortcuts on mac, fixes #10464
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Vadim Zeitlin
remove incorrect cast of wxString to char* (unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Vadim Zeitlin
compilation fix for wxEVENTS_COMPATIBILITY_2_8 case
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Francesco Montorsi
fix some typos (return types)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Francesco Montorsi
remove typo
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Francesco Montorsi
fix title of the previously-modified section
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Vadim Zeitlin
allow handling events in a function taking the base...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Francesco Montorsi
more user-friendly error message
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Francesco Montorsi
mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
fix LoadPanel() docs (closes #10467)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
document the protected functions of wxTextValidator...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
remove mention of wxMutexGuiEnter/leave from the multit...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
fix the size of the generated controls using wxDefaultS...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
add code for debugging sizers/window sizes; it may...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
always use wxSTAY_ON_TOP (closes #10447)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
fix warning about function hiding by using the 'On...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
fix warning
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Francesco Montorsi
add many references to the overview_windowsizing topic...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Paul Cornett
use the right GdkWindow and origin for non-pizza widget...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-05
Bryan Petty
Documented wxAuiManagerEvent and it's related event...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
fix MSVC warning about implicit int to bool conversion
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Bryan Petty
Properly distribute docs on string comparison operators...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
PCH-less compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Robert Roebling
Use gtk_range_set_value() to set scrollbar and do that...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
another compilation fix to switch in DoYield()
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
fix no-PCH builds for wxMac
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Robert Roebling
Use wxRound() instead of (int)(my_double + 0.5);
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
compilation fixes to DoYield() after latest changes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
add a wxEventType argument to wxThreadEvent for coheren...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
use WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
fix wxThreadEvent linking in shared builds
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
update to the latest version of the patch at #10320...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Jaakko Salli
Added useful comment to a code sample snippet
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
fix the new wxThreadEvent class adopting the new type...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
in debug mode when clicking with the middle mouse butto...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
document new wxBLUE_PEN object; add some more details...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Jaakko Salli
Added proper COW to wxPGChoices, moved wxPGChoices...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
add standard wxBLUE_PEN for coherency with the colours...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
fix MSVC warning about implicit int to bool conversion
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Francesco Montorsi
update list of classes supported by wxGenericValidator
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
restore the default bitmap icons size to 16*15, making...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
compilation fixes for wxMSW/Univ
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
move generic animation sources to ADVANCED_MSW_NATIVE_S...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Vadim Zeitlin
added back compatibility headers (apparently svn can...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Paul Cornett
revert last commit, it re-introduces the first problem
commit
|
commitdiff
|
tree
|
snapshot
2009-02-04
Paul Cornett
fix bug introduced in last commit, contents not scrolli...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Francesco Montorsi
Re-add support for multiple text validator styles but
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Vadim Zeitlin
added wxPersistentRegisterAndRestore() function to...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Vadim Zeitlin
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Robert Roebling
Add space all around std buttons as per Apple HIG ...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Robert Roebling
Also report events from wxCollapsiblePane's label
commit
|
commitdiff
|
tree
|
snapshot
2009-02-03
Robert Roebling
Removed accidentally committed debug code
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Vadim Zeitlin
work around VC6 ICE in DLL build
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Vadim Zeitlin
compilation fix for template Connect()
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Vadim Zeitlin
use explicit this-> with non-dependent names (compilati...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Vadim Zeitlin
use wxCommandEventHandler instead of manually writing...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Vadim Zeitlin
Changes to template Connect() to make it compile with...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Robert Roebling
Invalidate only the specified rectangle
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Robert Roebling
The recent change to ::Refresh() (strangely) fails...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Vadim Zeitlin
compilation fix for new event types (this shouldn't...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Vadim Zeitlin
don't always disable new events code; leave it enabled...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-02
Chris Elliott
and a third fix from http://trac.wxwidgets.org/ticket...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Robert Roebling
Make wxCheckListBox call event.SetString() on all platf...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
move evthandler.cpp to non-GUI test as it doesn't requi...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
test that the connected event handler is really called...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
remove WXDLLIMPEXP_BASE from template classes to fix...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
disable warning about using deprecated wxStripExtension...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
add a unit test for new events (see #10000)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
no real changes, just add some comments
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Robert Roebling
The check column needs more space
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Robert Roebling
Enable the correct code making sure that subwindows...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
emphasize that you need to specify eventSink when conne...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
blind fix for wxMac
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
document as typedefs the various wxArray* classes so...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
remove implementations from interface headers
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
fix a couple of typos
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
add the abicheck.sh script for checking possible ABI...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
add GetControlWidget() accessor to the generic wxCollap...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
correct the tests for the window position to actually...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Chris Elliott
second http://trac.wxwidgets.org/ticket/10457 fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
add uint/long/ulong overloads of operator* and operator...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
use appropriate casts to fix warnings about double...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Stefan Neis
Removed extraneous semicolon (partly fixes #10456).
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
another wxUSE_DRAG_AND_DROP==0 compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
position the popup on the correct screen (see #10462)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
set standard properties
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Vadim Zeitlin
check for m_parentMenu being NULL in IsChecked/Checked...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Francesco Montorsi
fix a typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Jaakko Salli
Use wxToolBar::SetToolBitmapSize() to setup tool bitmap...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Stefan Csomor
avoid warning
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Stefan Csomor
fixing utf32 native conversion
commit
|
commitdiff
|
tree
|
snapshot
2009-02-01
Paul Cornett
simplify Refresh() and Update()
commit
|
commitdiff
|
tree
|
snapshot
next