projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
compilation fix after last commit
[wxWidgets.git]
/
samples
/
2009-03-02
Vadim Zeitlin
don't generate non-MSVC makefiles for MSVC-only samples
tree
|
commitdiff
2009-03-02
Kevin Ollivier
Land the rest of the changes made by a rebake after...
tree
|
commitdiff
2009-03-02
Vadim Zeitlin
added wxTextEntry::SetHint() (a.k.a. cue banner or...
tree
|
commitdiff
2009-03-01
Francesco Montorsi
force use of generic about dialog as to test unfocused...
tree
|
commitdiff
2009-03-01
Chris Elliott
avoid error of menu with zero ID
tree
|
commitdiff
2009-02-25
Vadim Zeitlin
undo the change of r57522, it's not needed any more...
tree
|
commitdiff
2009-02-25
Francesco Montorsi
revise all code; do not use many global objects; use...
tree
|
commitdiff
2009-02-24
Vadim Zeitlin
render <TH> contents in bold, as all the browsers do
tree
|
commitdiff
2009-02-21
Francesco Montorsi
fix a few typos
tree
|
commitdiff
2009-02-20
Francesco Montorsi
fix a couple of drawing defects
tree
|
commitdiff
2009-02-20
Francesco Montorsi
show wxMutexGuiEnter/Leave by drawing into a bitmap...
tree
|
commitdiff
2009-02-20
Francesco Montorsi
remove MyExecThread: wxExecute can't be called from...
tree
|
commitdiff
2009-02-20
Francesco Montorsi
minor cleaning: use %p instead of 0x%lx; clear in the...
tree
|
commitdiff
2009-02-20
Francesco Montorsi
no real change; just reorder the sample putting all...
tree
|
commitdiff
2009-02-17
Jaakko Salli
Clear grid selection more consistently prior clear...
tree
|
commitdiff
2009-02-17
Vadim Zeitlin
add event.Skip() in EVT_CONTEXT_MENU handler
tree
|
commitdiff
2009-02-16
Francesco Montorsi
put frame creation code all inside MyFrame ctor
tree
|
commitdiff
2009-02-08
Francesco Montorsi
allow the user to set the status bar font
tree
|
commitdiff
2009-02-08
Francesco Montorsi
use a single update UI handler for all menu commands...
tree
|
commitdiff
2009-02-08
Francesco Montorsi
remove mobile samples from samples.bkl (last part of...
tree
|
commitdiff
2009-02-08
Francesco Montorsi
remove 'mobile' samples as they're not useful from...
tree
|
commitdiff
2009-02-08
Francesco Montorsi
update italian translation; add a Q+A for updating...
tree
|
commitdiff
2009-02-08
Francesco Montorsi
put MyFrame creation code in its ctor, not in MyApp...
tree
|
commitdiff
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
tree
|
commitdiff
2009-02-08
Francesco Montorsi
some more SetIcon() calls added; cleanup indentation...
tree
|
commitdiff
2009-02-08
Francesco Montorsi
always call SetIcon() on the main frame of the sample...
tree
|
commitdiff
2009-02-08
Francesco Montorsi
merge wxEditableListBox sample in widgets sample (it...
tree
|
commitdiff
2009-02-07
Francesco Montorsi
fix repaint problems when resizing the frame
tree
|
commitdiff
2009-02-07
Vadim Zeitlin
add semicolons after wxDEFINE_EVENT()
tree
|
commitdiff
2009-02-07
Francesco Montorsi
allow the user to set the contents of the status fields
tree
|
commitdiff
2009-02-07
Vadim Zeitlin
rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
tree
|
commitdiff
2009-02-05
Francesco Montorsi
fix the size of the generated controls using wxDefaultS...
tree
|
commitdiff
2009-02-05
Francesco Montorsi
fix warning about function hiding by using the 'On...
tree
|
commitdiff
2009-02-05
Francesco Montorsi
fix warning
tree
|
commitdiff
2009-02-04
Francesco Montorsi
add a wxEventType argument to wxThreadEvent for coheren...
tree
|
commitdiff
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
tree
|
commitdiff
2009-02-04
Jaakko Salli
Added proper COW to wxPGChoices, moved wxPGChoices...
tree
|
commitdiff
2009-02-04
Vadim Zeitlin
restore the default bitmap icons size to 16*15, making...
tree
|
commitdiff
2009-02-03
Francesco Montorsi
Re-add support for multiple text validator styles but
tree
|
commitdiff
2009-02-03
Vadim Zeitlin
added wxPersistentRegisterAndRestore() function to...
tree
|
commitdiff
2009-02-02
Vadim Zeitlin
use wxCommandEventHandler instead of manually writing...
tree
|
commitdiff
2009-02-02
Vadim Zeitlin
compilation fix for new event types (this shouldn't...
tree
|
commitdiff
2009-01-31
Francesco Montorsi
add SetCharIncludes and SetCharExcludes utilities to...
tree
|
commitdiff
2009-01-31
Francesco Montorsi
add an example of a custom wxValidator-derived class...
tree
|
commitdiff
2009-01-31
Robert Roebling
Disable wxSIZE_FORCE_EVENT and demonstrate its bug...
tree
|
commitdiff
2009-01-30
Vadim Zeitlin
add support for persistent controls
tree
|
commitdiff
2009-01-30
Francesco Montorsi
s/wxUsleep/wxMilliSleep
tree
|
commitdiff
2009-01-28
Vadim Zeitlin
don't duplicate menu creation code in the parent and...
tree
|
commitdiff
2009-01-27
Francesco Montorsi
small reorganization; no real change
tree
|
commitdiff
2009-01-27
Vadim Zeitlin
refactor WM_COMMAND messages handling in MDI frames...
tree
|
commitdiff
2009-01-26
Vadim Zeitlin
test ShowFullScreen() to verify that restoring menu...
tree
|
commitdiff
2009-01-26
Francesco Montorsi
cleanup a bit the wxSplashScreen code; don't Yield...
tree
|
commitdiff
2009-01-25
Robert Roebling
Little correction to hand-made sizing
tree
|
commitdiff
2009-01-25
Vadim Zeitlin
fix state images after changing their style (see #9591)
tree
|
commitdiff
2009-01-25
Vadim Zeitlin
added support for wxCAL_SHOW_WEEK_NUMBERS to generic...
tree
|
commitdiff
2009-01-25
Francesco Montorsi
Change in wxWindow the access specifier of the wxEvtHan...
tree
|
commitdiff
2009-01-23
Vadim Zeitlin
added (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
tree
|
commitdiff
2009-01-23
Robert Roebling
Add simple wxListCtrl to complex sample
tree
|
commitdiff
2009-01-22
Robert Roebling
Use theme border in wxListCtrl sample
tree
|
commitdiff
2009-01-21
Robert Roebling
Use wxDF_UNICODETEXT to make wxMSW crash
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
add more wxUSE_XXX checks to allow compilation with...
tree
|
commitdiff
2009-01-20
Paul Cornett
build fixes and cleanup
tree
|
commitdiff
2009-01-20
Robert Roebling
Typo
tree
|
commitdiff
2009-01-20
Robert Roebling
Minor error
tree
|
commitdiff
2009-01-20
Robert Roebling
Add event based Drop API
tree
|
commitdiff
2009-01-20
Robert Roebling
Simplified event based Drag API for wxDataViewCtrl
tree
|
commitdiff
2009-01-19
Robert Roebling
New eventb based Drag interface for wxDataViewCtrl
tree
|
commitdiff
2009-01-19
Robert Roebling
Rename XxxxCol() -> XxxxColumn() and resolve inheritanc...
tree
|
commitdiff
2009-01-19
Jouk Jansen
Update compile support for OpenVMS
tree
|
commitdiff
2009-01-18
Julian Smart
Workaround for GTK+ sensitivity bug
tree
|
commitdiff
2009-01-17
Vadim Zeitlin
remove MSVC solution files from svn
tree
|
commitdiff
2009-01-16
Francesco Montorsi
fix sample
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
export wxActiveX stuff from core (not media) DLL (close...
tree
|
commitdiff
2009-01-16
Francesco Montorsi
remove also wxT(); it's confusing, too; do load wxstd...
tree
|
commitdiff
2009-01-16
Francesco Montorsi
remove usage of _T(); it's just confusing and it's...
tree
|
commitdiff
2009-01-16
Robert Roebling
Added wxDataViewListCtrl, use it in the sample
tree
|
commitdiff
2009-01-16
Jouk Jansen
Add combo sample to compile list of OpenVMS
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
add VC6 and command line VC makefile too
tree
|
commitdiff
2009-01-16
Robert Roebling
Change GetValue() and SetValue() to GetValueByRow(...
tree
|
commitdiff
2009-01-15
Vadim Zeitlin
link with wininet.lib under Windows to avoid linking...
tree
|
commitdiff
2009-01-15
Vadim Zeitlin
added a (Windows-only) Flash sample
tree
|
commitdiff
2009-01-14
Francesco Montorsi
add -k_T to the call to xgettext as otherwise a string...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
add Italian translation
tree
|
commitdiff
2009-01-14
Francesco Montorsi
use wxStrnlen() and add NULL-checks in wxMsgCatalogFile...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
s/wxWindows/wxWidgets; update wx-dev mail address
tree
|
commitdiff
2009-01-14
Francesco Montorsi
add some wxIMAGE_OPTION_PNG_xxx options to wxImage...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
no real change; just reorganize the sample splitting...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
don't crash if an item has a NULL ID
tree
|
commitdiff
2009-01-14
Francesco Montorsi
Reenable TEST_ALL (and #define TEST_FTP in that case)
tree
|
commitdiff
2009-01-12
Jaakko Salli
Better support for unspecified property value in wxDate...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-12
Jouk Jansen
Fixing/Testing sockets on OpenVMS
tree
|
commitdiff
2009-01-11
Francesco Montorsi
fix for PCH-less builds
tree
|
commitdiff
2009-01-11
Francesco Montorsi
add note for wxWidgets user with a skeleton for a very...
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
correct the FTP host name mungled by a too eager global...
tree
|
commitdiff
2009-01-10
Jaakko Salli
Added #include for wx/propgrid/advprops.h
tree
|
commitdiff
2009-01-10
Jaakko Salli
Update propgrid minimal sample: Added wxEVT_PG_CHANGING...
tree
|
commitdiff
2009-01-09
Francesco Montorsi
do not assert in wxFTP construction because of its...
tree
|
commitdiff
2009-01-09
Francesco Montorsi
Minor samples/docview refactoring (closes #10081)
tree
|
commitdiff
2009-01-09
Francesco Montorsi
add const attribute to avoid lots of warnings from GCC
tree
|
commitdiff
next