projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
added wxString ctor from std::string (inside #ifdef wxUSE_STD_STRING); removed pragma...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
2004-05-05
Vadim Zeitlin
use ResetClipping() instead of simply setting m_clippin...
tree
|
commitdiff
2004-05-04
Robin Dunn
Added wxControl::PostCreation for wxGTK. Moved calls to
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
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-22
Robin Dunn
Fix wxGTK's menu and menubar so Insert does something...
tree
|
commitdiff
2004-04-18
Robert Roebling
Applied patch for hiding statusbar.
tree
|
commitdiff
2004-04-01
Vadim Zeitlin
implemented GetBestSize()
tree
|
commitdiff
2004-03-29
Robert Roebling
Applied SetForegorund colour patch for GTK2.
tree
|
commitdiff
2004-03-20
Robert Roebling
Applied notebook font patch.
tree
|
commitdiff
2004-03-20
Vadim Zeitlin
why should wxMessageDialog dialog have another m_parent...
tree
|
commitdiff
2004-03-16
Robin Dunn
implement wxBitmapButton::DoGetBestSize
tree
|
commitdiff
2004-03-15
Robert Roebling
New menu code.
tree
|
commitdiff
2004-03-10
Robin Dunn
Give wxGauge a best size
tree
|
commitdiff
2004-03-07
Julian Smart
Improved wxTreeCtrl tooltip processing performance...
tree
|
commitdiff
2004-03-07
Robert Roebling
Added wxToggleBitmapButton (it compiles).
tree
|
commitdiff
2004-01-31
Mattia Barbon
Added some missing STL-like wxArray/wxArrayString...
tree
|
commitdiff
2004-01-23
Robin Dunn
wxMenu::Append (and similar) now return a pointer to...
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
implemented SetSelection
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
implemented HitTest() (modified patch 875957)
tree
|
commitdiff
2003-12-11
Julian Smart
Applied patch [ 828303 ] Slight wxColour cleanup
tree
|
commitdiff
2003-12-03
Robin Dunn
Use InheritAttributes for wxGTK widgets so they will...
tree
|
commitdiff
2003-10-18
Vadim Zeitlin
use #if WXWIN_COMPAT and not #ifdef (patch 826160)
tree
|
commitdiff
2003-10-17
Vadim Zeitlin
added CreateByName(), use it in wxColourDatabase
tree
|
commitdiff
2003-10-09
Robert Roebling
Added wxBitmap::Rescale() from 2_4
tree
|
commitdiff
2003-10-02
Robin Dunn
Added a const to be consistent with the generic class
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
removed Initialized()
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
removed wxApp::Initialized() (replaced with a dummy...
tree
|
commitdiff
2003-09-24
Robin Dunn
Since wxGTK's wxGauge doesn't derive from wxGaugeBase...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
pointer returned by GetNativeFontInfo() is now const...
tree
|
commitdiff
2003-09-23
Vadim Zeitlin
added wxTextCtrl::MarkDirty()
tree
|
commitdiff
2003-09-20
Vadim Zeitlin
derive wxComboBox from wxItemContainer (via wxComboBoxB...
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
use wxEventLoop in wxApp under wxMSW; factored out...
tree
|
commitdiff
2003-08-30
Vadim Zeitlin
return the index of the inserted/appended item
tree
|
commitdiff
2003-08-21
Mattia Barbon
wxGTK compilation fixes.
tree
|
commitdiff
2003-08-20
Vadim Zeitlin
created wxBookCtrl which will be tje base class for...
tree
|
commitdiff
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() for...
tree
|
commitdiff
2003-08-09
Václav Slavík
added support for gcc precompiled headers
tree
|
commitdiff
2003-08-02
Václav Slavík
wxJoystick and wxWave are now available in all Unix...
tree
|
commitdiff
2003-07-21
Vadim Zeitlin
gave default parameters for wxBrush() ctor from wxColou...
tree
|
commitdiff
2003-07-21
Vadim Zeitlin
gave default parameters for wxPen() ctor from wxColour...
tree
|
commitdiff
2003-07-21
Vadim Zeitlin
load any files, not only XPMs, in wxIcon(wxIconLocation)
tree
|
commitdiff
2003-07-20
Mattia Barbon
Compilation fix for !WXWIN_COMPATIBILITY_2_4.
tree
|
commitdiff
2003-07-19
Vadim Zeitlin
extracted common code into a single wxfileDialogBase...
tree
|
commitdiff
2003-07-14
Julian Smart
Rationalised OnIdle
tree
|
commitdiff
2003-07-10
Vadim Zeitlin
added wxTB_HORZ_TEXT (patch 713813); documented it...
tree
|
commitdiff
2003-07-09
Vadim Zeitlin
GetClientData(int n) should be const (part of patch...
tree
|
commitdiff
2003-07-09
Vadim Zeitlin
added missing #include <wx/defs.h> (parts of patch...
tree
|
commitdiff
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
tree
|
commitdiff
2003-07-08
Robert Roebling
Upported mouse click detection change for wxChoice.
tree
|
commitdiff
2003-07-01
Vadim Zeitlin
removed wxFunction
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
small wxGTK compilation fixes
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
added empty Init/CleanUpStandardHandlers() for compatib...
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
more work on fixing wxEntry() and ANSI/Unicode cmd...
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
extracted common initialization/cleanup functions in...
tree
|
commitdiff
2003-06-24
Vadim Zeitlin
wxBase/GUI separation: 1st step, wxMSW should build...
tree
|
commitdiff
2003-06-21
Vadim Zeitlin
added wxIconLocation; minor fixes to wxIcon on some...
tree
|
commitdiff
2003-06-14
Vadim Zeitlin
wxFileDialog cleanup, extracted common code to fldlgcmn...
tree
|
commitdiff
2003-05-09
Vadim Zeitlin
Insert() patch from John Labenski
tree
|
commitdiff
2003-05-03
Robin Dunn
Reversed the meaning of black and white in wxRegion...
tree
|
commitdiff
2003-05-01
Vadim Zeitlin
fixes for working with mono bitmaps (patch 728768)
tree
|
commitdiff
2003-03-28
Robin Dunn
Added wxTLW::SetShape and implementations for wxGTK...
tree
|
commitdiff
2003-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
tree
|
commitdiff
2003-03-04
Václav Slavík
added support for GTK2 label mnemonics (patch #689573)
tree
|
commitdiff
2003-03-01
Robert Roebling
Added wxComboBox::SetString patch
tree
|
commitdiff
2003-02-28
Václav Slavík
fixed wxScrollBar creation when default size was used
tree
|
commitdiff
2003-02-28
Václav Slavík
added native wxMessageDialog implementation for GTK+2
tree
|
commitdiff
2003-02-12
Vadim Zeitlin
added DoSetNativeFontInfo() to avoid virtual function...
tree
|
commitdiff
2003-01-31
Robert Roebling
Removed unnecessary SET_STYLE.. macros.
tree
|
commitdiff
2003-01-26
Robert Roebling
Small speed up to fonts and support for scaling.
tree
|
commitdiff
2002-12-29
Ron Lee
Added wxTreeCtrl::GetItemParent to deprecate GetParent.
tree
|
commitdiff
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
tree
|
commitdiff
2002-09-07
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
tree
|
commitdiff
2002-09-04
Vadim Zeitlin
fix wxCheckListBox which was completely broken by the...
tree
|
commitdiff
2002-08-15
Robert Roebling
strings are now wxChar
tree
|
commitdiff
2002-08-13
Robert Roebling
New code for Update() under GTK 2.0. Added
tree
|
commitdiff
2002-08-08
Julian Smart
Applied patch [ 579219 ] wxNotebook:SetPadding added
tree
|
commitdiff
2002-08-05
Robert Roebling
Lots of Unix/Unicode compile fixes, some of which
tree
|
commitdiff
2002-08-05
Robert Roebling
Added various MACROS for converting strings
tree
|
commitdiff
2002-08-01
Julian Smart
Applied patch [ 588734 ] Makes ProcessIdle() virtual
tree
|
commitdiff
2002-07-09
Robert Roebling
No events when setting values.
tree
|
commitdiff
2002-06-18
Julian Smart
Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
tree
|
commitdiff
2002-06-18
Vadim Zeitlin
added ViewStart() as synonym for GetViewStart() in...
tree
|
commitdiff
2002-06-15
Robin Dunn
Fixed wxApp::OnAssert signature.
tree
|
commitdiff
2002-06-06
Robert Roebling
Dislaying popup tip windows seems to work right now.
tree
|
commitdiff
2002-06-04
Vadim Zeitlin
added default parameter values to the overloaded Show...
tree
|
commitdiff
2002-06-02
Robert Roebling
Overrode wxMDIChildFrame's DoSetSize to not misplace
tree
|
commitdiff
2002-05-31
Vadim Zeitlin
removed unused wxWindowGTK::m_isFrame
tree
|
commitdiff
2002-05-31
Vadim Zeitlin
replaced m_isRadioButton with a virtual function
tree
|
commitdiff
2002-05-31
Vadim Zeitlin
replaced wxWindowGTK::m_isListBox with a virtual function
tree
|
commitdiff
2002-05-31
Vadim Zeitlin
replaced wxWindowGTK::m_isStaticBox with a virtual...
tree
|
commitdiff
2002-05-31
Vadim Zeitlin
replaced wxWindowGTK::m_isListBox with a virtual function
tree
|
commitdiff
2002-05-31
Vadim Zeitlin
fixes for the focus handling: don't set back to back...
tree
|
commitdiff
2002-05-12
Vadim Zeitlin
fixed wxFontDialog API: accept const ref instead of...
tree
|
commitdiff
2002-05-11
Gilles Depeyrot
corrected pragma interface
tree
|
commitdiff
2002-05-07
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-04
Vadim Zeitlin
initialize wxBitmapButton members
tree
|
commitdiff
2002-04-28
Vadim Zeitlin
changed DoDragDrop(bool) into DoDragDrop(int) and added...
tree
|
commitdiff
2002-04-22
Vadim Zeitlin
removed unused OnSetFocus()
tree
|
commitdiff
next