projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Additions for webkit wrapper support.
[wxWidgets.git]
/
src
/
gtk1
/
2004-06-28
Václav Slavík
implemented wxFRAME_NO_TASKBAR for wxGTK2
tree
|
commitdiff
2004-06-28
Václav Slavík
create wxDialog with proper _NET_WM hint so that the...
tree
|
commitdiff
2004-06-27
Václav Slavík
don't mess with the fonts if not asked to
tree
|
commitdiff
2004-06-27
Václav Slavík
removed wrong bg colour handling code
tree
|
commitdiff
2004-06-27
Václav Slavík
fixed typo
tree
|
commitdiff
2004-06-27
Václav Slavík
warning fix
tree
|
commitdiff
2004-06-27
Václav Slavík
fixed setting colour of wxStaticText in case the label...
tree
|
commitdiff
2004-06-27
Václav Slavík
implemented underlined text drawing for GTK2
tree
|
commitdiff
2004-06-26
Václav Slavík
implemented 3state checkboxes in wxGTK with GTK2
tree
|
commitdiff
2004-06-26
Václav Slavík
more fixes to keypress handling in wxGTK:
tree
|
commitdiff
2004-06-24
Václav Slavík
inform the IM context about focus changes
tree
|
commitdiff
2004-06-24
Václav Slavík
GtkIMContext must be the first to process keypress...
tree
|
commitdiff
2004-06-24
Robin Dunn
* Implemented BestSize cache
tree
|
commitdiff
2004-06-24
Václav Slavík
fixed keypresses handling to correctly translate Unicod...
tree
|
commitdiff
2004-06-24
Václav Slavík
fixed memory leak and removed duplicated code
tree
|
commitdiff
2004-06-24
Václav Slavík
use GtkIMContext variable, not GtkIMMulticontext, we...
tree
|
commitdiff
2004-06-24
Jouk Jansen
Committing in .
tree
|
commitdiff
2004-06-23
Václav Slavík
gtk_widget_get_display is documented to be GTK >= 2...
tree
|
commitdiff
2004-06-22
Vadim Zeitlin
fixed crash when string couldn't be converted to UTF8...
tree
|
commitdiff
2004-06-21
Robin Dunn
reverted m_adjustMinSize change prepatory for a new...
tree
|
commitdiff
2004-06-20
Václav Slavík
more recognized response types
tree
|
commitdiff
2004-06-19
Václav Slavík
handle style changes correctly in GtkPizza
tree
|
commitdiff
2004-06-19
Václav Slavík
interpret m_has..Col, m_hasFont correctly
tree
|
commitdiff
2004-06-19
Václav Slavík
moved DoApplyWidgetStyle to wxWindowGTK
tree
|
commitdiff
2004-06-19
Robin Dunn
Controls will readjust their size and minsize when...
tree
|
commitdiff
2004-06-18
Robin Dunn
Give wxWindowGTK::ApplyWidgetStyle an implementation...
tree
|
commitdiff
2004-06-18
Václav Slavík
reset fg/bg colour and font to default if set to wxNull...
tree
|
commitdiff
2004-06-17
Robin Dunn
Set/Reset ThemeEnabled when changing the fore/backgroun...
tree
|
commitdiff
2004-06-17
Robin Dunn
Hide the dialog after running it as it may be a bit...
tree
|
commitdiff
2004-06-17
Václav Slavík
it's OK to set background,foreground colour even with...
tree
|
commitdiff
2004-06-16
Václav Slavík
fixed incorrect handling of scaled fonts and fixed...
tree
|
commitdiff
2004-06-15
Julian Smart
Typo correction
tree
|
commitdiff
2004-06-15
Julian Smart
Navigate corrections
tree
|
commitdiff
2004-06-15
Julian Smart
Tests for wxTE_PROCESS_TAB again in line with other...
tree
|
commitdiff
2004-06-14
Václav Slavík
fixed GTK styles handling:
tree
|
commitdiff
2004-06-14
Václav Slavík
respect GTK+'s theme tooltip colour settings
tree
|
commitdiff
2004-06-13
Václav Slavík
fixed background rendering if GetThemeEnabled()=true...
tree
|
commitdiff
2004-06-12
Václav Slavík
fixed setting of initial font under wxGTK2
tree
|
commitdiff
2004-06-10
Václav Slavík
fixed pasting of Unicode strings
tree
|
commitdiff
2004-06-10
Václav Slavík
don't confuse wxDF_UNICODETEXT and wxDF_TEXT
tree
|
commitdiff
2004-06-10
Vadim Zeitlin
fixed typo in wxFrame::SetStatusBar() (bug 970516)
tree
|
commitdiff
2004-06-06
Václav Slavík
restored colour labels until we have more information...
tree
|
commitdiff
2004-06-06
Julian Smart
Give controls on frame statusbar a chance to paint
tree
|
commitdiff
2004-06-04
Václav Slavík
added native wxColourDialog for GTK2
tree
|
commitdiff
2004-06-04
Václav Slavík
GdkColor<->wxColour values conversion is not dependent...
tree
|
commitdiff
2004-06-04
Václav Slavík
set transiency relation so that the WM can do better...
tree
|
commitdiff
2004-06-04
Václav Slavík
be good citizen, don't force window position; instead...
tree
|
commitdiff
2004-06-04
Václav Slavík
use simple template instead of macro, it's easier to...
tree
|
commitdiff
2004-06-03
Václav Slavík
fixed wrong tooltip colour -- don't mess with widget...
tree
|
commitdiff
2004-06-03
Václav Slavík
use current mouse position as default position in wxWin...
tree
|
commitdiff
2004-06-02
Robin Dunn
Fix compile errors when using gtk 1.2
tree
|
commitdiff
2004-06-02
Robin Dunn
On wxGTK2 the label woudl not be realigned if SetLabel...
tree
|
commitdiff
2004-06-02
Julian Smart
GTK+ 2.0 can't compile egg tray code
tree
|
commitdiff
2004-05-31
Václav Slavík
added wx-specific code and license info
tree
|
commitdiff
2004-05-31
Václav Slavík
implemented freedesktop.org spec support for GTK versio...
tree
|
commitdiff
2004-05-31
Václav Slavík
allow classes derived from wxTopLevelWidnow to use...
tree
|
commitdiff
2004-05-30
Václav Slavík
don't use global variables if GTK provides mechanism...
tree
|
commitdiff
2004-05-26
Julian Smart
Reverted config/resource name change
tree
|
commitdiff
2004-05-25
Václav Slavík
corrected previous commit's wrongly applied patch
tree
|
commitdiff
2004-05-25
Dimitri Schoolwerth
applied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
tree
|
commitdiff
2004-05-25
Václav Slavík
implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch...
tree
|
commitdiff
2004-05-23
Julian Smart
Use old licence name
tree
|
commitdiff
2004-05-23
Julian Smart
Name and version changes
tree
|
commitdiff
2004-05-21
Robin Dunn
Use gtk_init_check instead of gtk_init so that we can...
tree
|
commitdiff
2004-05-15
Robert Roebling
The markup code for wxStaticText doesn't work.
tree
|
commitdiff
2004-05-15
Robert Roebling
Improve default size for wxGauge and wxChoice.
tree
|
commitdiff
2004-05-13
Robin Dunn
Patch [ 952969 ] Parentless windows forced to center...
tree
|
commitdiff
2004-05-10
Robin Dunn
Add GetOwner accessor and fix wxRTTI inheritance for...
tree
|
commitdiff
2004-05-07
Vadim Zeitlin
split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
tree
|
commitdiff
2004-05-06
Robin Dunn
Oops, forgot to cleanup some commented-out code before...
tree
|
commitdiff
2004-05-06
Robin Dunn
Get(Class)DefaultAttributes() for wxGTK controls
tree
|
commitdiff
2004-05-05
Vadim Zeitlin
use ResetClipping() instead of simply setting m_clippin...
tree
|
commitdiff
2004-05-04
Vadim Zeitlin
check for multiple calls to gtk_glwindow_realized_callback
tree
|
commitdiff
2004-05-04
Robin Dunn
Added wxControl::PostCreation for wxGTK. Moved calls to
tree
|
commitdiff
2004-05-02
Vadim Zeitlin
fixed assert failure for a window which doesn't have...
tree
|
commitdiff
2004-05-02
Robin Dunn
Implement some base class virtuals to avoid errors...
tree
|
commitdiff
2004-05-01
Robin Dunn
Reverted last change
tree
|
commitdiff
2004-05-01
Robin Dunn
wxScreenDC also needs a pango context and layout so...
tree
|
commitdiff
2004-05-01
Robin Dunn
In wxGTK2 the wxMessageDialog is not a real wxDialog...
tree
|
commitdiff
2004-04-27
Robin Dunn
Change SetStringSelection to return bool like in other...
tree
|
commitdiff
2004-04-25
Vadim Zeitlin
unused var warning
tree
|
commitdiff
2004-04-22
Robin Dunn
Fix wxGTK's menu and menubar so Insert does something...
tree
|
commitdiff
2004-04-22
Robin Dunn
SetFont may temporarily rset the background to wxNullCo...
tree
|
commitdiff
2004-04-18
Robert Roebling
Applied patch for hiding statusbar.
tree
|
commitdiff
2004-04-18
Robert Roebling
Fix incomplete stripping of menu text.
tree
|
commitdiff
2004-04-17
Robin Dunn
SetDefault should call parent->SetDefaultItem
tree
|
commitdiff
2004-04-17
Robin Dunn
Fix or add some DoGetBestSize's
tree
|
commitdiff
2004-04-14
Robin Dunn
Ensure PostCreation is always called, so the widget...
tree
|
commitdiff
2004-04-03
Robin Dunn
m_font may not have been set yet. Default to letting...
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
fixed DoGetBestSize() for default buttons
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
implemented GetBestSize()
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
wxGTK became a little too eager in using the best size...
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
use GetFont() instead of (possibly not initialized...
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
show window from PostCreation() (which is called for...
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
only use font/colours in SetWidgetStyle() if they're set
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
really show the menubar (calling Show(TRUE) doesn't...
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
really show the window after creation (calling Show...
tree
|
commitdiff
2004-03-30
David Elliott
GetMenuBar() now traverses up the hierarchy so it no...
tree
|
commitdiff
2004-03-29
Robert Roebling
Applied SetForegorund colour patch for GTK2.
tree
|
commitdiff
2004-03-27
Vadim Zeitlin
use best size instead of hard coded 80*26 in SetSize...
tree
|
commitdiff
next