projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
fix making base for Borland
[wxWidgets.git]
/
samples
/
2003-03-24
Julian Smart
Removed old grid code
tree
|
commitdiff
2003-03-23
Julian Smart
Removed obsolete wxDate and wxTime classes.
tree
|
commitdiff
2003-03-23
Vadim Zeitlin
use wxCLOSE_BOX for MyImageFrame
tree
|
commitdiff
2003-03-23
Vadim Zeitlin
added copying images to/pasting them from clipboard...
tree
|
commitdiff
2003-03-23
Mattia Barbon
Add missing header.
tree
|
commitdiff
2003-03-23
Mattia Barbon
wxMotif does not have support for raw bitmaps.
tree
|
commitdiff
2003-03-22
Vadim Zeitlin
test raw bitmap access
tree
|
commitdiff
2003-03-21
Michael Bedward
Updated menu Appends to remove ambiguity that BCC compl...
tree
|
commitdiff
2003-03-18
Julian Smart
Some code tidying; removing dibutils.cpp which
tree
|
commitdiff
2003-03-17
Julian Smart
Corrected copyright information
tree
|
commitdiff
2003-03-17
Vadim Zeitlin
respect Veto()ing the column resize events; added test...
tree
|
commitdiff
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
tree
|
commitdiff
2003-03-16
Václav Slavík
applied patch adding SetFonts to wxHTML printing classe...
tree
|
commitdiff
2003-03-06
Stefan Csomor
context menu support for mac enabled
tree
|
commitdiff
2003-03-04
Vadim Zeitlin
don't erase the background to see the transparent image...
tree
|
commitdiff
2003-03-02
Vadim Zeitlin
added tests for changing display resolution and going...
tree
|
commitdiff
2003-02-28
Vadim Zeitlin
added FromPoint test
tree
|
commitdiff
2003-02-28
Vadim Zeitlin
started writing wxDisplay sample
tree
|
commitdiff
2003-02-27
Vadim Zeitlin
updated the sample to show the sizers, not constraints...
tree
|
commitdiff
2003-02-25
Vadim Zeitlin
test for the bug with showing a modeless dialog from...
tree
|
commitdiff
2003-02-19
Julian Smart
Further tweaks to accessibility code
tree
|
commitdiff
2003-02-18
Mattia Barbon
Patch [ 688973 ] from William Gallafent: add missing...
tree
|
commitdiff
2003-02-18
Julian Smart
Applied patch [ 681893 ] Combobox in toolbar
tree
|
commitdiff
2003-02-18
Julian Smart
Enhancements to the accessibility sample
tree
|
commitdiff
2003-02-17
Julian Smart
Added start at accessibility sample
tree
|
commitdiff
2003-02-13
Chris Elliott
fix for watcom open compiler
tree
|
commitdiff
2003-02-12
Chris Elliott
first watcom makefile
tree
|
commitdiff
2003-02-10
Chris Elliott
fix contrib makefile for watcom
tree
|
commitdiff
2003-02-10
Mattia Barbon
Fix compilation with GCC (at least 2.95.4).
tree
|
commitdiff
2003-02-03
Vadim Zeitlin
added (woefully incomplete) Japanese translations
tree
|
commitdiff
2003-02-03
Mattia Barbon
Make wxr resources work in Unicode mode.
tree
|
commitdiff
2003-02-02
Vadim Zeitlin
added Unicode build configurations
tree
|
commitdiff
2003-02-02
Vadim Zeitlin
the Russian translations were somehow corrupted, fixed
tree
|
commitdiff
2003-02-02
Vadim Zeitlin
unused any more
tree
|
commitdiff
2003-02-02
Vadim Zeitlin
allow choosing language from the command line; small...
tree
|
commitdiff
2003-02-01
Vadim Zeitlin
show dir selection dialog both with and without new...
tree
|
commitdiff
2003-01-27
Gilles Depeyrot
improved Mac resource creation step in order to allow...
tree
|
commitdiff
2003-01-27
Vadim Zeitlin
updated sample evrsion from Greg Chicares
tree
|
commitdiff
2003-01-27
Vadim Zeitlin
fixed a crash in socket server test and added quit...
tree
|
commitdiff
2003-01-26
Václav Slavík
added wxHtmlWindow::LoadFile
tree
|
commitdiff
2003-01-26
Václav Slavík
added wxSplitterWindow to XRC
tree
|
commitdiff
2003-01-26
Vadim Zeitlin
compilation fix after wxSizer::Remove() change
tree
|
commitdiff
2003-01-26
Robert Roebling
Minor changes to printing sample.
tree
|
commitdiff
2003-01-26
Václav Slavík
compilation fix
tree
|
commitdiff
2003-01-26
Gilles Depeyrot
added CarbonFrameworkLib to CodeWarrior 5 projects
tree
|
commitdiff
2003-01-25
Gilles Depeyrot
added CarbonFrameworkLib to CodeWarrior 5 projects
tree
|
commitdiff
2003-01-24
Julian Smart
Applied patch [ 665806 ] Better slider test in widget...
tree
|
commitdiff
2003-01-24
Vadim Zeitlin
minor changes to wxDir test code
tree
|
commitdiff
2003-01-22
Vadim Zeitlin
updated for the latest makewat.env changes
tree
|
commitdiff
2003-01-22
Vadim Zeitlin
new (for wxBase) or updated and (hopefully() improved...
tree
|
commitdiff
2003-01-19
Chris Elliott
commit missing .rc file
tree
|
commitdiff
2003-01-18
Václav Slavík
added wxFileName::MakeRelative test
tree
|
commitdiff
2003-01-13
Ron Lee
Split this out from other changes to keep things sane..
tree
|
commitdiff
2003-01-12
Vadim Zeitlin
compilation fix for wxUniv (patch 664699)
tree
|
commitdiff
2003-01-11
Mattia Barbon
Use checkbox if togglebutton not available.
tree
|
commitdiff
2003-01-11
Mattia Barbon
Documented wxMotif filedialog limitations WRT wildcar...
tree
|
commitdiff
2003-01-10
Stefan Csomor
corrected type for text document (non standard save...
tree
|
commitdiff
2003-01-10
Stefan Csomor
makefile important for setting the correct creator...
tree
|
commitdiff
2003-01-10
Stefan Csomor
Register Default Creators under wxMac
tree
|
commitdiff
2003-01-10
Stefan Csomor
added custom icons
tree
|
commitdiff
2003-01-10
Stefan Csomor
added custom icons
tree
|
commitdiff
2003-01-10
Stefan Csomor
no message
tree
|
commitdiff
2003-01-08
Julian Smart
Applied cvsignore patch
tree
|
commitdiff
2003-01-07
Julian Smart
Applied patch [ 662321 ] Port of wxWindows to Wine
tree
|
commitdiff
2003-01-07
Ron Lee
Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
tree
|
commitdiff
2003-01-04
Julian Smart
Indicated in the source and on initialisation that...
tree
|
commitdiff
2003-01-03
Julian Smart
Added opengl32.lib glu32.lib to OpenGL samples VC+...
tree
|
commitdiff
2003-01-02
Vadim Zeitlin
added test for wxLIST_FORMAT_CENTRE/RIGHT
tree
|
commitdiff
2003-01-02
Vadim Zeitlin
test InsertItems() trying to reproduce the bug 633150...
tree
|
commitdiff
2003-01-01
Vadim Zeitlin
added a test for check tbar buttons state
tree
|
commitdiff
2003-01-01
Vadim Zeitlin
added check/uncheck/toggle tests
tree
|
commitdiff
2002-12-29
Ron Lee
Added wxTreeCtrl::GetItemParent to deprecate GetParent.
tree
|
commitdiff
2002-12-27
Mattia Barbon
Applied patch [ 652491 ] Update makefiles for mingw
tree
|
commitdiff
2002-12-27
Julian Smart
Applied patch [ 657515 ] Widgets sample notebook out...
tree
|
commitdiff
2002-12-22
Mattia Barbon
Unicode compilation fixes.
tree
|
commitdiff
2002-12-21
Vadim Zeitlin
fixed memory leak (patch 655899)
tree
|
commitdiff
2002-12-17
Julian Smart
Added wxUniv project file for dialogs
tree
|
commitdiff
2002-12-17
Julian Smart
Further improvements to MFC sample.
tree
|
commitdiff
2002-12-17
Julian Smart
MFC sample now works properly; WinMain not defined...
tree
|
commitdiff
2002-12-16
Mattia Barbon
Last samples/Unicode fixes.
tree
|
commitdiff
2002-12-15
Mattia Barbon
Fixed all remaining samples/Unicode compilation errors.
tree
|
commitdiff
2002-12-15
Mattia Barbon
More samples/Unicode fixes.
tree
|
commitdiff
2002-12-14
Gilles Depeyrot
added commands to search for menus and menu items by...
tree
|
commitdiff
2002-12-14
Mattia Barbon
More samples/Unicode fixes.
tree
|
commitdiff
2002-12-14
Mattia Barbon
Fixed compilation of some more samples in Unicode...
tree
|
commitdiff
2002-12-13
Mattia Barbon
Make some of the samples compile in Unicode mode.
tree
|
commitdiff
2002-12-09
Vadim Zeitlin
removed garbage pixels from the icon
tree
|
commitdiff
2002-12-09
Julian Smart
Added horse3.ani
tree
|
commitdiff
2002-12-09
Julian Smart
Applied patch [ 642172 ] Fix menu accelerators in ownerdrw
tree
|
commitdiff
2002-12-08
Václav Slavík
use AddBook(wxFileName)
tree
|
commitdiff
2002-12-08
Václav Slavík
Unicode compilation fixes for treectrl sample
tree
|
commitdiff
2002-12-07
Vadim Zeitlin
added trivial test for wxTextInputStream
tree
|
commitdiff
2002-12-05
Julian Smart
Updated version
tree
|
commitdiff
2002-12-05
Julian Smart
Checked for stream validity in wxImage::GetImageCount.
tree
|
commitdiff
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
tree
|
commitdiff
2002-11-28
Vadim Zeitlin
added test for env var expansion
tree
|
commitdiff
2002-11-28
Vadim Zeitlin
compilation fix in !WXWIN_COMPATIBILITY_2_2 mode; set...
tree
|
commitdiff
2002-10-11
David Webster
os2 update to rc file
tree
|
commitdiff
2002-09-14
Vadim Zeitlin
no changes
tree
|
commitdiff
2002-09-14
Vadim Zeitlin
printf() format warning fix
tree
|
commitdiff
next