projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git]
/
src
/
gtk
/
control.cpp
2013-07-26
Vadim Zeitlin
Remove all lines containing cvs/svn "$Id$" keyword.
blob
|
commitdiff
|
raw
2013-01-10
Paul Cornett
call GTKApplyWidgetStyle() from PostCreation() instead...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Paul Cornett
avoid functions deprecated in GTK3
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-17
Paul Cornett
Disconnect all GTK signals referencing a wx object...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-30
Paul Cornett
support for GTK3
blob
|
commitdiff
|
raw
|
diff to current
2012-02-27
Paul Cornett
use 0 (== GTK_STATE_NORMAL) for state parameter default
blob
|
commitdiff
|
raw
|
diff to current
2012-02-27
Paul Cornett
avoid making copy of font description
blob
|
commitdiff
|
raw
|
diff to current
2011-02-27
Vadim Zeitlin
Add wxUSE_MARKUP and wrap SetLabelMarkup() in it.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-27
Vadim Zeitlin
Don't call base class SetLabel() from GTKSetLabelForLab...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-07
Paul Cornett
move default OnInternalIdle processing to wxWindowBase
blob
|
commitdiff
|
raw
|
diff to current
2010-05-26
Robert Roebling
Applied patch, fixes #12090: wxGTK cursor handling...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Robert Roebling
More GTK prefixing for internal methods
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Robert Roebling
Removed unneeded FixUpMouse() method, some more GTK...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-18
Julian Smart
Workaround for GTK+ sensitivity bug
blob
|
commitdiff
|
raw
|
diff to current
2008-12-14
Paul Cornett
don't call size_request to get best size of a non-nativ...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-30
Julian Smart
Typo correction
blob
|
commitdiff
|
raw
|
diff to current
2008-05-30
Julian Smart
Don't update UI if hidden
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-12
Vadim Zeitlin
refactor wxGTK mnemonics conversion functions in a...
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-04-23
Vadim Zeitlin
remove wxWindow::m_needParent and use GTKNeedsParent...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-01
Vadim Zeitlin
added support for ellipsization and markup in wxStaticT...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-10
Paul Cornett
use simpler color ctor
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Vadim Zeitlin
don't set cursor for not realized (and not only hidden...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Vadim Zeitlin
shouldn't update cursor for hidden windows
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Vadim Zeitlin
forgot GTKSetDelayedFocusIfNeeded() call in the last...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Vadim Zeitlin
Many changes:
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-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-12
Vadim Zeitlin
support mnemonics for wxStatic/RadioBox and made it...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Mart Raudsepp
Nuke GTK1 from src/gtk
blob
|
commitdiff
|
raw
|
diff to current
2005-12-24
Vadim Zeitlin
fixed labels under GTK+ 1 after recent changes (remove...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-19
Vadim Zeitlin
fix for compilation without PCH
blob
|
commitdiff
|
raw
|
diff to current
2005-12-18
Vadim Zeitlin
1. changed wxControl::GetLabel() to return the original...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
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
2004-08-15
Václav Slavík
style obtained from a widget not associated with screen...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-14
Václav Slavík
attributes inheritance fix; apply style to both m_wxwin...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-02
Václav Slavík
fixed memory leak in wxNativeFontInfo when using Pango
blob
|
commitdiff
|
raw
|
diff to current
2004-06-24
Robin Dunn
* Implemented BestSize cache
blob
|
commitdiff
|
raw
|
diff to current
2004-06-21
Robin Dunn
reverted m_adjustMinSize change prepatory for a new...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-19
Václav Slavík
moved DoApplyWidgetStyle to wxWindowGTK
blob
|
commitdiff
|
raw
|
diff to current
2004-06-19
Robin Dunn
Controls will readjust their size and minsize when...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-18
Václav Slavík
reset fg/bg colour and font to default if set to wxNull...
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-05-04
Robin Dunn
Added wxControl::PostCreation for wxGTK. Moved calls to
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-03-05
Václav Slavík
fix compilation for GTK1
blob
|
commitdiff
|
raw
|
diff to current
2003-03-04
Václav Slavík
added support for GTK2 label mnemonics (patch #689573)
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
2000-07-19
Ove Kaaven
Use GTK_OBJECT_GET_CLASS macro.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-06
Vadim Zeitlin
1. more warnings fixes in gtk/region.cpp and common...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-04
Robert Roebling
Compilation fix,
blob
|
commitdiff
|
raw
|
diff to current
2000-01-03
Robert Roebling
Corrected spin control, which ignored hand typed...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-01
Robert Roebling
Some Resize/GetBestSize() changes.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-23
Robin Dunn
Added a constructor that allows creation of independent...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-22
Robert Roebling
Include changes again. Something is wrong with CVS...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-19
Vadim Zeitlin
wxWindow::GetBestSize() added
blob
|
commitdiff
|
raw
|
diff to current
1999-10-18
Vadim Zeitlin
wxControl and wxChoice derive from the base classes...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-07-27
Vadim Zeitlin
wxGTK compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-07-26
Vadim Zeitlin
1. wxChoice and wxComboBox support client data under MSW
blob
|
commitdiff
|
raw
|
diff to current
1999-07-23
Vadim Zeitlin
1. more wxMotif fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-04-14
Ove Kaaven
This seems to be compiling.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-09
Robert Roebling
Here it comes:
blob
|
commitdiff
|
raw
|
diff to current
1998-12-17
Robert Roebling
I've put live into Vadim's wxNavigationKeyEvent idea
blob
|
commitdiff
|
raw
|
diff to current
1998-10-26
Robert Roebling
Implemented wxScreenDC the hard way
blob
|
commitdiff
|
raw
|
diff to current
1998-10-24
Robert Roebling
Removed usage of GdkImlib
blob
|
commitdiff
|
raw
|
diff to current
1998-08-14
Robert Roebling
Added wxRadioButton (not tested)
blob
|
commitdiff
|
raw
|
diff to current
1998-08-08
Robert Roebling
Correct the wxButton::Setlabel nonsense
blob
|
commitdiff
|
raw
|
diff to current
1998-08-08
Robert Roebling
Added wxDC:DrawPolygone
blob
|
commitdiff
|
raw
|
diff to current
1998-07-23
Vadim Zeitlin
removes "&" from wxControl's label (also for buttons...
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-05-20
Karsten Ballüder
Initial revision
blob
|
commitdiff
|
raw
|
diff to current