2000-03-14 |
Guillermo Rodriguez... | Added new file: gsockmsw.c |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Guillermo Rodriguez... | Added gsockmsw which now contains all GUI-specific... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Guillermo Rodriguez... | src\unix\gsocket.c |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Unknown (MT) | remove HWND association when DestroyWindow |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Guillermo Rodriguez... | Removed the PREEXTRALIBS hack - no longer needed |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Guillermo Rodriguez... | A few unimportant changes |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Vadim Zeitlin | 1. demo of status bar at the top in statbar |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Vadim Zeitlin | 1. status bar can now be positioned on top (and anywher... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Guillermo Rodriguez... | Added PREEXTRALIBS and .cxx rule |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Guillermo Rodriguez... | Added PREEXTRALIBS (ugh) |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guillermo Rodriguez... | new |
commit | commitdiff | tree | snapshot |
2000-03-13 |
David Webster | Some changes to fix event processing |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Stefan Neis | Improved selection mode handling in wxGrid::SelectBlock |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Václav Slavík | replaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Vadim Zeitlin | added test for selection events |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Robin Dunn | Initialize the field count in Create(). It was using... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Robert Roebling | Found bug that skrewed up display wrt horizontal |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Vadim Zeitlin | 1. some patches from Janos Vegh to docview template... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Vadim Zeitlin | suppress gcc warning about non virtual dtor |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Robert Roebling | Typo GtkPizza, |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Ron Lee | moved wxDash typedef to gdicmn.h |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guillermo Rodriguez... | Fixed a harmless warning about $d in sprintf and long... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guillermo Rodriguez... | Use system default font for all platforms |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Stefan Neis | More compilation fixes. |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Julian Smart | Added tech note on adding class documentation. |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Vadim Zeitlin | fixed cross-compilation for Windows with mingw |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Vadim Zeitlin | remove \r from literal strings |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Vadim Zeitlin | check for strtok_r() using C++ compiler |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Robin Dunn | Added methods for folding |
commit | commitdiff | tree | snapshot |
2000-03-13 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Unknown (NI) | someone forgot to clear the m_needUpdating flag, so... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Unknown (NI) | someone forgot to clear the m_needUpdating flag, so... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Robert Roebling | Added debuf printf()s to GSocket, |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Robert Roebling | Some doc updates, |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Guilhem Lavaux | Latex doc compilation fixes |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Robert Roebling | Corrected scrollwin thumb release event, |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Julian Smart | Added project files for STC; fixed wxStringList memory... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Ron Lee | separated wxDash type from platform specific wxGTKDash... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Julian Smart | Made iniconf compile on BC++ 5.01 (involved adding... |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Julian Smart | Added Mmedia makefile |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Mark Johnson | dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Vadim Zeitlin | fixed (rare but fatal) bug in wxWindowDisabler |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Robin Dunn | reenabled the old wxGrid. |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | fixed incorrect use of _() where it should be wxT() |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | some != NULL checks |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | fixed DoGetBestSize -- it returned too small bounding box |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Stefan Neis | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Stefan Neis | Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Vadim Zeitlin | replaced make with $MAKE |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Stefan Neis | Added many WXUNUSED, untabified once again. |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Stefan Neis | Fixed remaining int vs. long warnings. |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Julian Smart | Oops, compile errors... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | documented wxSpinCtrl |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | documented wxSpinCtrl |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | documented wxFontMapper |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | now compiles with wxBase |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | fixed documentation of wxList::Clear behavior after... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Václav Slavík | fixed typo : _ instead of wxT |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Robin Dunn | Did splitting of wxEntry for wxMSW. Not nearly as... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Robin Dunn | some tests |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Robin Dunn | Split up wxEntry so wxPython can use the bits it needs... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Robin Dunn | More updates. |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Robin Dunn | updates to correct build errors (new locations, etc.) |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Unknown (NI) | small change to avoid floating point exception in wxScr... |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Vadim Zeitlin | some warnings fixed |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Vadim Zeitlin | some warnings fixed in the sockets code |
commit | commitdiff | tree | snapshot |
2000-03-10 |
David Webster | remove the VisualAge 3.0 hack |
commit | commitdiff | tree | snapshot |
2000-03-10 |
David Webster | Icon bug |
commit | commitdiff | tree | snapshot |
2000-03-10 |
David Webster | combine minimal with the .dll |
commit | commitdiff | tree | snapshot |
2000-03-10 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Stefan Neis | Replaced long by wxCoord as used in the other ports. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Stefan Neis | Compilation fix. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Robert Roebling | Small oops in redrawing code. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Updated to reflect latest changes |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Robert Roebling | Committing menubar changes again after CVS trashed... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Robert Roebling | Fixed various bugs (from - err - various authors... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Julian Smart | Added icons. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Julian Smart | Doc corrections, wxMotif toolbar AddControl implementat... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Stefan Neis | Removed unused parameter addToSelected. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
David Webster | OS/2 patch |
commit | commitdiff | tree | snapshot |
2000-03-10 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Stefan Neis | Changed wxGridCellCoords from long to int (get rid... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Karsten Ballüder | fixed configure script for Solaris |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Julian Smart | Small fixes for Tex2RTF but alas, we still get memory... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Julian Smart | Added GIF files to help sample |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Fix from Mumit Khan to allow mingw DLL compilation... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Fix from Mumit Khan to allow mingw DLL compilation |
commit | commitdiff | tree | snapshot |
2000-03-10 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Ups, mismatch between header and source wrt InterruptWait() |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Set IPC by default on MSW (need to test recent changes... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Finally deprecated callbacks. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Some parts rewritten to use wxSocket events instead... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Robin Dunn | Fixes for building the DLL with the new auxillary libra... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Michael Bedward | Compilation fix for Borland. Write 'T' or 'F' to logBu... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Vadim Zeitlin | changed default image size to 16 |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Vadim Zeitlin | 1. fixed warning which was hiding a bug in wxGrid:... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | - Uses wxSocketBase::Destroy() now. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guillermo Rodriguez... | Bugfix: |
commit | commitdiff | tree | snapshot |
next |