projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Typo fixes
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
2006-10-17
Włodzimierz Skiba
Headers cleaning.
tree
|
commitdiff
2006-10-13
Robin Dunn
wxMemoryDC constructor now optionally accepts a wxBitma...
tree
|
commitdiff
2006-10-09
Vadim Zeitlin
added wxWindow::IsDoubleBuffered() and improve wxBuffer...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
moved DoSetValue() to wxTextCtrlBase instead of having...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
add IsOk() to all classes having Ok() method (patch...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxTextCtrl::ChangeValue() which is the same as...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxBookCtrl::ChangeSelection() which is the same...
tree
|
commitdiff
2006-10-08
Paul Cornett
Move some things to wxBitmapBase to avoid much duplication.
tree
|
commitdiff
2006-09-28
Jouk Jansen
Committing in .
tree
|
commitdiff
2006-09-25
Vadim Zeitlin
The Great wxRegion Refactoring:
tree
|
commitdiff
2006-09-14
Paul Cornett
remove redundant declarations of wxFrameNameStr
tree
|
commitdiff
2006-09-10
Vadim Zeitlin
removed overloaded virtual InitWith() methods, keep...
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
tree
|
commitdiff
2006-08-10
Václav Slavík
moved duplicated wxRegionContain definitions to wx...
tree
|
commitdiff
2006-08-09
Václav Slavík
moved wxIcon implementation for ports where it's identi...
tree
|
commitdiff
2006-05-29
Vadim Zeitlin
miscellaneous wxFont enhancements (patch 1496606):
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
File/dir dialog styles and other changes (patch 1488371):
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
Build fix after wxColourBase introduction.
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
tree
|
commitdiff
2006-04-20
Paul Cornett
remove unneeded gdiobj.h files
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
create stock GDI objects on demand; use const with...
tree
|
commitdiff
2006-03-30
Włodzimierz Skiba
Better backward compatibility and deprecation markup...
tree
|
commitdiff
2006-03-28
Włodzimierz Skiba
Line-up deprecated interface of wxTreeCtrl between...
tree
|
commitdiff
2006-03-24
Włodzimierz Skiba
Back to unsigned int count in wxTreeCtrl.
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
tree
|
commitdiff
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
tree
|
commitdiff
2006-03-13
Włodzimierz Skiba
TRUE/FALSE source cleaning.
tree
|
commitdiff
2006-03-12
Włodzimierz Skiba
IsValid() is now in base class.
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
GTK1 fixes after wxObject-derived classes copy ctors...
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
removed GTKConvertMnemonics() which is not used in...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Include order is wxprec.h=>defs.h=>platform.h=>setup...
tree
|
commitdiff
2006-01-23
Mart Raudsepp
Remove GTK2 specific prototypes from wx/include/gtk1...
tree
|
commitdiff
2006-01-23
Mart Raudsepp
wx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary...
tree
|
commitdiff
2006-01-16
Mart Raudsepp
Move constant strings to .rodata/.data.rel.ro ELF segme...
tree
|
commitdiff
2006-01-03
Julian Smart
Added wxAddGrab, wxRemoveGrab for use by popup window...
tree
|
commitdiff
2005-12-18
Vadim Zeitlin
1. changed wxControl::GetLabel() to return the original...
tree
|
commitdiff
2005-12-18
Vadim Zeitlin
removed GetLabel() which didn't do anything but forward...
tree
|
commitdiff
2005-12-13
Mart Raudsepp
Remove my binary compatibility stuff from HEAD. Patch...
tree
|
commitdiff
2005-12-08
David Surovell
applied patch 1376506 - remove unneeded member variable...
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
1. derive wxGTK wxRadioBox from wxRadioBoxBase now...
tree
|
commitdiff
2005-11-30
Włodzimierz Skiba
Missing wxUSE_PALETTE markup (#1369489).
tree
|
commitdiff
2005-11-28
Vadim Zeitlin
fix unused parameter warning
tree
|
commitdiff
2005-11-19
Mart Raudsepp
Spelling fixes from Andreas Mohr (patch #1360064)
tree
|
commitdiff
2005-11-07
Mart Raudsepp
[wxGTK] Support changing the wxSTAY_ON_TOP style value...
tree
|
commitdiff
2005-11-04
Włodzimierz Skiba
Source cleaning.
tree
|
commitdiff
2005-11-04
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow (wxGTK part).
tree
|
commitdiff
2005-11-04
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow (wxGTK part).
tree
|
commitdiff
2005-10-10
Vadim Zeitlin
refactored wxGTK scrolling: it has now fully-functionin...
tree
|
commitdiff
2005-10-10
Vadim Zeitlin
added GtkUpdateScrollbar; folded some code duplicated...
tree
|
commitdiff
2005-10-09
Mattia Barbon
Removed WXWIN_COMPATIBILITY_2_2 together with code...
tree
|
commitdiff
2005-10-05
Włodzimierz Skiba
wxColour source cleaning. Corrections to 'const unsigne...
tree
|
commitdiff
2005-10-04
Włodzimierz Skiba
Fix for mistake with const for non pointer/reference...
tree
|
commitdiff
2005-10-04
Włodzimierz Skiba
wxBrush::SetColour and wxPen::SetColour unified. Source...
tree
|
commitdiff
2005-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
tree
|
commitdiff
2005-09-25
Michael Wetherell
Fixes for include guards, patch 1256967 Paul Cornett
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
removed wxABI_VERSION checks
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
first round of Intel compiler warning fixes: down from...
tree
|
commitdiff
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-09-21
Mart Raudsepp
[wxGTK] Remove wxTLW::RequestUserAttention related...
tree
|
commitdiff
2005-09-15
Włodzimierz Skiba
wxUSE_SPLINES markup and other cleanings.
tree
|
commitdiff
2005-08-24
Vadim Zeitlin
fix for -Wundef warning for HAVE_XIM under GTK1
tree
|
commitdiff
2005-08-17
Mart Raudsepp
[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
tree
|
commitdiff
2005-08-17
Vadim Zeitlin
added GetCurrentSelection(); made GetSelection() behave...
tree
|
commitdiff
2005-08-17
Vadim Zeitlin
hacked around wxGTK wxStaticText which doesn't derive...
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
NEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using...
tree
|
commitdiff
2005-08-02
Michael Wetherell
Add import/export attributes
tree
|
commitdiff
2005-08-02
Michael Wetherell
Expand tabs
tree
|
commitdiff
2005-07-29
Mart Raudsepp
wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUse...
tree
|
commitdiff
2005-07-28
Mart Raudsepp
wxGTK: Implemented wxTLW::RequestUserAttention()
tree
|
commitdiff
2005-06-10
Michael Wetherell
Declare gtk_icon_size_lookup if it is missing from...
tree
|
commitdiff
2005-05-23
Włodzimierz Skiba
Use treebase.h for enum duplicated in port/treectrl.h.
tree
|
commitdiff
2005-05-04
Julian Smart
Added licence/copyright information
tree
|
commitdiff
2005-04-25
Robert Roebling
Prevent unnecessary assert when someone tries to
tree
|
commitdiff
2005-04-13
Michael Wetherell
Move G_FILENAME_ENCODING to wxGTK
tree
|
commitdiff
2005-04-07
Robert Roebling
Implemented text wrapping for GTK (1.2 and 2.X).
tree
|
commitdiff
2005-03-31
Julian Smart
Applied patch 1173802: Reimplementation of GtkFileChoos...
tree
|
commitdiff
2005-03-29
Robert Roebling
Made wxConvBrokenFileNames public.
tree
|
commitdiff
2005-03-27
Vadim Zeitlin
applied patch fixing problems with X server crash when...
tree
|
commitdiff
2005-03-21
Vadim Zeitlin
GTK+ callbacks must have C linkage (patch 1157384)
tree
|
commitdiff
2005-03-21
Vadim Zeitlin
added orient parameter to wxMDIParentFrame::Tile()
tree
|
commitdiff
2005-03-20
Vadim Zeitlin
oops, removed duplicate SetIcons[s]() added in last...
tree
|
commitdiff
2005-03-20
Vadim Zeitlin
wxMDIChildFrame::Maximize() should have default value...
tree
|
commitdiff
2005-03-17
Vadim Zeitlin
implemented wxMenuBar ctor taking array of menus/titles...
tree
|
commitdiff
2005-03-17
Julian Smart
Provided GetBestVirtualSize and DoGetBestSize implement...
tree
|
commitdiff
2005-03-11
Włodzimierz Skiba
Base for wxMessageDialog with common checks for style.
tree
|
commitdiff
2005-03-11
Vadim Zeitlin
gave default value of wxID_ANY to id parameter of wxSta...
tree
|
commitdiff
2005-02-28
Robert Roebling
Implemented wxRadioBox using a GtkTable.
tree
|
commitdiff
2005-02-23
Włodzimierz Skiba
Linup API of wxRadioBox::Show on all ports. Move wxRadi...
tree
|
commitdiff
2005-02-21
Włodzimierz Skiba
Consistent wxWindow::Enable with wxRadioBox::Enable...
tree
|
commitdiff
2005-02-21
Vadim Zeitlin
removed ambiguity from wxGLCanvas ctors (bug 1102544)
tree
|
commitdiff
2005-02-19
Kevin Hock
wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
tree
|
commitdiff
2005-02-18
Robin Dunn
Avoid wxTaskBarIconAreaBase::DoPopupMenu unresolved...
tree
|
commitdiff
2005-02-15
Robert Roebling
Implemented wxBitmap::HasAlpha() and ::UseAlpha().
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
another compilation fix: added dummy UseAlpha(0 and...
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
compilation fix for raw bitmaps (can't include wx/rawbm...
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
1. added SetSelection() to wxItemContainer and removed...
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
removed multiple duplicate copies (with subtly differen...
tree
|
commitdiff
2005-02-13
Robert Roebling
Added raw bitmap access support to GTK 2.0.
tree
|
commitdiff
2005-02-11
Robert Roebling
Make wxTLW::Raise() actually bring the window to...
tree
|
commitdiff
next