projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wxWidgets.git
2007-07-12
Václav Slavík
removed extra semicolon
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Vadim Zeitlin
compilation fix for ANSI STL build
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Vadim Zeitlin
removed Insert() methods which already exist in the...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Vadim Zeitlin
added support for alpha channel to wxColour to/from...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Paul Cornett
fix MDI child sizing, which was working more or less...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Václav Slavík
compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Vadim Zeitlin
added missing spaces
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Vadim Zeitlin
non-PCH compilation fix after latest change
commit
|
commitdiff
|
tree
|
snapshot
2007-07-12
Vadim Zeitlin
added support for binary data to wxConfig (slightly...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
--with-sdl option should be taken into account for...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
minor changes: increase the initial window size, create...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
call SetCanFocus(false) to prevent the control window...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
don't output -DwxUSE_GUI=0 in cflags by default, do...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
fixed a bug in a test (there should be a space after -z)
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
disable the libraries and features which were disabled...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
added wxUSE_SVG
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
cleanup: indentation, line length, don't include unneed...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
add adv and core libraries to the built wx libs if...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
Rewrote configure --enable/with options handling:
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Stefan Csomor
avoiding copies if not necessary (better dependancy...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Stefan Csomor
64bit fix for patch as well
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Julian Smart
Test for wxUSE_UXTHEME
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Julian Smart
Avoid a crash due to OnSize being called before initial...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Robert Roebling
Compilo.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
corrected timer.h include broken by last change
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
compilation fixes for wxUSE_COMBOBOX/RADIOBTN==0
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
compilation fixes for wxUSE_MSGDLG==0
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
compilation fixes for wxUSE_IMAGE==0
commit
|
commitdiff
|
tree
|
snapshot
2007-07-11
Vadim Zeitlin
check for wxUSE_TIMER in headers, not the files includi...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
added missing wxUSE_XXX checks
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
removed dummy variable, C++ compilers shouldn't have...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
compilation fixes for wxUSE_TIMER==0
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
compilation fixes for wxUSE_LONGLONG==0
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
don't include wx/unix/private/timer.h from evtloop...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Václav Slavík
compilation fix for gcc<3.4
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Václav Slavík
added support for custom bitmap depths
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Robin Dunn
Switch GetHeaderButtonWidget to use a real column heade...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Václav Slavík
implemented raw bitmap access for wxDFB
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Václav Slavík
cleanup of raw access to bitmaps:
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Robert Roebling
Block all events in wxSpinButton::SetValue etc.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Robert Roebling
Block all events in wxSpinCtrl::SetValue etc.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Robert Roebling
Block all events in wxSpinCtrl::SetValue etc.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
removed obsolete makefiles
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
added --optional-libs wx-config argument (patch 1747239)
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
Also added wxFFileStream::IsOk() and corrected IsOk...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
regenerated after adding base64.h/cpp
commit
|
commitdiff
|
tree
|
snapshot
2007-07-10
Vadim Zeitlin
added functions for base64 en/decoding (replaces patch...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Robin Dunn
Need to send an event in the wxCP_NO_TLW_RESIZE case...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Robin Dunn
Use a button that has a tree widget as a parent as...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Robert Roebling
More work on sorting in wxDataViewCtrl
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
David Elliott
Fix compilo due to r47267.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Vadim Zeitlin
use first unused colour for the mask instead of hardcod...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Vadim Zeitlin
added wxFileStream::IsOk() (patch 1749587)
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Vadim Zeitlin
generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Vadim Zeitlin
don't bubble up the events upwards the window hierarchy...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Julian Smart
Added gravity
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Robert Roebling
Add GtkSortableIface stubs
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Vadim Zeitlin
added missing WXDLLIMPEXP_CORE for wxGetDisplay() for...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Robert Roebling
Add compare function to wxDataViewModel
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Robert Roebling
Bo'd patch to make wxDataViewCtrl compile again (4th...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Václav Slavík
ignore Bakefiles.local.bkgen file with local customizations
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Václav Slavík
added GCC visibility support
commit
|
commitdiff
|
tree
|
snapshot
2007-07-09
Václav Slavík
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-08
Vadim Zeitlin
fix from Francesco for the latest version of wxPresets
commit
|
commitdiff
|
tree
|
snapshot
2007-07-08
Václav Slavík
documented removal of unsafe wxGets() and wxTmpnam...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-08
Václav Slavík
don't call <del-flags> for flags that weren't added
commit
|
commitdiff
|
tree
|
snapshot
2007-07-08
Václav Slavík
removed unsecure wxTmpnam() function (patch by Francesc...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-08
Václav Slavík
fix Watcom compilation: removed templates for wxFileSel...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-08
Václav Slavík
removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-08
Paul Cornett
process pending wx events before sending idle events
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
David Elliott
Don't include <CoreFoundation/CFBase.h> because it...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
David Elliott
Remove wxMBConv_mac and wxMBConv_macUTF8D converters...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
David Elliott
Add support for wxFONTENCODING_MACKEYBOARD.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
David Elliott
Add factory functions for use with future unit tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
Robert Roebling
GCC doesn't like inline wxDEPRECATED methods.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
Václav Slavík
added missing wx_str() (patch #1749398)
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
Václav Slavík
fixed dereferencing of invalid pointers
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
Václav Slavík
changed wxVectorBase and WX_DECLARE_BASE into wxVector...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-07
David Elliott
Move wxMBConv_cf out of strconv.cpp and into strconv_cf...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Václav Slavík
fixed to make wxVariant compatible with both ANSI and...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
David Elliott
Fix wxMBConv_cf to implement FromWChar/ToWChar in lieu...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Václav Slavík
added alpha channel support to wxDFB's wxBitmap
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Václav Slavík
added support for loading images with alpha channel...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
David Elliott
Rename wxMBConv_cocoa to wxMBConv_cf and use it when...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Vadim Zeitlin
use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Václav Slavík
added missing wxUniChar::operator=(wxUniCharRef)
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Vadim Zeitlin
remove the unneeded +1 from wxGauge::SetValue() call...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Vadim Zeitlin
document that SetValue() accepts values in 0..GetRange...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
Vadim Zeitlin
use 'neither ... nor ...' instead of 'neither ... or...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
David Elliott
Make wxCocoa compile in 64-bit mode.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-06
David Elliott
Fix wxCocoa compilation.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Vadim Zeitlin
reset selection when sorting the items as they don...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Vadim Zeitlin
don't allow selecting multiple items in single selectio...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
David Elliott
Implement wxColour constructors to match other ports...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Bryan Petty
Added deprecation warnings to old wxVScrolledWindow...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Robert Roebling
wxDataViewCtrl can show tree/list music sample.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Robert Roebling
Getting closer to working tree/list wxDataViewCtrl.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Václav Slavík
added missing WXDLLIMPEXP_CORE
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Chris Elliott
added missing unixfiles
commit
|
commitdiff
|
tree
|
snapshot
2007-07-05
Chris Elliott
replace cvsentries
commit
|
commitdiff
|
tree
|
snapshot
next