1999-12-20 |
Robert Roebling | Minor changes to wxTreeCtrl's horiz size, |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Vadim Zeitlin | fall back from wxITALIC to wxSLANT and vice versa |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Vadim Zeitlin | 'grey border' bug under MSW fixed |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Václav Slavík | added <EM>, <CITE> and <STRONG> tags; now use separate... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Václav Slavík | HTML help: index panel now displays only part of index... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Václav Slavík | added support for definition lists (DL,DT,DD) to wxHTML |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Václav Slavík | removed 2nd frame from html test sample; test sample... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Václav Slavík | cleaned some relics - mod_* instead of m_* in wxHTML... |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Robin Dunn | Adding MSVC makefile support for building the TIFF... |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Václav Slavík | fixed problem with image handlers in two headers (and... |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Vadim Zeitlin | wxDateTime progress: DST compuation, weekday computatio... |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Robin Dunn | Fixing another hard-coded WXDIR path |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Guillermo Rodriguez... | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Guillermo Rodriguez... | Compile-fix after modifying timercmn.cp |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Robert Roebling | Fixed typo in wxStaticBoxSizer::CalcMin(). |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Guillermo Rodriguez... | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Guillermo Rodriguez... | Compatibility fix: defined wxGetCurrentTime to wxGetLoc... |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
1999-12-17 |
David Webster | Fixed a void* to wxObject* conversion error in a return... |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Julian Smart | Misc small mods |
commit | commitdiff | tree | snapshot |
1999-12-17 |
David Webster | Some minor fixups |
commit | commitdiff | tree | snapshot |
1999-12-17 |
David Webster | Remove tbarsmpl.cpp from the build list |
commit | commitdiff | tree | snapshot |
1999-12-17 |
David Webster | New image base classes for wxOS2 |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Vadim Zeitlin | added wxToolBar::SetToolClientData |
commit | commitdiff | tree | snapshot |
1999-12-17 |
David Webster | cleaning up toolbar mess for os/2 |
commit | commitdiff | tree | snapshot |
1999-12-17 |
David Webster | cleaning up image mess for os/2 |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Guillermo Rodriguez... | timercmn rewritten from scratch |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Guillermo Rodriguez... | Everything rewritten from scratch |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Vadim Zeitlin | 1. compilation fix for wxDir |
commit | commitdiff | tree | snapshot |
1999-12-17 |
Vadim Zeitlin | test for weekdats added |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | changed wxImage::Rescale() to return wxImage& and not... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | some more consts here and there |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | compilation fix after incorrectly resolved conflict |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | an experimental template for Win16/VC++ 1.52 |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Robin Dunn | Took out somebody's hard coded path (j:\dev\something... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
David Webster | New Visualage C++ Version 4.0 Project Configuration... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Robin Dunn | Killed a bug that sometimes prevented ShowModal from... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Guillermo Rodriguez... | Fix for mingw32 compilation (replaced #ifdef NM_CUSTOMD... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | should use ksh, not sh |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Guillermo Rodriguez... | PCX images can now be embedded in streams |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Guillermo Rodriguez... | slight bug in waitconnection |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | compilation fixes, doesn't work yet |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | small fix to the sample |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Robert Roebling | Added wxSizer::Insert() |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Vadim Zeitlin | added check for timezone in addition to _timezone and... |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Guillermo Rodriguez... | Added #if wxUSE_OWNER_DRAWN |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Guillermo Rodriguez... | Compilation fix when wxUSE_OWNER_DRAWN is 0 |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Guillermo Rodriguez... | Accomodate changes in CountColours |
commit | commitdiff | tree | snapshot |
1999-12-16 |
Guillermo Rodriguez... | Changed stopat to stopafter in CountColours |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Václav Slavík | image handlers moved to separate headers (imagbmp.h... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Václav Slavík | image handlers moved to separate headers (imagbmp.h... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Václav Slavík | fixed wxHtmlWindow flicker |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Václav Slavík | JPEG handler does not read entire file into memory... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Václav Slavík | image handlers moved to separate headers (imagbmp.h... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | small compilation fix |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Robin Dunn | New SWIG generated sources |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Robin Dunn | Fixes for differences between wxMSW and wxGTK` |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | using WX_TIMEZONE set by configure instead of timezone |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | added datetime.h/cpp to filelist and regenerated the... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | added check for timezone variable |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | documented GetLabel/Text, added a note about GetName... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | fix for compilation with both native and generic kinds... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | testing wxToolBarSimple |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | a fix for the patch |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | more WXUNUSED() here and there |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | a small script to regenerate makefiles without running... |
commit | commitdiff | tree | snapshot |
1999-12-15 |
David Webster | Remove these VisualAge C++ V4.0 files |
commit | commitdiff | tree | snapshot |
1999-12-15 |
David Webster | Bitmap and Image updates |
commit | commitdiff | tree | snapshot |
1999-12-15 |
David Webster | For use when build samples under wxOS2 |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | fix for wxMouseEvent::LeftUp() from Stefan.Neis@t-online.de |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | corrected bug in wxMenu::Enable() |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Guillermo Rodriguez... | Small bugfix |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Guillermo Rodriguez... | Added CountColours() |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Guillermo Rodriguez... | Now saves in eiher 8bit or 24bit |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Guillermo Rodriguez... | Added ComputeHistogram |
commit | commitdiff | tree | snapshot |
1999-12-15 |
David Webster | gdiimage updates |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | support for multiple rows in Win32 native toolbar |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | added wxSingleChoiceDialog::SetSelection |
commit | commitdiff | tree | snapshot |
1999-12-15 |
Vadim Zeitlin | fixed wxBitmapButton bug with bitmaps with masks |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Václav Slavík | added default ctor for wxDirDialog |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARIES |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARIES |
commit | commitdiff | tree | snapshot |
1999-12-14 |
David Webster | Visualage C++ V4.0 updates |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Robert Roebling | Added a few modifiers to wxSiserItem |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Vadim Zeitlin | support for vertical toolbars under GTK |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Vadim Zeitlin | added wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong... |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Ron Lee | added XBM example to image sample |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Sylvain Bougnoux | ~wxBufferedStream puts back unread bytes |
commit | commitdiff | tree | snapshot |
1999-12-14 |
George Tasker | Fixed the #include of tbar95.h, which referenced the... |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Robin Dunn | Some GenButton enhancements |
commit | commitdiff | tree | snapshot |
1999-12-14 |
Vadim Zeitlin | added support for vertical toolbars for MSW - seems... |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Vadim Zeitlin | mask corrections |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Vadim Zeitlin | updated the sample and renamed the files |
commit | commitdiff | tree | snapshot |
1999-12-13 |
David Webster | Needed a __WXPM__ in new OS ifdefs at top |
commit | commitdiff | tree | snapshot |
next |