1999-06-17 |
Julian Smart | Added some #defines
|
commit | commitdiff | tree |
1999-06-09 |
Julian Smart | Getting various compilers to work with wxWin again
|
commit | commitdiff | tree |
1999-06-08 |
Julian Smart | Removed floor() references
|
commit | commitdiff | tree |
1999-06-03 |
Julian Smart | Corrected spelling of 'unrecognized'
|
commit | commitdiff | tree |
1999-06-03 |
Julian Smart | Removed GetSize from wxToolBar95
|
commit | commitdiff | tree |
1999-06-03 |
Julian Smart | min/max -> wxMin/wxMax
|
commit | commitdiff | tree |
1999-06-02 |
Julian Smart | Added progdlgg.cpp to makefiles; fixed true/false in...
|
commit | commitdiff | tree |
1999-06-02 |
Julian Smart | day_of_week fix to wxDate, wxRect additions
|
commit | commitdiff | tree |
1999-05-28 |
Julian Smart | Added rc and def files for new samples
|
commit | commitdiff | tree |
1999-05-27 |
Julian Smart | Added dcbase target to various makefiles
|
commit | commitdiff | tree |
1999-05-27 |
Julian Smart | Added some makefiles for caret, scroll and drawing...
|
commit | commitdiff | tree |
1999-05-25 |
Julian Smart | Reverted corrupt file (may not be in line with Vadim...
|
commit | commitdiff | tree |
1999-05-25 |
Julian Smart | Misc small changes
|
commit | commitdiff | tree |
1999-05-09 |
Julian Smart | wxUSE_THREADS in sckint.h; wxMotif Clone error fixed...
|
commit | commitdiff | tree |
1999-05-09 |
Julian Smart | #ifdefs for wxUSE_THREADS
|
commit | commitdiff | tree |
1999-05-09 |
Julian Smart | *** empty log message ***
|
commit | commitdiff | tree |
1999-05-09 |
Julian Smart | Misc. fixes
|
commit | commitdiff | tree |
1999-05-09 |
Julian Smart | Added JPEG jconfig.vc, BC++/VC++ makefiles. Sort of...
|
commit | commitdiff | tree |
1999-05-06 |
Julian Smart | Some doc corrections; various small fixes for Cygwin...
|
commit | commitdiff | tree |
1999-05-06 |
Julian Smart | Defined PBS_SMOOTH, PBS_VERTICAL in gauge95.cpp, if...
|
commit | commitdiff | tree |
1999-05-05 |
Julian Smart | Fixed Yield/Windows clash in sckint.cpp, updated makefile
|
commit | commitdiff | tree |
1999-05-05 |
Julian Smart | wxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
|
commit | commitdiff | tree |
1999-04-19 |
Julian Smart | Fixed wxPostScript printing problem (used wrong constructor...
|
commit | commitdiff | tree |
1999-04-19 |
Julian Smart | Fixed wxexpr.cpp bug (quote wasn't being removed in...
|
commit | commitdiff | tree |
1999-04-08 |
Julian Smart | Added candidate wxDragImage implementation for wxMSW
|
commit | commitdiff | tree |
1999-04-08 |
Julian Smart | Changed the focus-window event handling back
|
commit | commitdiff | tree |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with...
|
commit | commitdiff | tree |
1999-04-07 |
Julian Smart | Some typos corrected in iniconf.cpp
|
commit | commitdiff | tree |
1999-04-07 |
Julian Smart | Added imaggif.h, imaggif.cpp (wxImage GIF-reading support...
|
commit | commitdiff | tree |
1999-04-06 |
Julian Smart | Fixed some bugs in new code (CanPaste, GetSelection)
|
commit | commitdiff | tree |
1999-04-06 |
Julian Smart | Added some missing wxTextCtrl functions: Undo, Redo...
|
commit | commitdiff | tree |
1999-04-06 |
Julian Smart | JPEG and PNG code taken out of image.cpp
|
commit | commitdiff | tree |
1999-04-06 |
Julian Smart | Fixed OnMenuHighlight, wxPrintData problems
|
commit | commitdiff | tree |
1999-04-06 |
Julian Smart | ShowPosition fix to allow negative numbers
|
commit | commitdiff | tree |
1999-04-05 |
Julian Smart | MSWOnCommand bug fixed
|
commit | commitdiff | tree |
1999-04-04 |
Julian Smart | Win16 corrections
|
commit | commitdiff | tree |
1999-04-03 |
Julian Smart | Corrected someone's double-initialisation bug
|
commit | commitdiff | tree |
1999-04-03 |
Julian Smart | Correct wrong memset ordering that produced an assert...
|
commit | commitdiff | tree |
1999-04-02 |
Julian Smart | Fixed doubled-up key effects in wxTextCtrl by resetting...
|
commit | commitdiff | tree |
1999-04-02 |
Julian Smart | Switched wxMkdir code back to old working version.
|
commit | commitdiff | tree |
1999-04-01 |
Julian Smart | Fixed wxPalette memory leak when loading BMP files
|
commit | commitdiff | tree |
1999-03-29 |
Julian Smart | Undefed Yield symbol if defined, else syntax error
|
commit | commitdiff | tree |
1999-03-29 |
Julian Smart | Fixed missing brace in app.cpp
|
commit | commitdiff | tree |
1999-03-26 |
Julian Smart | Added paper classes.
|
commit | commitdiff | tree |
1999-03-25 |
Julian Smart | Many changes to the printing classes.
|
commit | commitdiff | tree |
1999-03-23 |
Julian Smart | Corrected valtext.cpp for disabled controls; added...
|
commit | commitdiff | tree |
1999-03-23 |
Julian Smart | WS_CLIPCHILDREN is not always enabled in wxNotebook...
|
commit | commitdiff | tree |
1999-03-21 |
Julian Smart | Added wxTreeCtrl::SetItemDropHighlight (wxMSW only);
|
commit | commitdiff | tree |
1999-03-12 |
Julian Smart | Minor doc tweaks plus major wxTreeCtrl bug fixed (double...
|
commit | commitdiff | tree |
1999-03-08 |
Julian Smart | Small changes incl. making wxTAB_TRAVERSAL always on...
|
commit | commitdiff | tree |
1999-03-06 |
Julian Smart | Small changes
|
commit | commitdiff | tree |
1999-03-02 |
Julian Smart | Corrected event.h for wxKeyEvent/wxMouseEvent, and...
|
commit | commitdiff | tree |
1999-03-01 |
Julian Smart | Cured some Motif bugs
|
commit | commitdiff | tree |
1999-03-01 |
Julian Smart | Removed my buggy bug-fix
|
commit | commitdiff | tree |
1999-03-01 |
Julian Smart | Added dummy OnIdle to wxWindow in wxGTK; doc tweaks
|
commit | commitdiff | tree |
1999-02-28 |
Julian Smart | Added tbarsmpl.cpp (hope that's OK...)
|
commit | commitdiff | tree |
1999-02-28 |
Julian Smart | wxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
|
commit | commitdiff | tree |
1999-02-28 |
Julian Smart | Doc mods; fixed return non-processing problem; fixed...
|
commit | commitdiff | tree |
1999-02-26 |
Julian Smart | DoSetClientSize omissions fixed; some doc fixes
|
commit | commitdiff | tree |
1999-02-26 |
Julian Smart | Fixed wxMSW arrow key bug, changed wxPoem window to...
|
commit | commitdiff | tree |
1999-02-26 |
Julian Smart | Doc fixes
|
commit | commitdiff | tree |
1999-02-26 |
Julian Smart | Some doc fixes
|
commit | commitdiff | tree |
1999-02-25 |
Julian Smart | wxBitmapButton bug fixed
|
commit | commitdiff | tree |
1999-02-25 |
Julian Smart | Small changes
|
commit | commitdiff | tree |
1999-02-25 |
Julian Smart | Corrected some .tex problems
|
commit | commitdiff | tree |
1999-02-24 |
Julian Smart | Some stubs corrections; Motif corrections incl. busy...
|
commit | commitdiff | tree |
1999-02-22 |
Julian Smart | Soem corrections for SetSize changes
|
commit | commitdiff | tree |
1999-02-22 |
Julian Smart | Corrected WM_KEYDOWN bug (missing 'break')
|
commit | commitdiff | tree |
1999-02-22 |
Julian Smart | Minor changes
|
commit | commitdiff | tree |
1999-02-19 |
Julian Smart | Added George Tasker's forward slash fix to file dialog...
|
commit | commitdiff | tree |
1999-02-18 |
Julian Smart | Fixed wxMotif's wxExecute again, added OnPaint capability...
|
commit | commitdiff | tree |
1999-02-18 |
Julian Smart | Cured last focus bug (I hope); some wxMotif mods
|
commit | commitdiff | tree |
1999-02-18 |
Julian Smart | Doesn't overwrite setup.h now
|
commit | commitdiff | tree |
1999-02-18 |
Julian Smart | Added 'tardist' script for creating .tgz archives of...
|
commit | commitdiff | tree |
1999-02-17 |
Julian Smart | Added missing const to wxGTK's wxMDIChildFrame::GetToolbar...
|
commit | commitdiff | tree |
1999-02-17 |
Julian Smart | Changed .vc makefiles to allow different configurations...
|
commit | commitdiff | tree |
1999-02-16 |
Julian Smart | Some doc corrections; removed wxDocument arg from wxView...
|
commit | commitdiff | tree |
1999-02-15 |
Julian Smart | Added 'Include files' section to class references
|
commit | commitdiff | tree |
1999-02-15 |
Julian Smart | GnuWin32 corrections (::ZeroMemory doesn't exist)
|
commit | commitdiff | tree |
1999-02-14 |
Julian Smart | Added png, zlib targets to 16-bit makefiles
|
commit | commitdiff | tree |
1999-02-12 |
Julian Smart | Small Tex2RTF fixes; wxMotif compile fixes (motif.inc...
|
commit | commitdiff | tree |
1999-02-12 |
Julian Smart | Some doc corrections (added blank lines at end of docs...
|
commit | commitdiff | tree |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImageModule;
|
commit | commitdiff | tree |
1999-02-10 |
Julian Smart | Cured some small doc typos; some WIN16 fixes; transferred...
|
commit | commitdiff | tree |
1999-02-10 |
Julian Smart | Added wxUSE_STREAMS
|
commit | commitdiff | tree |
1999-02-09 |
Julian Smart | Removed some TODOs in the Latex docs; changed wxMotif...
|
commit | commitdiff | tree |
1999-02-09 |
Julian Smart | Fixed property list OnClose problem that caused Dialog...
|
commit | commitdiff | tree |
1999-02-09 |
Julian Smart | Added more makefiles; fixed some samples for Cygwin
|
commit | commitdiff | tree |
1999-02-09 |
Julian Smart | Added more makefiles
|
commit | commitdiff | tree |
1999-02-09 |
Julian Smart | Rationalised Cygwin sample makefiles
|
commit | commitdiff | tree |
1999-02-08 |
Julian Smart | Make it binary
|
commit | commitdiff | tree |
1999-02-08 |
Julian Smart | Tried to fix wxPanel bug (windows now set the panel...
|
commit | commitdiff | tree |
1999-02-07 |
Julian Smart | Removed small OGL glitches; added new sample
|
commit | commitdiff | tree |
1999-02-07 |
Julian Smart | Added wxGenericValidator & doc
|
commit | commitdiff | tree |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs...
|
commit | commitdiff | tree |
1999-02-06 |
Julian Smart | Altered font dialog slightly for Motif; added wxUSE_TOOLTIPS...
|
commit | commitdiff | tree |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow...
|
commit | commitdiff | tree |
1999-02-05 |
Julian Smart | Changed GetForce -> !CanVeto
|
commit | commitdiff | tree |
1999-02-04 |
Julian Smart | *** empty log message ***
|
commit | commitdiff | tree |
1999-02-04 |
Julian Smart | Further changes to make mfctest work.
|
commit | commitdiff | tree |
next |