projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix bug with using invalid date in wxMSW wxCalendarCtrl.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
combobox.h
2012-03-11
Vadim Zeitlin
Update the text part of combobox when changing text...
blob
|
commitdiff
|
raw
2011-09-10
Steve Lamerton
Merge in from trunk r68684 - r69046
blob
|
commitdiff
|
raw
|
diff to current
2011-08-21
Vadim Zeitlin
Replace wxComboBox::IsEmpty() with Is{List,Text}Empty().
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Robert Roebling
Ignore non-existant string selection in wxComboBox...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-12
Vadim Zeitlin
Fix text updated event generation in wxGTK wxComboBox.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-30
Robert Roebling
Use GTKXXX notation for some more wxGTK specific method...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-24
Vadim Zeitlin
Add wxComboBox::Popup() and Dismiss() to manually show...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-05
Jaakko Salli
wxTextEntry::SetMargins(), GetMargins() - implemented...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Vadim Zeitlin
added wxTextEntry::SetHint() (a.k.a. cue banner or...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Robert Roebling
Native wxBitmapComboBox patch for GTK+
blob
|
commitdiff
|
raw
|
diff to current
2008-05-18
Vadim Zeitlin
use GtkComboBox instead of deprecated GtkOptionMenu...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-14
Václav Slavík
simplified and cleaned up wxGTK's focus handling
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
Vadim Zeitlin
removed all compile- and run-time checks for GTK+ ...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
Paul Cornett
make access for virtuals match base
blob
|
commitdiff
|
raw
|
diff to current
2007-09-26
Vadim Zeitlin
added wxTextEntry common base class for both wxTextCtrl...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Vadim Zeitlin
many wxItemContainer-related changes:
blob
|
commitdiff
|
raw
|
diff to current
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-30
Paul Cornett
header includes cleanup
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Vadim Zeitlin
Many changes:
blob
|
commitdiff
|
raw
|
diff to current
2006-04-29
Mart Raudsepp
Add virtual keyword where applicable.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-16
Mart Raudsepp
Move constant strings to .rodata/.data.rel.ro ELF segme...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
removed wxABI_VERSION checks
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-08-17
Vadim Zeitlin
added GetCurrentSelection(); made GetSelection() behave...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-02
Michael Wetherell
Add import/export attributes
blob
|
commitdiff
|
raw
|
diff to current
2005-02-13
Vadim Zeitlin
1. added SetSelection() to wxItemContainer and removed...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-13
Vadim Zeitlin
removed multiple duplicate copies (with subtly differen...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-19
Włodzimierz Skiba
wxTextPos for all GetLastPosition with constants for...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-09
Julian Smart
Combobox corrections
blob
|
commitdiff
|
raw
|
diff to current
2004-12-09
Julian Smart
Added further 'missing' wxTextCtrl-like functions to...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-08
Robert Roebling
Corrected wxComboBox::GetValue() after a
blob
|
commitdiff
|
raw
|
diff to current
2004-06-14
Václav Slavík
fixed GTK styles handling:
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-05-06
Robin Dunn
Get(Class)DefaultAttributes() for wxGTK controls
blob
|
commitdiff
|
raw
|
diff to current
2004-04-27
Robin Dunn
Change SetStringSelection to return bool like in other...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-31
Mattia Barbon
Added some missing STL-like wxArray/wxArrayString...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-20
Vadim Zeitlin
derive wxComboBox from wxItemContainer (via wxComboBoxB...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-30
Vadim Zeitlin
return the index of the inserted/appended item
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Vadim Zeitlin
GetClientData(int n) should be const (part of patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-09
Vadim Zeitlin
Insert() patch from John Labenski
blob
|
commitdiff
|
raw
|
diff to current
2003-03-01
Robert Roebling
Added wxComboBox::SetString patch
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-09-07
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
blob
|
commitdiff
|
raw
|
diff to current
2002-08-05
Robert Roebling
Lots of Unix/Unicode compile fixes, some of which
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Robert Roebling
Applied patch for wxComboBox and wxListBox to
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
first pass of wxUniv merge - nothing works, most parts...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-19
Vadim Zeitlin
wxWindow::GetBestSize() added
blob
|
commitdiff
|
raw
|
diff to current
1999-10-11
Robert Roebling
added SpinCtrl,
blob
|
commitdiff
|
raw
|
diff to current
1999-07-22
Robert Roebling
Corrected wxlistBox, wxRadioBox, wxComboBox and
blob
|
commitdiff
|
raw
|
diff to current
1999-06-14
Robert Roebling
Added zillions of #if wxUSE_XXX
blob
|
commitdiff
|
raw
|
diff to current
1999-05-12
Robert Roebling
Fixes a few SGI compiler warnings..
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Ove Kaaven
Oh well, I'll just stuff in the rest of the Unicode...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Vadim Zeitlin
compilation fix (forgot to check in this one)
blob
|
commitdiff
|
raw
|
diff to current
1999-01-09
Karsten Ballüder
wxComboBox included (removed dependency on wxUSE_COMBOB...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-06
Robert Roebling
Compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-01-04
Robert Roebling
configure and #ifdef wxUSE_XXX updates
blob
|
commitdiff
|
raw
|
diff to current
1998-11-06
Robert Roebling
Second try at doing Set/GetClient right
blob
|
commitdiff
|
raw
|
diff to current
1998-11-06
Robert Roebling
SetEventData for a few widgets
blob
|
commitdiff
|
raw
|
diff to current
1998-10-29
Robert Roebling
Big color update with the newest information
blob
|
commitdiff
|
raw
|
diff to current
1998-10-26
Robert Roebling
Implemented wxScreenDC the hard way
blob
|
commitdiff
|
raw
|
diff to current
1998-10-21
Robert Roebling
SetBackground for ListBox and others
blob
|
commitdiff
|
raw
|
diff to current
1998-09-07
Robert Roebling
Much more aggressive for intercepting events and
blob
|
commitdiff
|
raw
|
diff to current
1998-09-07
Robert Roebling
Tries unsuccesfully to cure a few more problems
blob
|
commitdiff
|
raw
|
diff to current
1998-09-06
Robert Roebling
Added SetFont to most controls and controls sample
blob
|
commitdiff
|
raw
|
diff to current
1998-08-23
Unknown (RO)
General tidy-up (mainly typecasts) to allow the use...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-14
Robert Roebling
Added wxRadioButton (not tested)
blob
|
commitdiff
|
raw
|
diff to current
1998-07-31
Robert Roebling
Added bitmaps and icons to samples
blob
|
commitdiff
|
raw
|
diff to current
1998-07-04
Julian Smart
Sorry, I went and removed consts as per the style guide :-)
blob
|
commitdiff
|
raw
|
diff to current
1998-06-22
Karsten Ballüder
fixed #pragma
blob
|
commitdiff
|
raw
|
diff to current
1998-06-03
Robert Roebling
GTK
blob
|
commitdiff
|
raw
|
diff to current
1998-05-30
Robert Roebling
Same as last one..
blob
|
commitdiff
|
raw
|
diff to current
1998-05-20
Karsten Ballüder
Initial revision
blob
|
commitdiff
|
raw
|
diff to current