projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Restore keyboard navi
[wxWidgets.git]
/
src
/
common
/
2009-01-23
Vadim Zeitlin
fix wxEVT_SPIN_XXX definitions in a nicer (compatible...
tree
|
commitdiff
2009-01-22
Francesco Montorsi
fix wxWindow::PushEventHandler and related wxWindow...
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
use standard [Shift-]Ctrl-Z accelerators for wxID_REDO...
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
fix compilation (but not working) of the code in wxUSE_...
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
fix compilation with wxUSE_SPIN{BTN,CTRL}==0 (closes...
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
fix wxURI::GetUser() for URIs without password; added...
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
allocate size for the extra controls in the file dialog...
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
added wxStandardPaths::GetAppDocumentsDir() and use...
tree
|
commitdiff
2009-01-21
Robert Roebling
Compilation fix
tree
|
commitdiff
2009-01-21
Julian Smart
Restore control focus after adaptation
tree
|
commitdiff
2009-01-21
Vadim Zeitlin
send destroy events for children before they're fully...
tree
|
commitdiff
2009-01-20
Vadim Zeitlin
make sure events are enabled in DoWait() before startin...
tree
|
commitdiff
2009-01-20
Vadim Zeitlin
set m_isBeingDeleted to true (only) in SendDestroyEvent...
tree
|
commitdiff
2009-01-20
Paul Cornett
build fixes and cleanup
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
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
correct Id tags
tree
|
commitdiff
2009-01-19
Robert Roebling
Forgot DeleteChildren()
tree
|
commitdiff
2009-01-19
Robert Roebling
Move model notification code of tree store from the...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
fix OS/2 compilation of wxDoGetCwd()
tree
|
commitdiff
2009-01-18
Vadim Zeitlin
use correct value for MTU - sizeof(TCP header)
tree
|
commitdiff
2009-01-18
Robin Dunn
destroy the abort dialog when done with it
tree
|
commitdiff
2009-01-17
Stefan Csomor
fixing include style
tree
|
commitdiff
2009-01-17
Jaakko Salli
Fixed relaying of wxEVT_MOUSEWHEEL to popup control
tree
|
commitdiff
2009-01-17
Stefan Csomor
streamlining printing support, adding printing support...
tree
|
commitdiff
2009-01-16
Francesco Montorsi
use enumerations instead of integers for wxFont style...
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
use wcs(n)casecmp() if available; use wxStricmp() to...
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
implement SetTimes() for directories too under MSW...
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
ensure that ProcessEvent() is called for all the event...
tree
|
commitdiff
2009-01-16
Francesco Montorsi
Move SetDefaultTimeout to wxProtocol and set it to...
tree
|
commitdiff
2009-01-16
Robert Roebling
Added wxDataViewListCtrl, use it in the sample
tree
|
commitdiff
2009-01-16
Francesco Montorsi
no real change; just reorder functions
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
don't use wxString::FromASCII() with possibly non-ASCII...
tree
|
commitdiff
2009-01-16
Václav Slavík
silence gcc warnings in "vararg" functions such as...
tree
|
commitdiff
2009-01-16
Robert Roebling
Change GetValue() and SetValue() to GetValueByRow(...
tree
|
commitdiff
2009-01-15
Julian Smart
Added font family to wxTextAttr
tree
|
commitdiff
2009-01-14
Vadim Zeitlin
reduce IPC buffer size to be less than typical Ethernet...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
use wxStrnlen() and add NULL-checks in wxMsgCatalogFile...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
do not assert when the validator style == wxFILTER_NONE
tree
|
commitdiff
2009-01-14
Francesco Montorsi
add some wxIMAGE_OPTION_PNG_xxx options to wxImage...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
fix ANI loading; check for errors when calling Read()
tree
|
commitdiff
2009-01-14
Vadim Zeitlin
don't assert if the locale couldn't be set in AddCatalo...
tree
|
commitdiff
2009-01-14
Francesco Montorsi
call event.Enable(true) in OnUpdateFileOpen and OnUpdat...
tree
|
commitdiff
2009-01-13
Vadim Zeitlin
don't define wxHeaderColumnsRearrangeDialog if !wxUSE_R...
tree
|
commitdiff
2009-01-13
Francesco Montorsi
always properly check if SeekI() calls succeded; this...
tree
|
commitdiff
2009-01-13
Jouk Jansen
Update OpenVMS compile support
tree
|
commitdiff
2009-01-13
Francesco Montorsi
fix wxMSW shared builds
tree
|
commitdiff
2009-01-12
Francesco Montorsi
ensure correct linking of the socket manager initialize...
tree
|
commitdiff
2009-01-12
Jaakko Salli
Let wxVariantDataDateTime::Write() and Read() work...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
fix VC6 ICE; don't call the function which doesn't...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
don't use wxVector<wxDataFormat> from wx/clipbrd.h...
tree
|
commitdiff
2009-01-12
Jouk Jansen
Fixing/Testing sockets on OpenVMS
tree
|
commitdiff
2009-01-11
Robert Roebling
Added interface for getting/setting text converter...
tree
|
commitdiff
2009-01-11
Francesco Montorsi
just fix some $Id$ tokens
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
fix handling of locale names without county info (close...
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
correct typo: s/wxUSE_MENU/&S/
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
added wxUSE_HEADERCTRL
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
added wxUSE_REARRANGECTRL
tree
|
commitdiff
2009-01-11
Vadim Zeitlin
fix build with wxUSE_MENU==0 (closes #10330)
tree
|
commitdiff
2009-01-10
Francesco Montorsi
no change; just fix indentation
tree
|
commitdiff
2009-01-09
Francesco Montorsi
minor cleanup; add wxDocument::OnChangeFilename for...
tree
|
commitdiff
2009-01-09
Francesco Montorsi
add wxImage::Clear (patch by troelsk); closes #10141
tree
|
commitdiff
2009-01-09
Francesco Montorsi
Fix wxTextValidator introducing a wxTextValidatorStyle...
tree
|
commitdiff
2009-01-09
Francesco Montorsi
move wxLaunch* code in utilsx11.cpp as utilsunx.cpp...
tree
|
commitdiff
2009-01-09
Francesco Montorsi
Fix wxLaunchDefaultBrowser on wxMSW for local files...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
always remember to test IsOk() after using wxFileInputS...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
a few more int/wxPolygonFillMode substitutions in wxReg...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
change generic ints to enums in wxDC (closes #9959)
tree
|
commitdiff
2009-01-08
Robert Roebling
Make wxWrapSizer respect border around items
tree
|
commitdiff
2009-01-07
Francesco Montorsi
MYcopystring is not required anymore when compat2.8...
tree
|
commitdiff
2009-01-07
Francesco Montorsi
s/wxSplitPath/wxFileName::SplitPath
tree
|
commitdiff
2009-01-07
Francesco Montorsi
deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr...
tree
|
commitdiff
2009-01-07
Francesco Montorsi
rewrite wxContractPath as wxFileName::ReplaceEnvVariabl...
tree
|
commitdiff
2009-01-06
Francesco Montorsi
use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL...
tree
|
commitdiff
2009-01-06
Francesco Montorsi
add #if WXWIN_COMPATIBILITY_2_6 around wxUsleep
tree
|
commitdiff
2009-01-05
Francesco Montorsi
only formatting changes. s/FALSE/false and s/TRUE/true...
tree
|
commitdiff
2009-01-04
Paul Cornett
properly handle DC origin and scale in wxDoFloodFill()
tree
|
commitdiff
2009-01-03
Vadim Zeitlin
restore code preventing the events being generated...
tree
|
commitdiff
2009-01-03
Vadim Zeitlin
added wxFDIODispatcher::HasPending() and implemented...
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
call ProcessPendingEvents() from wxAppConsoleBase:...
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
streamline handling of wxSOCKET_LOST in DoWait()
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
no changes, just reformat/indent consistently
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
disable the events when we get a notification about...
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
use guard classes automatically restoring the old state...
tree
|
commitdiff
2009-01-02
Paul Cornett
fix header dependancy
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
rename wxSocketSelectManager to wxSocketFDIOManager...
tree
|
commitdiff
2009-01-02
Vadim Zeitlin
fix WaitForXXX() to work as before: if the socket is...
tree
|
commitdiff
2009-01-01
Vadim Zeitlin
update copyright year to 2009 (closes #10319)
tree
|
commitdiff
2008-12-31
Francesco Montorsi
replace dynamic_cast<> with wxDynamicCast
tree
|
commitdiff
2008-12-31
Francesco Montorsi
remove tabs added by error in previous commit
tree
|
commitdiff
2008-12-31
Francesco Montorsi
allow the user to pass NULL for the status widths;...
tree
|
commitdiff
2008-12-31
Vadim Zeitlin
make wxRearrangeDialog more customizable and add an...
tree
|
commitdiff
2008-12-31
Vadim Zeitlin
added SetLabelText() and EscapeMnemonics()
tree
|
commitdiff
2008-12-31
Francesco Montorsi
get rid of the wxListString class in wxStatusBar code...
tree
|
commitdiff
2008-12-30
Vadim Zeitlin
include errno.h for ENOMEM (closes #10309)
tree
|
commitdiff
2008-12-30
Vadim Zeitlin
extract AddColumnsItems() from ShowColumnsMenu() to...
tree
|
commitdiff
next