projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added wxRichTextTableBlock class to help with table UI operations
[wxWidgets.git]
/
src
/
gtk
/
combobox.cpp
2013-07-26
Vadim Zeitlin
Remove all lines containing cvs/svn "$Id$" keyword.
blob
|
commitdiff
|
raw
2013-04-25
Vadim Zeitlin
Provide shorter synonyms for wxEVT_XXX constants.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Vadim Zeitlin
Add IM and full wxEVT_CHAR support to wxTextCtrl and...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Paul Cornett
fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENT...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Paul Cornett
Simplify GetDefaultAttributesFromGTKWidget() by passing...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-09
Vadim Zeitlin
Add wxControl::GetSizeFromTextSize() to size the contro...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-21
Vadim Zeitlin
Remove unnecessary SetInitialSize() from wxGTK wxComboB...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Paul Cornett
Disconnect all GTK signals referencing a wx object...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-29
Vadim Zeitlin
Generate clipboard events for wxComboBox in wxGTK too.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-30
Paul Cornett
support for GTK3
blob
|
commitdiff
|
raw
|
diff to current
2012-04-29
Vadim Zeitlin
Preserve wxComboBox selection when modifying the select...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-11
Vadim Zeitlin
Update the text part of combobox when changing text...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-28
Paul Cornett
avoid deprecated functions and direct struct access
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Stefan Csomor
merging back XTI branch part 2
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Robert Roebling
make wxChoice and wxComboBox sort in a case insensitive...
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-08-15
Vadim Zeitlin
Revert "Make wxComboBox::Popup() and ::Dismiss() emit...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-15
Robert Roebling
Make wxComboBox::Popup() and ::Dismiss() emit events...
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-12-05
Paul Cornett
minor cleanup
blob
|
commitdiff
|
raw
|
diff to current
2009-04-15
Vadim Zeitlin
correct GTK+ version check added by r59603
blob
|
commitdiff
|
raw
|
diff to current
2009-03-18
Vadim Zeitlin
add combobox drop down/close up events (closes #10587)
blob
|
commitdiff
|
raw
|
diff to current
2009-03-06
Vadim Zeitlin
don't allow setting readonly combobox value to a string...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Paul Cornett
Hold a reference on m_widget for the life of the associ...
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-04-21
Robert Roebling
[ 1907169 ] GTK - trunk - dialog default button, part...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-18
Robert Roebling
Improve default size calc of wxComboBox
blob
|
commitdiff
|
raw
|
diff to current
2008-03-15
Vadim Zeitlin
refactored code reused in several different places...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-15
Vadim Zeitlin
no real changes, just use more readable helper wxTextEn...
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
2008-02-26
Robert Roebling
restore wxComboBox's behaviour of reacting to <ENTER>
blob
|
commitdiff
|
raw
|
diff to current
2007-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-17
Robert Roebling
Unsuccesfully tries to remove border from wxComboBox
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-11-04
Vadim Zeitlin
only generate wxEVT_COMMAND_TEXT_ENTER if the combobox...
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-09-21
Vadim Zeitlin
various warning fixes for icc 9.1 compilation
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Vadim Zeitlin
many wxItemContainer-related changes:
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
Paul Cornett
block signal handlers, instead of disconnecting, to...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-20
Václav Slavík
more changes to make wx compile without implicit wxStri...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-14
Paul Cornett
typo fix
blob
|
commitdiff
|
raw
|
diff to current
2007-06-14
Václav Slavík
fixed wxComboBox::Replace() to correctly use UTF-8...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Robert Roebling
Added Test for wxComboBox::SetValue() to widgets...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
Vadim Zeitlin
remove wxWindow::m_needParent and use GTKNeedsParent...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-21
Paul Cornett
remove redundant GTK_WIDGET casts
blob
|
commitdiff
|
raw
|
diff to current
2007-04-19
Paul Cornett
Reorganize idle system code.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-26
Vadim Zeitlin
use native TAB traversal for GTK+ 2
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
no changes, just removed TABs/trailing spaces
blob
|
commitdiff
|
raw
|
diff to current
2006-12-12
Robert Roebling
Moved allocate size correction code from combobox
blob
|
commitdiff
|
raw
|
diff to current
2006-12-12
Robert Roebling
Add hack for correct height of wxComboBox in
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-10-13
Robert Roebling
Prevent bogus event which GTK 2.4 sends after
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Vadim Zeitlin
Many changes:
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Włodzimierz Skiba
Include wx/arrstr.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Włodzimierz Skiba
Include wx/textctrl.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-24
Włodzimierz Skiba
Include wx/settings.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-15
Mart Raudsepp
No cast necessary for g_object_set first arg (it takes...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-25
Włodzimierz Skiba
Include wx/intl.h according to precompiled headers...
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-20
Vadim Zeitlin
fixed Clear() for GTK+ 2.4+
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Robin Dunn
Fix compilation error
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-03-09
Vadim Zeitlin
moved wxapp_install_idle_handler and g_isIdle from...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Robert Roebling
Correcteded wxComboBox::Clear
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Mart Raudsepp
undef GTK_DISABLE_DEPRECATED for any gtk+ version,...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-20
Mart Raudsepp
Make everything compile with GTK_DISABLE_DEPRECATED...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-20
Robert Roebling
Make use of GTK 2.4 GtkComboBox if it is available,
blob
|
commitdiff
|
raw
|
diff to current
2006-02-20
Robert Roebling
Rename gtk_ callbacls to gtkcombo_ callbacks
blob
|
commitdiff
|
raw
|
diff to current
2006-02-03
Mart Raudsepp
GTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
blob
|
commitdiff
|
raw
|
diff to current
2006-02-03
Mart Raudsepp
Remove obsolete GTK1 compatibility macros. Patch #14134...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Mart Raudsepp
Use g_signal* instead of deprecated gtk_signal*. Use...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Mart Raudsepp
Nuke GTK1 from src/gtk
blob
|
commitdiff
|
raw
|
diff to current
2006-01-16
Vadim Zeitlin
reset g_SelectionBeforePopup sooner in gtk_popup_hide_c...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-19
Mart Raudsepp
Spelling fixes from Andreas Mohr (patch #1360064)
blob
|
commitdiff
|
raw
|
diff to current
2005-10-10
Kevin Hock
For consistency with other ports, send TEXT event after...
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
first round of Intel compiler warning fixes: down from...
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-07-22
Włodzimierz Skiba
[1231183] 'cleanup: mismatched indentation' and other...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Vadim Zeitlin
GTK+ callbacks must have C linkage (patch 1157384)
blob
|
commitdiff
|
raw
|
diff to current
2005-02-28
Robert Roebling
Apply combobox patch II.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-15
Robert Roebling
Better resizing code fro wxComboBox.
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-02-05
Robert Roebling
_conncect_after() should be used for controls emitting
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
2005-01-08
Robert Roebling
Compile fixes for GTK 1.2
blob
|
commitdiff
|
raw
|
diff to current
2005-01-08
Robert Roebling
Applied wxNO_BORDER patch for text control and combo...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-06
Robert Roebling
Applied patched for combo box SELECTED events (no
blob
|
commitdiff
|
raw
|
diff to current
2004-12-15
Jouk Jansen
Committing in .
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-10-23
Václav Slavík
fixing sizing bug inside wxWizard
blob
|
commitdiff
|
raw
|
diff to current
2004-10-23
Václav Slavík
added InvalidateBestSize calls when combobox's content...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-20
Julian Smart
Worked around font setting problem for GTK+1 on some
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Robert Roebling
Make wxComboBox spit out a bit fewer surplis
blob
|
commitdiff
|
raw
|
diff to current
next