projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove wxDialogNameStr definition which should have been removed in r49873.
[wxWidgets.git]
/
include
/
wx
/
2007-11-19
David Elliott
Remove wxDialogNameStr definition which should have...
tree
|
commitdiff
2007-11-18
Robert Roebling
Implement wxGTK internal short-cut for wxDataViewIndexL...
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
always return true from IsMaximized() under Hildon
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
don't show size grip if the window the status bar is...
tree
|
commitdiff
2007-11-18
Stefan Neis
Use new wxTextEntry implementation on OS/2.
tree
|
commitdiff
2007-11-18
Stefan Neis
Added wxTextEntry implementation for OS/2.
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
experimental IPv6 implementation (patch 1771429)
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
wxColourData::operator=() should return wxColourData...
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
added public wxInfoMessageBox() (slightly modified...
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
preserve custom colours between calls to wxGetColourFro...
tree
|
commitdiff
2007-11-18
Vadim Zeitlin
removed not implemented anyhow SetIcons()
tree
|
commitdiff
2007-11-18
Stefan Neis
Compilation fix for Watcom (on OS/2).
tree
|
commitdiff
2007-11-18
Robert Roebling
Remove useless GetRowCount
tree
|
commitdiff
2007-11-17
Stefan Neis
Changed control name constants from wxChar to char...
tree
|
commitdiff
2007-11-17
Robert Roebling
Update to wxDataViewCtrl from Hartwig
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
fix several problems in handling of the menu items...
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
added SetInitialSocketBuffers() to allow changing the...
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
forward SetFocus() to the directory tree (replaces...
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
allow to optionally use vendor name component in standa...
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
added vendor display name (for consistency with app...
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
fix wxColourDialog::Centre() and SetSize() (modified...
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
PCH-less compilation fix after last commit
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
no real changes, just some cleanup: add wxIsAltDown...
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
add wxModule::AddDependency(name) overload (patch 1790451)
tree
|
commitdiff
2007-11-16
Vadim Zeitlin
move Add/DeleteAttribute() implementations out of line...
tree
|
commitdiff
2007-11-16
Vadim Zeitlin
added logic to manage automatically allocated ids in...
tree
|
commitdiff
2007-11-16
Stefan Csomor
cleanup
tree
|
commitdiff
2007-11-16
Stefan Csomor
cleanup
tree
|
commitdiff
2007-11-16
Stefan Csomor
cleanup
tree
|
commitdiff
2007-11-16
Stefan Csomor
cleanup
tree
|
commitdiff
2007-11-16
Stefan Csomor
cleanup
tree
|
commitdiff
2007-11-16
Stefan Csomor
correcting import/export (_adv gave linking errors)
tree
|
commitdiff
2007-11-15
Stefan Csomor
cleanup
tree
|
commitdiff
2007-11-15
Robert Roebling
remove warnings
tree
|
commitdiff
2007-11-15
Robert Roebling
optimise startup of wxDataViewIndexListModel
tree
|
commitdiff
2007-11-15
Julian Smart
Corrected symbol for OS/2
tree
|
commitdiff
2007-11-15
Julian Smart
Added missing include
tree
|
commitdiff
2007-11-14
Robert Roebling
wxDC rework, forgot these
tree
|
commitdiff
2007-11-14
Julian Smart
Conflict correction
tree
|
commitdiff
2007-11-14
Robert Roebling
Further wxDC changes
tree
|
commitdiff
2007-11-14
Julian Smart
Border corrections
tree
|
commitdiff
2007-11-14
Julian Smart
Border corrections, and more compact dialog sizes
tree
|
commitdiff
2007-11-14
Paul Cornett
put the useable border styles in one place
tree
|
commitdiff
2007-11-13
Vadim Zeitlin
override GetDefaultBorder() to return wxBORDER_NONE...
tree
|
commitdiff
2007-11-13
Vadim Zeitlin
disambiguate between 2 base class IsEmpty() versions...
tree
|
commitdiff
2007-11-13
Julian Smart
Added missing return type
tree
|
commitdiff
2007-11-13
Julian Smart
Getting borders working
tree
|
commitdiff
2007-11-13
Vadim Zeitlin
replace changes of r49890 by defining more compatibilit...
tree
|
commitdiff
2007-11-13
Robert Roebling
More DC changes
tree
|
commitdiff
2007-11-13
Julian Smart
wxChar -> char
tree
|
commitdiff
2007-11-13
Julian Smart
wxChar -> char
tree
|
commitdiff
2007-11-13
Julian Smart
wxChar -> char
tree
|
commitdiff
2007-11-13
Julian Smart
Tidying
tree
|
commitdiff
2007-11-13
Julian Smart
More border rationalisation. GetDefaultBorder is now...
tree
|
commitdiff
2007-11-13
Julian Smart
wxChar -> char
tree
|
commitdiff
2007-11-13
Vadim Zeitlin
compilation fix for g++ 3.4 (and maybe others)
tree
|
commitdiff
2007-11-13
Vadim Zeitlin
use standard functions for BSTR handling instead of...
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
made wxApp::argv an object convertible to either char...
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
make various control names constants of type char,...
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
refactor wxGTK mnemonics conversion functions in a...
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
remove declaration of EscapeMnemonics() which doesn...
tree
|
commitdiff
2007-11-12
Robert Roebling
add const overload for GetImpl()
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
update wxUSE_UNICODE and wxUSE_WCHAR_T descriptions...
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
add std::vector-compatible ctors taking array size...
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
some Hildon integration work: use HildonProgram (for...
tree
|
commitdiff
2007-11-12
Vadim Zeitlin
compilation fix for some build configurations (forward...
tree
|
commitdiff
2007-11-11
Stefan Neis
Compilation fix (patch #1829901)
tree
|
commitdiff
2007-11-10
Vadim Zeitlin
added functions for setting the columns order in wxList...
tree
|
commitdiff
2007-11-10
Vadim Zeitlin
added array(size_t count) ctor initializing the array...
tree
|
commitdiff
2007-11-09
Stefan Csomor
forward port from 2.8
tree
|
commitdiff
2007-11-09
Stefan Csomor
forward port from 2.8
tree
|
commitdiff
2007-11-09
Stefan Csomor
forward port from 2.8
tree
|
commitdiff
2007-11-09
Stefan Csomor
forward port from 2.8
tree
|
commitdiff
2007-11-09
Stefan Csomor
forward port from 2.8
tree
|
commitdiff
2007-11-09
Vadim Zeitlin
fixed bugs with moving/centering the file dialog (repla...
tree
|
commitdiff
2007-11-09
David Elliott
Resynch with 2.8 changes (realized I don't need __WX_CO...
tree
|
commitdiff
2007-11-09
David Elliott
Add RCS-ID and normalize whitespace.
tree
|
commitdiff
2007-11-09
David Elliott
Make new wxCocoaMessageDialog suitable for backport...
tree
|
commitdiff
2007-11-09
David Elliott
Applied slightly-modified patch 1826540 from Gareth...
tree
|
commitdiff
2007-11-08
Robert Roebling
Add wxDataViewTextRendererAttr, blind noop under wxMac
tree
|
commitdiff
2007-11-06
Paul Cornett
New "pizza" widget implementation. Window border widths...
tree
|
commitdiff
2007-11-06
Mart Raudsepp
Include the parent classes header to fix compilation...
tree
|
commitdiff
2007-11-05
Vadim Zeitlin
implemented wxTextEntry for wxMotif, made wxComboBox...
tree
|
commitdiff
2007-11-05
Vadim Zeitlin
removed all compile- and run-time checks for GTK+ ...
tree
|
commitdiff
2007-11-05
Vadim Zeitlin
fix a few hundreds of harmless unused parameters warnin...
tree
|
commitdiff
2007-11-05
Robert Roebling
Minimum is now GTK+ 2.4
tree
|
commitdiff
2007-11-05
Robert Roebling
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
tree
|
commitdiff
2007-11-05
Vadim Zeitlin
forward declare wxArrayString (compilation fix for...
tree
|
commitdiff
2007-11-05
Vadim Zeitlin
implement AutoComplete for wxMSW too
tree
|
commitdiff
2007-11-04
Paul Cornett
build fix: return type for AutoComplete is bool
tree
|
commitdiff
2007-11-04
Vadim Zeitlin
added wxTextEntry::AutoCompleteFileNames() and implemen...
tree
|
commitdiff
2007-11-04
Vadim Zeitlin
added wxTextEntry::AutoComplete() and implemented it...
tree
|
commitdiff
2007-11-04
Paul Cornett
build fixes for universal
tree
|
commitdiff
2007-11-04
Vadim Zeitlin
use gtk_entry_set_activates_default() instead of redoin...
tree
|
commitdiff
2007-11-03
Vadim Zeitlin
added wxWindow::AlwaysShowScrollbars() and its wxMac...
tree
|
commitdiff
2007-11-03
Vadim Zeitlin
make wxScrollBar derive from wxScrollBarBase under...
tree
|
commitdiff
2007-11-03
Vadim Zeitlin
handle failure of gtk_drag_begin() (which can happen...
tree
|
commitdiff
2007-11-02
Vadim Zeitlin
fix warnings in EventsSuppressor ctor from gcc with...
tree
|
commitdiff
2007-11-02
Paul Cornett
build fixes
tree
|
commitdiff
2007-11-02
Vadim Zeitlin
fixes for DLL build
tree
|
commitdiff
next