1999-01-25 |
Julian Smart | Added some makefiles |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Julian Smart | char* -> wxString |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Julian Smart | Fixed compile bug in proplist.cpp; added makevc.env |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Julian Smart | Added wxMotif wxGLCanvas makefiles |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Julian Smart | Made wxGTK dataobj.cpp compile; removed flashing from... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Vadim Zeitlin | 1. wxLoad/SaveFileSelector return "wxString" instead... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Julian Smart | Added some distribution helper files |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Julian Smart | Renamed .nt makefiles to .vc and factored them out... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Julian Smart | Removed print.cpp, added tokenizr.tex |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Robert Roebling | Small doc corrections |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Julian Smart | Added some Motif wxGLCanvas support; some more Motif... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Vadim Zeitlin | Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for... |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Vadim Zeitlin | compilation fix for MSW |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Vadim Zeitlin | 1. registry files corresponding to the recent registry... |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Guilhem Lavaux | * Stream doc update. |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Robert Roebling | wxGTK now chooses better font when no matching |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Vadim Zeitlin | Rename() (partly) implemented for wxRegConf |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Guilhem Lavaux | * Added doc on wxStreamBase,Input/OutputStream,Filter... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Vadim Zeitlin | TestDestroy() is not const any more (warnings suppressed) |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Robert Roebling | The Image sample now does anti-aliasing, oh well. |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Vadim Zeitlin | wxThread POSIX implementation seems to work (under... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Karsten Ballüder | Now uses dcps.h |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Julian Smart | Made wxGTK dcps.cpp generic. |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Robert Roebling | iODBC v2.5 |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Robert Roebling | changed make_int, make_exp .. to wxmake_int.. |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Julian Smart | Made EVT_SLIDER event happen always; some doc and wxPro... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Vadim Zeitlin | thread fixes (compiles, but doesn't work yet) |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Vadim Zeitlin | wxMimeTypesManagerImpl::GetFileTypeFromMimeType() imple... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Vadim Zeitlin | common/mimetype.cpp added |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Karsten Ballüder | Fixed orientation of radioboxes. |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Vadim Zeitlin | compilation fix (wxFAIL() must have a ';') |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Vadim Zeitlin | RenameEntry/Group() functions added to wxConfig and... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Vadim Zeitlin | fixes to previous fixes for Sun's CC 5.0 |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Vadim Zeitlin | fixes for Sun CC 5.0 (unlike 4.2 it understands bool) |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Vadim Zeitlin | wxUSE_STREAM corrected to wxUSE_STREAMS |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Vadim Zeitlin | wxString::Right() changed to AfterLast() (config works... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Julian Smart | Fixed wxConfig (I hope) and disabled wxRegConfig::Delet... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Julian Smart | FAQ mods |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Vadim Zeitlin | 1. wxMotif fixes for compilation in "no compatible... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Julian Smart | Removing redundant files. |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Julian Smart | Include dynarray.h |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Julian Smart | TWIN32 compatibility added; wxMotif uses wxGTK's wxPost... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Robert Roebling | New DnD and Clipboard code |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Vadim Zeitlin | compilation fixes for "nocompatibility" mode |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Julian Smart | Some Motif corrections; Dialog Editor compilation under... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Vadim Zeitlin | thread docs updated |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Vadim Zeitlin | OnExit() is called for modules which were initialized... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Vadim Zeitlin | more thread fixes |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Vadim Zeitlin | wxThread fixes - compilation under Unix temporarily... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Vadim Zeitlin | warning suppressed for MSVC++ |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Julian Smart | VC++ compilation correction; doc file corrections |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Guilhem Lavaux | * First draft on wxStreamBuffer, wxStream* will follow. |
commit | commitdiff | tree | snapshot |
1999-01-16 |
Julian Smart | For wxMSW, split XPM handler into separate file (please... |
commit | commitdiff | tree | snapshot |
1999-01-16 |
Unknown (UG) | no message |
commit | commitdiff | tree | snapshot |
1999-01-16 |
Julian Smart | Various changes for Salford C++, and commited fileconf... |
commit | commitdiff | tree | snapshot |
1999-01-15 |
Julian Smart | Added wxPrivateDropTarget class skeleton. |
commit | commitdiff | tree | snapshot |
1999-01-15 |
Vadim Zeitlin | even less spelling errors... |
commit | commitdiff | tree | snapshot |
1999-01-15 |
Julian Smart | Added wxTE_PROCESS_TAB |
commit | commitdiff | tree | snapshot |
1999-01-15 |
Robert Roebling | DnD feedback |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Julian Smart | Added wxMotif data object classes |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Julian Smart | Added some tentative wxMotif clipboard code; did some... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Karsten Ballüder | Split part of wxExtHelpController into wxHTMLHelpContro... |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Julian Smart | Added OnKeyDown, OnKeyUp. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Julian Smart | Corrected stupid error. |
commit | commitdiff | tree | snapshot |
1999-01-14 |
Robert Roebling | Added wxPrivateDropTarget |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Unknown (AN) | For MSW, scan line boundary aligned, and >2MB case... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Vadim Zeitlin | compilation problem fixed |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Vadim Zeitlin | updated i18n sample, french translations are now in... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Robert Roebling | Better disabling of toolbars and menubars |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Julian Smart | wxMSW wxClipboard implementation |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Julian Smart | Added dnd classes, data object classes, changed clipboa... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Robert Roebling | more wxImage on Motif |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Karsten Ballüder | Fixes for compilation problems on Solaris(!). |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Robert Roebling | wxMotif now works with wx-config and make install |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Robert Roebling | Forgot one. |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Robert Roebling | The usual amount of trash over my telephone fixed |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | minor samples fixes |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | images in the notebook work under MSW too (with or... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | memory leak plugged |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | added an error message if a bitmap can't be addedto... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | catches program exceptions in release build (VC++ only) |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | some really minor changes (the most important one:... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | changed "inline"s to "extern" |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | WX_CLEAR_ARRAY() now calls Empty() too |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | more files I forgot to commit (wxFile/wxTempFile/wxText... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Julian Smart | Fixed silly error (what was Bool = int is now bool... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Julian Smart | Some .tex tweaks; pngdemo fix. |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Robert Roebling | image update |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Unknown (UG) | no message |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Vadim Zeitlin | changed #ifdef wxUSE_XXX into #if wxUSE_XXX |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Julian Smart | Fixed stupid crash-on-exit bug. |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Vadim Zeitlin | TestDestroy() bug corrected |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Julian Smart | Corrected thread.h inline problem. Set WXWIN_COMPATIBIL... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Vadim Zeitlin | wxCriticalSection implemented using mutexes for !MSW... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Vadim Zeitlin | added the missing sentence end... |
commit | commitdiff | tree | snapshot |
1999-01-10 |
Julian Smart | Corrected some typos. |
commit | commitdiff | tree | snapshot |
next |