1999-01-30 |
Robert Roebling | My last patch for status bar size events wasn't perfect |
tree | commitdiff |
1999-01-30 |
Julian Smart | Made wxLayoutAlgorithm more general (copes with nested... |
tree | commitdiff |
1999-01-30 |
Robert Roebling | Added size event for status bar |
tree | commitdiff |
1999-01-29 |
Julian Smart | Doc mods, sash window bug |
tree | commitdiff |
1999-01-29 |
Vadim Zeitlin | wxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX... |
tree | commitdiff |
1999-01-29 |
Robert Roebling | Added distribution script |
tree | commitdiff |
1999-01-29 |
Vadim Zeitlin | compile fix (still not tested) for GetLastChild() |
tree | commitdiff |
1999-01-28 |
Robert Roebling | Removed wxNullRegion |
tree | commitdiff |
1999-01-28 |
Vadim Zeitlin | 1. PositionToXY() off-by-2 (!) bug corrected |
tree | commitdiff |
1999-01-28 |
Vadim Zeitlin | corrected an off-by-1 bug in GetNumberOfLines() and... |
tree | commitdiff |
1999-01-28 |
Vadim Zeitlin | wxLogMessage()s are now shown (again) |
tree | commitdiff |
1999-01-28 |
Robert Roebling | Found mem leaks (except one) |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | GTK asserts disappeared - but surprizngly, SetInsertion... |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | Harm's patch to fix a crash of wxPoem sample on termination |
tree | commitdiff |
1999-01-27 |
Robert Roebling | wxToolTip part II |
tree | commitdiff |
1999-01-27 |
Václav Slavík | added wxJPEGHandler |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | 1. added wxTreeCtrl::GetLastChild (modified MSW, GTK... |
tree | commitdiff |
1999-01-27 |
Julian Smart | Added dde sample; added docs/index.htm |
tree | commitdiff |
1999-01-27 |
Karsten Ballüder | Another solaris fix. :-< |
tree | commitdiff |
1999-01-26 |
Julian Smart | Added dataxpm.c to avoid name clash; removed ifdefing... |
tree | commitdiff |
1999-01-26 |
Vadim Zeitlin | some gixes to PositionToXY() - not sure if I made it... |
tree | commitdiff |
1999-01-26 |
Karsten Ballüder | More compilation fixes for Solaris. :-< |
tree | commitdiff |
1999-01-26 |
Vadim Zeitlin | Oops... compilation error just checked in fixed |
tree | commitdiff |
1999-01-26 |
Vadim Zeitlin | SetInsertionPointEnd() bug corrected (was off by 1) |
tree | commitdiff |
1999-01-26 |
Karsten Ballüder | more waste of time fixing uncompilable code |
tree | commitdiff |
1999-01-26 |
Karsten Ballüder | sun compilation fix |
tree | commitdiff |
1999-01-26 |
Julian Smart | Some compile warnings removed; file selector prototypes... |
tree | commitdiff |
1999-01-26 |
Robert Roebling | A few resize bugs removed |
tree | commitdiff |
1999-01-26 |
Karsten Ballüder | compilation fixes for solaris |
tree | commitdiff |
1999-01-25 |
Vadim Zeitlin | width and height arguments are no longer ignored in... |
tree | commitdiff |
1999-01-25 |
Julian Smart | Split up wxStream doc files; added wxTCP... files;... |
tree | commitdiff |
1999-01-25 |
Julian Smart | Fixed wxFileDialog and VC++ DLL compilation |
tree | commitdiff |
1999-01-25 |
Robert Roebling | Added wxToolTip |
tree | commitdiff |
1999-01-25 |
Julian Smart | Sigh, some more makefiles I forgot about (for TWIN32... |
tree | commitdiff |
1999-01-25 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1999-01-25 |
Julian Smart | Added some makefiles |
tree | commitdiff |
1999-01-25 |
Julian Smart | char* -> wxString |
tree | commitdiff |
1999-01-25 |
Julian Smart | Fixed compile bug in proplist.cpp; added makevc.env |
tree | commitdiff |
1999-01-24 |
Julian Smart | Made wxGTK dataobj.cpp compile; removed flashing from... |
tree | commitdiff |
1999-01-24 |
Vadim Zeitlin | 1. wxLoad/SaveFileSelector return "wxString" instead... |
tree | commitdiff |
1999-01-24 |
Julian Smart | Renamed .nt makefiles to .vc and factored them out... |
tree | commitdiff |
1999-01-24 |
Julian Smart | Removed print.cpp, added tokenizr.tex |
tree | commitdiff |
1999-01-24 |
Robert Roebling | Small doc corrections |
tree | commitdiff |
1999-01-24 |
Julian Smart | Added some Motif wxGLCanvas support; some more Motif... |
tree | commitdiff |
1999-01-24 |
Vadim Zeitlin | Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for... |
tree | commitdiff |
1999-01-23 |
Vadim Zeitlin | compilation fix for MSW |
tree | commitdiff |
1999-01-23 |
Vadim Zeitlin | 1. registry files corresponding to the recent registry... |
tree | commitdiff |
1999-01-23 |
Robert Roebling | wxGTK now chooses better font when no matching |
tree | commitdiff |
1999-01-22 |
Vadim Zeitlin | Rename() (partly) implemented for wxRegConf |
tree | commitdiff |
1999-01-22 |
Vadim Zeitlin | TestDestroy() is not const any more (warnings suppressed) |
tree | commitdiff |
1999-01-22 |
Robert Roebling | The Image sample now does anti-aliasing, oh well. |
tree | commitdiff |
1999-01-22 |
Vadim Zeitlin | wxThread POSIX implementation seems to work (under... |
tree | commitdiff |
1999-01-22 |
Julian Smart | Made wxGTK dcps.cpp generic. |
tree | commitdiff |
1999-01-22 |
Robert Roebling | iODBC v2.5 |
tree | commitdiff |
1999-01-21 |
Robert Roebling | changed make_int, make_exp .. to wxmake_int.. |
tree | commitdiff |
1999-01-21 |
Julian Smart | Made EVT_SLIDER event happen always; some doc and wxPro... |
tree | commitdiff |
1999-01-21 |
Vadim Zeitlin | thread fixes (compiles, but doesn't work yet) |
tree | commitdiff |
1999-01-21 |
Vadim Zeitlin | wxMimeTypesManagerImpl::GetFileTypeFromMimeType() imple... |
tree | commitdiff |
1999-01-21 |
Vadim Zeitlin | common/mimetype.cpp added |
tree | commitdiff |
1999-01-20 |
Karsten Ballüder | Fixed orientation of radioboxes. |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | compilation fix (wxFAIL() must have a ';') |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | RenameEntry/Group() functions added to wxConfig and... |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | fixes for Sun CC 5.0 (unlike 4.2 it understands bool) |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | wxUSE_STREAM corrected to wxUSE_STREAMS |
tree | commitdiff |
1999-01-20 |
Vadim Zeitlin | wxString::Right() changed to AfterLast() (config works... |
tree | commitdiff |
1999-01-20 |
Julian Smart | Fixed wxConfig (I hope) and disabled wxRegConfig::Delet... |
tree | commitdiff |
1999-01-19 |
Julian Smart | FAQ mods |
tree | commitdiff |
1999-01-19 |
Vadim Zeitlin | 1. wxMotif fixes for compilation in "no compatible... |
tree | commitdiff |
1999-01-19 |
Julian Smart | Removing redundant files. |
tree | commitdiff |
1999-01-19 |
Julian Smart | Include dynarray.h |
tree | commitdiff |
1999-01-19 |
Julian Smart | TWIN32 compatibility added; wxMotif uses wxGTK's wxPost... |
tree | commitdiff |
1999-01-19 |
Robert Roebling | New DnD and Clipboard code |
tree | commitdiff |
1999-01-19 |
Vadim Zeitlin | compilation fixes for "nocompatibility" mode |
tree | commitdiff |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
tree | commitdiff |
1999-01-17 |
Julian Smart | Some Motif corrections; Dialog Editor compilation under... |
tree | commitdiff |
1999-01-17 |
Vadim Zeitlin | OnExit() is called for modules which were initialized... |
tree | commitdiff |
1999-01-17 |
Vadim Zeitlin | more thread fixes |
tree | commitdiff |
1999-01-17 |
Vadim Zeitlin | wxThread fixes - compilation under Unix temporarily... |
tree | commitdiff |
1999-01-17 |
Vadim Zeitlin | warning suppressed for MSVC++ |
tree | commitdiff |
1999-01-17 |
Julian Smart | VC++ compilation correction; doc file corrections |
tree | commitdiff |
1999-01-16 |
Julian Smart | For wxMSW, split XPM handler into separate file (please... |
tree | commitdiff |
1999-01-16 |
Unknown (UG) | no message |
tree | commitdiff |
1999-01-16 |
Julian Smart | Various changes for Salford C++, and commited fileconf... |
tree | commitdiff |
1999-01-15 |
Julian Smart | Added wxTE_PROCESS_TAB |
tree | commitdiff |
1999-01-15 |
Robert Roebling | DnD feedback |
tree | commitdiff |
1999-01-14 |
Julian Smart | Added wxMotif data object classes |
tree | commitdiff |
1999-01-14 |
Julian Smart | Added some tentative wxMotif clipboard code; did some... |
tree | commitdiff |
1999-01-14 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-01-14 |
Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND |
tree | commitdiff |
1999-01-14 |
Karsten Ballüder | Split part of wxExtHelpController into wxHTMLHelpContro... |
tree | commitdiff |
1999-01-14 |
Julian Smart | Added OnKeyDown, OnKeyUp. |
tree | commitdiff |
1999-01-14 |
Robert Roebling | Added wxPrivateDropTarget |
tree | commitdiff |
1999-01-13 |
Unknown (AN) | For MSW, scan line boundary aligned, and >2MB case... |
tree | commitdiff |
1999-01-13 |
Vadim Zeitlin | compilation problem fixed |
tree | commitdiff |
1999-01-13 |
Vadim Zeitlin | updated i18n sample, french translations are now in... |
tree | commitdiff |
1999-01-13 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1999-01-13 |
Robert Roebling | Better disabling of toolbars and menubars |
tree | commitdiff |
1999-01-13 |
Julian Smart | wxMSW wxClipboard implementation |
tree | commitdiff |
1999-01-13 |
Julian Smart | Added dnd classes, data object classes, changed clipboa... |
tree | commitdiff |
1999-01-13 |
Robert Roebling | more wxImage on Motif |
tree | commitdiff |
next |