2000-03-06 |
Vadim Zeitlin | system libtiff can now be used instead of the built... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Julian Smart | Corrections |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Added wxIcon(const char **) ctor (same as char **) |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | removed wxUSE_WXCONFIG (obsoleted by wxUSE_CONFIG |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Vadim Zeitlin | patches from Ricky Gonzales <gonzales@pyramid3.net>: |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Documented Destroy() |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Documented Destroy() |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Added a mention about demos/ instead of samples/ |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Added rotate sample and comment about masks in wxImage... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Disabled memory tracing code for mingw32, |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | And now some more of them |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Moved some items to 'already done' in the todo list |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Slight changes to the stopwatch test |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Mark Johnson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Mark Johnson | dbbrowse.cpp dbbrowse.h |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Ron Lee | set m_clipXX so dc.GetClippingBox returns real bounding box |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Added blind-fix for vert. scrollbars - not tested yet |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guillermo Rodriguez... | Added support for timer events in Motif |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Ron Lee | set m_clipXX to resultant clipping region |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Stefan Neis | Re-added XtDestroyWidget call in ~wxWindow - hopefully... |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Robert Roebling | Enabled OpenGl in RPM. |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Ron Lee | couple of typo/thinko bug fixes |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Guilhem Lavaux | Removed all wxMMedia2 files |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Guilhem Lavaux | Moved wxMMedia to contrib/src/mmedia |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Stefan Neis | Fixed apparent typo (int->wxWindowID) |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Robert Roebling | Various makefile and installation things. |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Stefan Neis | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Guilhem Lavaux | Removed wxMMedia classes doc from the main wx doc |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Václav Slavík | added missing wxImageList::Add methods |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Julian Smart | Fixed blatant non-initialisation bug |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Vadim Zeitlin | test for 'backwards clock' bug |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Vadim Zeitlin | 1. wxStopWatch tests in console |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Vadim Zeitlin | create null, not empty, region in default wxRegion... |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Vadim Zeitlin | 1. wxWindowDisabler modified to bring parent window... |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Vadim Zeitlin | regenerated from configure.in |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Stefan Neis | Compilation fixes (true->TRUE, false->FALSE) |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Vadim Zeitlin | fix for --with-libpng=sys warning |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Stefan Neis | Added a fix for compilers with problems to compute... |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Vadim Zeitlin | removed warning about wxDrawRectangle being unused |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Stefan Neis | Improved handling of selection/deselection events. |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Vadim Zeitlin | removed extern from inline function declarations |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Václav Slavík | fixed couple of bugs in wxZlibInputStream -- mainly... |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Václav Slavík | fixed wxDataInputStream::ReadString for empty strings |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Václav Slavík | fixes for wxBase compilation |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Václav Slavík | added more stuff to wxBase: zipstrm, zstream, fs_*... |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Stefan Neis | Bugfixes; added selection modes demo to griddemo |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Robert Roebling | Some more drawing things, |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Stefan Neis | Added SetSelectionMode |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Robert Roebling | Lotta stuff for drawing etc. |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Guillermo Rodriguez... | Ops |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Guillermo Rodriguez... | Motif blindfix :-) |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Julian Smart | Fixed non-standard C++ syntax errors |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Robert Roebling | Adapted wxGTK to wxMSW's notion of region setting. |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Guillermo Rodriguez... | Oh well.. |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Guillermo Rodriguez... | Fixed (my own) stupidity in Connect() mini-tutorial... |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Guillermo Rodriguez... | Stupidity fixed in WaitOnConnect() |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Guillermo Rodriguez... | Stupidity fixed in WaitOnConnect() docs |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Václav Slavík | added compression ratio argument to wxZlibOutputStream... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | Removed dependency on tiffiop.h |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guilhem Lavaux | wxSoundFileStream doc updates (indeed, first write) |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Robert Roebling | Clean-up, speed-up and bug-fix for wxListCtrl drawing, |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | Please add classes in alphabetical order |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | Added Destroy() |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | makefiles changed |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | small mods |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guilhem Lavaux | Updated some doc (wxProcess, wxSoundStream) |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Vadim Zeitlin | bug in month day parsing - now check that it's > 1 too |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | new XPMs |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | new bitmaps |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | Life version 2.1 |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | no more _ftime instead of ftime |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Vadim Zeitlin | regenerated from filelist.txt |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Stefan Neis | Added extended selection support. |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Stefan Neis | Added gridsel.cpp |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | mingw32 makefiles must use tabs as separators |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Vadim Zeitlin | fatal bug in wxSplitPath fixed |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guillermo Rodriguez... | Added HAVE_FTIME for all Windows compilers |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Julian Smart | Added OGL to contrib |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Julian Smart | Removed OGL prior to re-adding; some Watcom corrections |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Vadim Zeitlin | removed OGL files from wxGTK build, fixed configure... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Vadim Zeitlin | 1. wxShell fixes: now really uses shell (it wasn't... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
David Webster | More framework updates |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Stefan Neis | Added class to handle selection inside wxGrid |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Robert Roebling | Added test for region clipping. |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Guillermo Rodriguez... | Latest OS/2 changes broke xpmlib for MSW. Fixed. |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Vadim Zeitlin | added demo of capturing program output - doesn't work... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Vadim Zeitlin | corrected Remove() description |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Ron Lee | made msw wxRegion(wxRect&) constructor consistant with... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Guillermo Rodriguez... | Renamed tech notes to tnxxxx.txt |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Guillermo Rodriguez... | Changed naming to TNxxxx |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Vadim Zeitlin | 1. wxGrid row can't be resized to less than minimal... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Vadim Zeitlin | menu sample added |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Vadim Zeitlin | used in the sample |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Robert Roebling | Various changes due to OGL and glcanvas having changed |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Robert Roebling | OGL: misc.cpp clashes with misc.c frim iODBC, therefore |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Robert Roebling | typo in plot.cpp |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Robert Roebling | get opengl samples going again |
commit | commitdiff | tree | snapshot |
next |