projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
after latest changes background of radio buttons _not_ inside the notebook wasn't...
[wxWidgets.git]
/
include
/
wx
/
generic
/
2003-01-08
Vadim Zeitlin
removed unneeded code which was inside #if 0
tree
|
commitdiff
2003-01-06
Mattia Barbon
Implemented wxToplevelWindowMotif.
tree
|
commitdiff
2003-01-02
Vadim Zeitlin
use DECLARE_NO_COPY_CLASS() where applicable (patch...
tree
|
commitdiff
2002-12-29
Ron Lee
Added wxTreeCtrl::GetItemParent to deprecate GetParent.
tree
|
commitdiff
2002-12-16
Julian Smart
Fixed missing checkbox alignment
tree
|
commitdiff
2002-12-16
Julian Smart
Applied [ 652962 ] wxProgressDialog::Show(FALSE) bug
tree
|
commitdiff
2002-12-11
Julian Smart
Applied patch [ 651287 ] adds missing wxTreeCtrl::GetEd...
tree
|
commitdiff
2002-12-09
Julian Smart
Applied patches by Scott Pleiter:
tree
|
commitdiff
2002-12-09
Julian Smart
Applied patch [ 649590 ] fixes bug 611264: wxFileDialog...
tree
|
commitdiff
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
tree
|
commitdiff
2002-09-16
David Webster
virtual function hiding problem
tree
|
commitdiff
2002-09-14
David Webster
TRUE not true; FALSE not false
tree
|
commitdiff
2002-09-13
Robert Roebling
Further backward comp. changes for printing.
tree
|
commitdiff
2002-09-11
Robert Roebling
Readded deprec. constructor.
tree
|
commitdiff
2002-09-07
Stefan Neis
Changed second parameter of Refresh to "const wxRect*".
tree
|
commitdiff
2002-09-07
Vadim Zeitlin
made SetDirectory() work, minor code cleanup (much...
tree
|
commitdiff
2002-09-07
Stefan Neis
Commited John Labenski's patch giving access to the...
tree
|
commitdiff
2002-09-05
Julian Smart
Applied patch [ 605189 ] add edit cancel notify to...
tree
|
commitdiff
2002-09-04
Vadim Zeitlin
generic status bar now:
tree
|
commitdiff
2002-09-01
Stefan Neis
Added some const qualifiers.
tree
|
commitdiff
2002-08-31
Vadim Zeitlin
SetSelection() for generic wxSpinCtrl (forgot to commit...
tree
|
commitdiff
2002-08-31
Stefan Neis
Make use of new array functions.
tree
|
commitdiff
2002-08-31
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
tree
|
commitdiff
2002-08-28
Julian Smart
Ditribution script mods;
tree
|
commitdiff
2002-08-24
Robin Dunn
Fixed wxGridCellFloatEditor::Clone
tree
|
commitdiff
2002-08-20
Julian Smart
Added generic MDI files
tree
|
commitdiff
2002-08-19
David Webster
some OS/2 updates
tree
|
commitdiff
2002-08-17
Robert Roebling
Removed all deprecated printing code.
tree
|
commitdiff
2002-08-10
Stefan Csomor
OSX fix
tree
|
commitdiff
2002-08-08
Julian Smart
Applied patch [ 592063 ] generic notebook does not...
tree
|
commitdiff
2002-08-05
Gilles Depeyrot
added missing include file for ProjectBuilder (Mac...
tree
|
commitdiff
2002-08-01
Julian Smart
Applied patch [ 589484 ] wxGenericListCtrl, fix for...
tree
|
commitdiff
2002-07-30
Julian Smart
Added wx/listbase.h with wxListCtrl types, so we can
tree
|
commitdiff
2002-07-30
Julian Smart
More tweaks so wxGenericListCtrl only uses generic
tree
|
commitdiff
2002-07-28
Mattia Barbon
Implemented wxSpinButton for wxMotif.
tree
|
commitdiff
2002-07-28
Robert Roebling
Implement SetFilterIndex
tree
|
commitdiff
2002-07-27
Mattia Barbon
Added DoSetSize and DoMoveWindow to generic wxStaticLine.
tree
|
commitdiff
2002-07-27
Mattia Barbon
Rename wxGenericImageList to wxImageList in generic...
tree
|
commitdiff
2002-07-22
Julian Smart
Added wxListCtrl to derive from wxGenericListCtrl,
tree
|
commitdiff
2002-07-22
Julian Smart
Applied patch [ 583922 ] Make generic/wxListCtrl avail...
tree
|
commitdiff
2002-07-12
Julian Smart
Somehow wxWizard lost the 'virtual' keyword for DoCreat...
tree
|
commitdiff
2002-07-08
Vadim Zeitlin
fix crash when the user code refuses to validate the...
tree
|
commitdiff
2002-06-30
Ron Lee
Preserve prior StatusBar contents when adding removing...
tree
|
commitdiff
2002-06-29
Vadim Zeitlin
made wxGenericFontDialog derive from wxFontDialogBase
tree
|
commitdiff
2002-06-26
Vadim Zeitlin
react to the year being changed in the spin control...
tree
|
commitdiff
2002-06-26
Václav Slavík
compilation fix (wxUniv/MSW)
tree
|
commitdiff
2002-06-23
Julian Smart
Applied patch [ 565012 ] Add wxTextValidator to wxTextE...
tree
|
commitdiff
2002-06-21
Vadim Zeitlin
renamed wxWizard::Fit() to FitToPage() to avoid potenti...
tree
|
commitdiff
2002-06-07
Vadim Zeitlin
fixed wxScrolledWindow::SetScrollbars() which was broke...
tree
|
commitdiff
2002-06-04
Vadim Zeitlin
(re)enable Cancel button in Resume()
tree
|
commitdiff
2002-06-04
Vadim Zeitlin
added incremental keyboard search to wxTreeCtrl
tree
|
commitdiff
2002-05-28
Vadim Zeitlin
added consts to wxAcceleratorTable ctors from wxAcceler...
tree
|
commitdiff
2002-05-27
Robin Dunn
Changed the default style flags on wxSplashScreen
tree
|
commitdiff
2002-05-26
Vadim Zeitlin
added wxWizard::Fit()
tree
|
commitdiff
2002-05-22
Vadim Zeitlin
fixed propagating of EVT_WIZARD_XXX events to the parent
tree
|
commitdiff
2002-05-18
Julian Smart
Updated font dialog constructors to use a reference...
tree
|
commitdiff
2002-05-14
Vadim Zeitlin
don't send SPLITTER_POS_CHANGED events when the splitte...
tree
|
commitdiff
2002-05-12
Julian Smart
Added overloaded AddChild from contributor
tree
|
commitdiff
2002-05-07
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-06
Vadim Zeitlin
wxPanel is a canvas in wxUniv sense of the word
tree
|
commitdiff
2002-05-06
Vadim Zeitlin
typo fixed: __WXUNIV__ => __WXUNIVERSAL__
tree
|
commitdiff
2002-05-05
Václav Slavík
fixes to gcc pragmas
tree
|
commitdiff
2002-05-04
Vadim Zeitlin
fixed compilation when included directly and not via...
tree
|
commitdiff
2002-05-04
Vadim Zeitlin
wxDirDialog now has the same ctor under all platforms...
tree
|
commitdiff
2002-04-26
Vadim Zeitlin
added a few virtual keywords for consistency (no real...
tree
|
commitdiff
2002-04-24
Ron Lee
Added {S,G}etItem{Text,Background}Colour methods.
tree
|
commitdiff
2002-04-19
Ron Lee
Added knowledge of virtual size to wx(Scrolled)Windows...
tree
|
commitdiff
2002-04-18
Robin Dunn
Some secondary grid classes now derive from wxClientDat...
tree
|
commitdiff
2002-04-17
Julian Smart
Added wxDF_HTML
tree
|
commitdiff
2002-04-15
Vadim Zeitlin
corrected const char * to char * conversions (patch...
tree
|
commitdiff
2002-04-14
Robert Roebling
Three more attempts to get metal look.
tree
|
commitdiff
2002-04-10
Julian Smart
Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
tree
|
commitdiff
2002-04-09
Václav Slavík
hidden root works in wxGenericDirCtrl again
tree
|
commitdiff
2002-04-08
Julian Smart
Added wxDIRCTRL_EDITABLE style so we can choose whether
tree
|
commitdiff
2002-04-08
Julian Smart
Canvas: added some DECLARE_CLASS macros to stop it...
tree
|
commitdiff
2002-04-07
Václav Slavík
oops, forgot to implement Home button
tree
|
commitdiff
2002-04-07
Gilles Depeyrot
improved conditional compilation test (added wxUSE_POST...
tree
|
commitdiff
2002-04-03
Vadim Zeitlin
don't reenable the disabled windows in OnShow(), it...
tree
|
commitdiff
2002-04-02
Mattia Barbon
wxCalendarCtrl::Destroy() now deletes year spin control and
tree
|
commitdiff
2002-03-24
Václav Slavík
moved the rest of XPMs to /art
tree
|
commitdiff
2002-03-22
Václav Slavík
port proplist.cpp to wxArtProvider
tree
|
commitdiff
2002-03-22
Julian Smart
Removed helpwxht.h/cpp (old wxHelpControllerHtml class)
tree
|
commitdiff
2002-03-22
Václav Slavík
use wxArtProvider in wxFileDialog
tree
|
commitdiff
2002-03-21
Václav Slavík
used wxArtProvider in wxTipDialog
tree
|
commitdiff
2002-03-15
Vadim Zeitlin
removed duplicate #include
tree
|
commitdiff
2002-03-15
Robin Dunn
Give wxScrolledWindow its own Layout method that takes...
tree
|
commitdiff
2002-03-10
Václav Slavík
use AllocExclusive in wxAcceleratorTable
tree
|
commitdiff
2002-02-22
Vadim Zeitlin
fixed dead update splitters
tree
|
commitdiff
2002-02-22
Vadim Zeitlin
fixes to handling of 0 and negative splitter position...
tree
|
commitdiff
2002-02-21
Vadim Zeitlin
applied a fix for the patch 446325
tree
|
commitdiff
2002-02-20
Vadim Zeitlin
compilation fix
tree
|
commitdiff
2002-02-20
Robin Dunn
Fix so the value given to wxTextEntryDialog::SetValue...
tree
|
commitdiff
2002-02-17
Václav Slavík
move wxMGL's wxTimer to src/generic
tree
|
commitdiff
2002-02-16
Vadim Zeitlin
various splitter fixes:
tree
|
commitdiff
2002-02-16
Robert Roebling
wxX11:
tree
|
commitdiff
2002-02-16
Václav Slavík
more fixes to wxSplitterWindow's initial sash position
tree
|
commitdiff
2002-02-14
Vadim Zeitlin
fixes to sash adjusting code to avoid setting it to...
tree
|
commitdiff
2002-02-11
Václav Slavík
wxSplitterWindow now:
tree
|
commitdiff
2002-02-06
Vadim Zeitlin
got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
tree
|
commitdiff
2002-01-29
Julian Smart
Pruned some of txrc.tex; removed redundant helpxlp...
tree
|
commitdiff
next