projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added Ok() member for print data, print dialog, page dialog, page dialog data
[wxWidgets.git]
/
include
/
2002-05-08
Julian Smart
Added Ok() member for print data, print dialog, page...
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
improved out of memory handling by return failure statu...
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
implemented missing copy constructor (needed for non...
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
added DECLARE_NO_COPY_CLASS where appropriate since...
tree
|
commitdiff
2002-05-08
Mattia Barbon
Fixed programming error (and BCC warning).
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
corrected conditional compilation for Darwin / Mac...
tree
|
commitdiff
2002-05-08
Gilles Depeyrot
corrected warnings when compiled with -Wall -W
tree
|
commitdiff
2002-05-08
David Webster
More of the same.
tree
|
commitdiff
2002-05-07
Vadim Zeitlin
fixed Windows style of wxPopupWindow
tree
|
commitdiff
2002-05-07
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-07
Gilles Depeyrot
implemented explicit copy constructor and assignement...
tree
|
commitdiff
2002-05-07
Vadim Zeitlin
added wxBuildOptions and check that they are the same...
tree
|
commitdiff
2002-05-07
David Webster
Mono bitmap processing updates
tree
|
commitdiff
2002-05-06
David Webster
OS/2 Image processing updates
tree
|
commitdiff
2002-05-06
Vadim Zeitlin
wxPanel is a canvas in wxUniv sense of the word
tree
|
commitdiff
2002-05-06
Vadim Zeitlin
added wxCheckBox::IsChecked() to wxMac and documented it
tree
|
commitdiff
2002-05-06
Vadim Zeitlin
include wx/defs.h to get wxUSE_FFILE
tree
|
commitdiff
2002-05-06
Vadim Zeitlin
typo fixed: __WXUNIV__ => __WXUNIVERSAL__
tree
|
commitdiff
2002-05-05
Vadim Zeitlin
fixed multiple bugs in multiple selection wxCheckListBoxes
tree
|
commitdiff
2002-05-05
Václav Slavík
fixes to gcc pragmas
tree
|
commitdiff
2002-05-05
Gilles Depeyrot
improved opening/closing of shared library resources...
tree
|
commitdiff
2002-05-05
Vadim Zeitlin
added wxShutdown (patch 547443)
tree
|
commitdiff
2002-05-05
Julian Smart
Doc tweaks
tree
|
commitdiff
2002-05-04
Robert Roebling
Added screen design to system settings for
tree
|
commitdiff
2002-05-04
Gilles Depeyrot
added missing include file
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-05-04
Vadim Zeitlin
initialize wxBitmapButton members
tree
|
commitdiff
2002-05-03
Robin Dunn
Make it easier to not use wxPopupWindow in wxSTC, and...
tree
|
commitdiff
2002-05-03
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
tree
|
commitdiff
2002-05-03
Gilles Depeyrot
corrected include guards
tree
|
commitdiff
2002-05-02
Robin Dunn
These methods should be public
tree
|
commitdiff
2002-05-02
Mattia Barbon
Implemented wxStatusBar::Push/PopStatusText.
tree
|
commitdiff
2002-05-02
Mattia Barbon
wxExecute takes a char**, not a wxChar**
tree
|
commitdiff
2002-05-01
Vadim Zeitlin
changed wxUSE_MS_HTML_HELP to 1 by default
tree
|
commitdiff
2002-05-01
Vadim Zeitlin
fixed definition of TRUE broken by the last commit
tree
|
commitdiff
2002-05-01
Vadim Zeitlin
added WX_TRUE_DEFINED to allow preventing the redefinit...
tree
|
commitdiff
2002-05-01
Vadim Zeitlin
added a few more consistency tests which used to be...
tree
|
commitdiff
2002-05-01
Vadim Zeitlin
disabled wxWin memory debugging by default
tree
|
commitdiff
2002-04-30
David Webster
Some new members to assist in bitmap rendering
tree
|
commitdiff
2002-04-29
Vadim Zeitlin
added Append(const wxString&) overload and replaced...
tree
|
commitdiff
2002-04-28
Vadim Zeitlin
changed DoDragDrop(bool) into DoDragDrop(int) and added...
tree
|
commitdiff
2002-04-28
Gilles Depeyrot
derive wxBitmapButton from wxBitmapButtonBase
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
fixed memory leak in wxLogChain
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
wxArray(int n) mods for wxArrayString
tree
|
commitdiff
2002-04-27
Vadim Zeitlin
fixes for operator new declaration/definition (patch...
tree
|
commitdiff
2002-04-26
Vadim Zeitlin
clean up of memory debugging macros and chanegs to...
tree
|
commitdiff
2002-04-26
Vadim Zeitlin
added a few virtual keywords for consistency (no real...
tree
|
commitdiff
2002-04-26
Vadim Zeitlin
added support for add/insert/deleting many items at...
tree
|
commitdiff
2002-04-26
Vadim Zeitlin
implement wxColourDialog::Move() (patch 548048)
tree
|
commitdiff
2002-04-26
David Webster
Updates to OS/2 to catch up with lib changes and for...
tree
|
commitdiff
2002-04-25
Mattia Barbon
Glitches in wxDelegateRenderer
tree
|
commitdiff
2002-04-24
Ron Lee
Added {S,G}etItem{Text,Background}Colour methods.
tree
|
commitdiff
2002-04-24
Stefan Csomor
uses native implementation for mac
tree
|
commitdiff
2002-04-24
Gilles Depeyrot
corrected post increment operators which must return...
tree
|
commitdiff
2002-04-23
Vadim Zeitlin
replaced unnecessary #include with a forward decl
tree
|
commitdiff
2002-04-23
Václav Slavík
added wx/msw/missing.h
tree
|
commitdiff
2002-04-22
Vadim Zeitlin
removed unused OnSetFocus()
tree
|
commitdiff
2002-04-22
Vadim Zeitlin
fixed a fatal bug in DLL loading code: the deleted...
tree
|
commitdiff
2002-04-21
Václav Slavík
wxWizardPage(Simple) can do two-phase creation now
tree
|
commitdiff
2002-04-21
Vadim Zeitlin
fixed WM_GETDLGCODE processing to include the bits...
tree
|
commitdiff
2002-04-21
Vadim Zeitlin
implement SetFocusFromKbd() to select all text in the...
tree
|
commitdiff
2002-04-21
Vadim Zeitlin
added and documented wxWindow::SetFocusFromKbd
tree
|
commitdiff
2002-04-20
Vadim Zeitlin
fixed initial focus handling in the dialog and made...
tree
|
commitdiff
2002-04-20
Vadim Zeitlin
added wxGetTopLevelParent()
tree
|
commitdiff
2002-04-20
Vadim Zeitlin
made operator==() and \!=() const (still doesn't make...
tree
|
commitdiff
2002-04-20
Vadim Zeitlin
implemented DoGetSize() for wxSlider (patch from Dimitri)
tree
|
commitdiff
2002-04-19
Ron Lee
Added knowledge of virtual size to wx(Scrolled)Windows...
tree
|
commitdiff
2002-04-19
David Webster
More updates for gdi
tree
|
commitdiff
2002-04-19
Robert Roebling
Updated makefile for mobile sample.
tree
|
commitdiff
2002-04-18
Vadim Zeitlin
select the whole text in the single line text control...
tree
|
commitdiff
2002-04-18
David Webster
back to void for DoFloodFill
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-16
Václav Slavík
make wxArtProvider pure virtual (I was not so on
tree
|
commitdiff
2002-04-16
Václav Slavík
wxHtmlBookRecords needs not be wxObject
tree
|
commitdiff
2002-04-16
Stefan Csomor
added patch for theme savvy checkbox metrics
tree
|
commitdiff
2002-04-16
Vadim Zeitlin
better, more generic and backwards compatible, fix...
tree
|
commitdiff
2002-04-15
Vadim Zeitlin
corrected const char * to char * conversions (patch...
tree
|
commitdiff
2002-04-15
Vadim Zeitlin
redefined TRUE and FALSE to be of type bool
tree
|
commitdiff
2002-04-15
Vadim Zeitlin
added wx/ipc.h and used/documented it
tree
|
commitdiff
2002-04-15
David Webster
Bitmap and menu updates
tree
|
commitdiff
2002-04-14
Robert Roebling
Three more attempts to get metal look.
tree
|
commitdiff
2002-04-14
Julian Smart
Applied custom character filter patch for text validator
tree
|
commitdiff
2002-04-13
Robert Roebling
Fix wxListCtrl background colour bug Part I
tree
|
commitdiff
2002-04-13
Vadim Zeitlin
include wx/event.h before declarign the types (patch...
tree
|
commitdiff
2002-04-12
Julian Smart
Implemented wxMouseCaptureChangedEvent and made wxGener...
tree
|
commitdiff
2002-04-12
Vadim Zeitlin
implemented IPC using Unix domain sockets
tree
|
commitdiff
2002-04-12
Julian Smart
Applied docview patch
tree
|
commitdiff
2002-04-12
Vadim Zeitlin
a preprocessor constant must be 0, not FALSE
tree
|
commitdiff
2002-04-11
Julian Smart
Added back the missing Undo/Redo accelerators that...
tree
|
commitdiff
2002-04-11
Stefan Csomor
RemoveChild added for correct disposal of scrollbar
tree
|
commitdiff
2002-04-10
David Webster
Menuing and statusbar updates
tree
|
commitdiff
2002-04-10
Robert Roebling
Added "metal" theme.
tree
|
commitdiff
2002-04-10
Julian Smart
Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
tree
|
commitdiff
2002-04-10
David Webster
Lots of updates
tree
|
commitdiff
2002-04-10
Vadim Zeitlin
don't send dummy scroll events from wxNotebook when...
tree
|
commitdiff
next