projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Check for NULL pointer
[wxWidgets.git]
/
src
/
generic
/
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
David Webster
OS/2 tweaks.
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-22
David Webster
OS/2 Update
tree
|
commitdiff
2002-07-19
Robin Dunn
Moved the check for page scrolling with the wheel into...
tree
|
commitdiff
2002-07-19
Robin Dunn
Fix for mousewheel events when it is set to page mode...
tree
|
commitdiff
2002-07-15
Václav Slavík
wxPrinting fix for wxMGL
tree
|
commitdiff
2002-07-15
David Webster
Nicer looking OS/2 Statusbar
tree
|
commitdiff
2002-07-12
Vadim Zeitlin
treat NULL extension properly in wxLoad/SaveFileSelecto...
tree
|
commitdiff
2002-07-12
Vadim Zeitlin
attempt to fix a rare crash which happens when changing...
tree
|
commitdiff
2002-07-08
Vadim Zeitlin
fixed handling of Ctrl-arrows movement which was unsele...
tree
|
commitdiff
2002-07-08
Vadim Zeitlin
applied the same fix for crashing if the END_EDIT event...
tree
|
commitdiff
2002-07-08
Vadim Zeitlin
really remove the selection when Unselect() is called
tree
|
commitdiff
2002-07-08
Vadim Zeitlin
fix crash when the user code refuses to validate the...
tree
|
commitdiff
2002-07-03
Vadim Zeitlin
fixed a compilation warning about signed/unsigned compa...
tree
|
commitdiff
2002-07-03
Vadim Zeitlin
removed hardcoded 48 (number of standard colours) from...
tree
|
commitdiff
2002-07-03
Vadim Zeitlin
fixed off-by-few-pixels error in horz scrollbar calcula...
tree
|
commitdiff
2002-07-01
Ron Lee
Fix for the irksome, 'Details' sizing bug. Or at least...
tree
|
commitdiff
2002-07-01
Julian Smart
Corrected scoping error for i
tree
|
commitdiff
2002-06-30
Ron Lee
Preserve prior StatusBar contents when adding removing...
tree
|
commitdiff
2002-06-30
Václav Slavík
fixed hidden root expansion in extreme usage case
tree
|
commitdiff
2002-06-29
Vadim Zeitlin
made wxGenericFontDialog derive from wxFontDialogBase
tree
|
commitdiff
2002-06-27
Robin Dunn
Fixed compile error
tree
|
commitdiff
2002-06-26
Vadim Zeitlin
react to the year being changed in the spin control...
tree
|
commitdiff
2002-06-26
Vadim Zeitlin
fixed warnings about printf format specifications ...
tree
|
commitdiff
2002-06-24
Robin Dunn
Don't try to release the mouse unless we actually have...
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-20
Vadim Zeitlin
don't crash trying to dereference NULL m_selection...
tree
|
commitdiff
2002-06-18
Vadim Zeitlin
relayout the window after adding/removing the columns...
tree
|
commitdiff
2002-06-15
Vadim Zeitlin
allow overriding the default button labels in wxWizard
tree
|
commitdiff
2002-06-15
Vadim Zeitlin
generic log dialog resizing now works more reasonably...
tree
|
commitdiff
2002-06-13
Vadim Zeitlin
added missing space before >> button label
tree
|
commitdiff
2002-06-09
Robert Roebling
Moved wxCharhookEvent so that it sends the same
tree
|
commitdiff
2002-06-07
Vadim Zeitlin
fixed wxScrolledWindow::SetScrollbars() which was broke...
tree
|
commitdiff
2002-06-06
Vadim Zeitlin
make the incremental kbd search wrap to the beginning...
tree
|
commitdiff
2002-06-06
Robin Dunn
Fix for compilation error in Unicode mode
tree
|
commitdiff
2002-06-04
Robin Dunn
Fixed a strange MSVC compile error (C2253) It thought...
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-06-03
Vadim Zeitlin
set focus to the page after showing it -- otherwise...
tree
|
commitdiff
2002-05-28
Vadim Zeitlin
added consts to wxAcceleratorTable ctors from wxAcceler...
tree
|
commitdiff
2002-05-28
Vadim Zeitlin
fixed icon drawing when they have different sizes ...
tree
|
commitdiff
2002-05-28
Vadim Zeitlin
unselected the current item when unfocusing it in a...
tree
|
commitdiff
2002-05-28
Vadim Zeitlin
added asserts to ensure that the splitter windows have...
tree
|
commitdiff
2002-05-26
Vadim Zeitlin
added wxWizard::Fit()
tree
|
commitdiff
2002-05-23
Robert Roebling
wxSPinCtrl no longer set focus to its text field
tree
|
commitdiff
2002-05-22
Vadim Zeitlin
fixed propagating of EVT_WIZARD_XXX events to the parent
tree
|
commitdiff
2002-05-20
Julian Smart
Applied drag fix to row labels as well
tree
|
commitdiff
2002-05-20
Julian Smart
Captured mouse in grid column label so the drag isn...
tree
|
commitdiff
2002-05-19
Václav Slavík
Cosmetic changes to wxSS::GetScreen:
tree
|
commitdiff
2002-05-18
Julian Smart
Updated font dialog constructors to use a reference...
tree
|
commitdiff
2002-05-15
Julian Smart
Don't call a function that might do drawing when settin...
tree
|
commitdiff
2002-05-14
Vadim Zeitlin
don't send SPLITTER_POS_CHANGED events when the splitte...
tree
|
commitdiff
2002-05-13
Julian Smart
textctrl.cpp: Removed assert from CanRedo/CanUndo since...
tree
|
commitdiff
2002-05-12
Julian Smart
Added overloaded AddChild from contributor
tree
|
commitdiff
2002-05-10
Robin Dunn
Fixed a crash when GetMonthControl returns NULL
tree
|
commitdiff
2002-05-09
Vadim Zeitlin
no changes
tree
|
commitdiff
2002-05-08
Stefan Csomor
layout improvement on mac
tree
|
commitdiff
2002-05-08
Vadim Zeitlin
added missing wxListItem copy ctor to wxMSW, moved...
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
implemented missing copy constructor (needed for non...
tree
|
commitdiff
2002-05-07
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-06
Robert Roebling
Fixed tree control redraw bug, which had nothing
tree
|
commitdiff
2002-05-05
Václav Slavík
gcc pragmas fixes
tree
|
commitdiff
2002-05-04
Robert Roebling
Added screen design to system settings for
tree
|
commitdiff
2002-05-04
Vadim Zeitlin
reverted the header change to include the generic one...
tree
|
commitdiff
2002-05-04
Vadim Zeitlin
wxDirDialog now has the same ctor under all platforms...
tree
|
commitdiff
2002-05-03
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-03
Gilles Depeyrot
wxTextCtrl bug related to \n handling is Carbon related...
tree
|
commitdiff
2002-05-02
Mattia Barbon
Implemented wxStatusBar::Push/PopStatusText.
tree
|
commitdiff
2002-05-02
Vadim Zeitlin
small code cleanup while looking for an inexistent...
tree
|
commitdiff
2002-04-28
Vadim Zeitlin
don't pass arrays by value (and also fixed signed/unsig...
tree
|
commitdiff
2002-04-28
Stefan Neis
Replaced internal calls to XToCol/YToRow added in 1...
tree
|
commitdiff
2002-04-27
Stefan Neis
Fixes to my last commit.
tree
|
commitdiff
2002-04-24
Ron Lee
Added {S,G}etItem{Text,Background}Colour methods.
tree
|
commitdiff
2002-04-23
Stefan Neis
Speed-up for very large grids by more efficient search...
tree
|
commitdiff
2002-04-22
Julian Smart
Added some missing wxTextCtrl features to to-do list...
tree
|
commitdiff
2002-04-22
Julian Smart
Fixed drawing sample compilo for wxMotif (doesn't have...
tree
|
commitdiff
2002-04-22
Julian Smart
Fixed wxMotif compilo
tree
|
commitdiff
2002-04-21
Robert Roebling
Bunch of GTK theme changes.
tree
|
commitdiff
2002-04-21
Václav Slavík
wxWizardPage(Simple) can do two-phase creation now
tree
|
commitdiff
2002-04-20
Vadim Zeitlin
fixed huge memory leak in wxFileDialog (closes patch...
tree
|
commitdiff
2002-04-19
Ron Lee
Added knowledge of virtual size to wx(Scrolled)Windows...
tree
|
commitdiff
2002-04-17
Robert Roebling
Various changes to focus handling when TLW start.
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-12
Vadim Zeitlin
fixed the bug which resulted in not showing the grid...
tree
|
commitdiff
2002-04-12
Julian Smart
Implemented wxMouseCaptureChangedEvent and made wxGener...
tree
|
commitdiff
2002-04-10
Julian Smart
wxScrolledWindow::GetVirtualSize now returns client...
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-09
Vadim Zeitlin
fixed the initial wxCalendarCtrl position and a minor...
tree
|
commitdiff
2002-04-09
Václav Slavík
don't allow expanding/collapsing hidden root node
tree
|
commitdiff
2002-04-09
Julian Smart
Removed redundant project file
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
next