2000-03-14 |
Robert Roebling | Fixed missing paint events when overriding DoMoveWindow() |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | some micro optimisations in SearchEventTable |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | call wxMenubarSetInvokingWindow for submenus appended... |
tree | commitdiff |
2000-03-14 |
Robert Roebling | Corrected status bar redraw problems. |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | removed -Icontrib from src/make.env, use APPEXTRADEFS... |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | fixed crash in OnChar() after m_key_current was deleted |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | fixed infinite recursion in TAB handling with panels... |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | makefiles for stc lib and sample for Unix |
tree | commitdiff |
2000-03-14 |
Julian Smart | Doc edits; adding mmedia.rsp; added STC BC++ makefiles |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | 1. aapplied patch for bcc makefiles from Ricky Gonzales |
tree | commitdiff |
2000-03-14 |
David Webster | Tiff library icc for VisualAge 4.0 |
tree | commitdiff |
2000-03-14 |
Robert Roebling | Even more printfs in GSocket, |
tree | commitdiff |
2000-03-14 |
David Webster | Some changes to fix event processing |
tree | commitdiff |
2000-03-14 |
Julian Smart | Fixed crash-on-exit bug due to status bar being deleted... |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | Changed declaration of functions taking an empty arglis... |
tree | commitdiff |
2000-03-14 |
Julian Smart | Added gsockmsw.c to VC++ project files |
tree | commitdiff |
2000-03-14 |
Julian Smart | Added prototypes to eliminate BC++ warnings |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | Added new file: gsockmsw.c |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | Added gsockmsw which now contains all GUI-specific... |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | src\unix\gsocket.c |
tree | commitdiff |
2000-03-14 |
Unknown (MT) | remove HWND association when DestroyWindow |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | Removed the PREEXTRALIBS hack - no longer needed |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | 1. status bar can now be positioned on top (and anywher... |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | Added PREEXTRALIBS and .cxx rule |
tree | commitdiff |
2000-03-13 |
Guillermo Rodrigue... | new |
tree | commitdiff |
2000-03-13 |
David Webster | Some changes to fix event processing |
tree | commitdiff |
2000-03-13 |
Stefan Neis | Improved selection mode handling in wxGrid::SelectBlock |
tree | commitdiff |
2000-03-13 |
Václav Slavík | replaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error... |
tree | commitdiff |
2000-03-13 |
Robin Dunn | Initialize the field count in Create(). It was using... |
tree | commitdiff |
2000-03-13 |
Robert Roebling | Found bug that skrewed up display wrt horizontal |
tree | commitdiff |
2000-03-13 |
Vadim Zeitlin | 1. some patches from Janos Vegh to docview template... |
tree | commitdiff |
2000-03-13 |
Vadim Zeitlin | suppress gcc warning about non virtual dtor |
tree | commitdiff |
2000-03-13 |
Robert Roebling | Typo GtkPizza, |
tree | commitdiff |
2000-03-13 |
Ron Lee | moved wxDash typedef to gdicmn.h |
tree | commitdiff |
2000-03-13 |
Guillermo Rodrigue... | Fixed a harmless warning about $d in sprintf and long... |
tree | commitdiff |
2000-03-13 |
Guillermo Rodrigue... | Use system default font for all platforms |
tree | commitdiff |
2000-03-13 |
Stefan Neis | More compilation fixes. |
tree | commitdiff |
2000-03-13 |
Vadim Zeitlin | remove \r from literal strings |
tree | commitdiff |
2000-03-13 |
Robin Dunn | Added methods for folding |
tree | commitdiff |
2000-03-13 |
David Webster | no message |
tree | commitdiff |
2000-03-13 |
Unknown (NI) | someone forgot to clear the m_needUpdating flag, so... |
tree | commitdiff |
2000-03-13 |
Unknown (NI) | someone forgot to clear the m_needUpdating flag, so... |
tree | commitdiff |
2000-03-12 |
Robert Roebling | Added debuf printf()s to GSocket, |
tree | commitdiff |
2000-03-12 |
Robert Roebling | Corrected scrollwin thumb release event, |
tree | commitdiff |
2000-03-12 |
Julian Smart | Added project files for STC; fixed wxStringList memory... |
tree | commitdiff |
2000-03-12 |
Ron Lee | separated wxDash type from platform specific wxGTKDash... |
tree | commitdiff |
2000-03-12 |
Julian Smart | Made iniconf compile on BC++ 5.01 (involved adding... |
tree | commitdiff |
2000-03-12 |
Vadim Zeitlin | fixed (rare but fatal) bug in wxWindowDisabler |
tree | commitdiff |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed incorrect use of _() where it should be wxT() |
tree | commitdiff |
2000-03-11 |
Václav Slavík | some != NULL checks |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed DoGetBestSize -- it returned too small bounding box |
tree | commitdiff |
2000-03-11 |
Stefan Neis | *** empty log message *** |
tree | commitdiff |
2000-03-11 |
Stefan Neis | Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF |
tree | commitdiff |
2000-03-11 |
Stefan Neis | Added many WXUNUSED, untabified once again. |
tree | commitdiff |
2000-03-11 |
Stefan Neis | Fixed remaining int vs. long warnings. |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g... |
tree | commitdiff |
2000-03-11 |
Julian Smart | Oops, compile errors... |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed typo : _ instead of wxT |
tree | commitdiff |
2000-03-11 |
Robin Dunn | Did splitting of wxEntry for wxMSW. Not nearly as... |
tree | commitdiff |
2000-03-11 |
Robin Dunn | Split up wxEntry so wxPython can use the bits it needs... |
tree | commitdiff |
2000-03-11 |
Unknown (NI) | small change to avoid floating point exception in wxScr... |
tree | commitdiff |
2000-03-11 |
Vadim Zeitlin | some warnings fixed in the sockets code |
tree | commitdiff |
2000-03-10 |
David Webster | remove the VisualAge 3.0 hack |
tree | commitdiff |
2000-03-10 |
David Webster | Icon bug |
tree | commitdiff |
2000-03-10 |
David Webster | combine minimal with the .dll |
tree | commitdiff |
2000-03-10 |
David Webster | no message |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Replaced long by wxCoord as used in the other ports. |
tree | commitdiff |
2000-03-10 |
Robert Roebling | Small oops in redrawing code. |
tree | commitdiff |
2000-03-10 |
Robert Roebling | Fixed various bugs (from - err - various authors... |
tree | commitdiff |
2000-03-10 |
Julian Smart | Doc corrections, wxMotif toolbar AddControl implementat... |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Removed unused parameter addToSelected. |
tree | commitdiff |
2000-03-10 |
David Webster | OS/2 patch |
tree | commitdiff |
2000-03-10 |
David Webster | no message |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Changed wxGridCellCoords from long to int (get rid... |
tree | commitdiff |
2000-03-10 |
Julian Smart | Small fixes for Tex2RTF but alas, we still get memory... |
tree | commitdiff |
2000-03-10 |
David Webster | no message |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Ups, mismatch between header and source wrt InterruptWait() |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Finally deprecated callbacks. |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Some parts rewritten to use wxSocket events instead... |
tree | commitdiff |
2000-03-10 |
Vadim Zeitlin | 1. fixed warning which was hiding a bug in wxGrid:... |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | - Uses wxSocketBase::Destroy() now. |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Bugfix: |
tree | commitdiff |
2000-03-09 |
Julian Smart | Help sample should work for .zip help files now. |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building jpeg as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building png as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building xpm as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building zlib as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building tiff as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Loads of framework and dll fixes |
tree | commitdiff |
2000-03-09 |
David Webster | Updates for build dll |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | patch from Paul Gammans <paul.gammans@brunel.ac.uk... |
tree | commitdiff |
2000-03-09 |
Julian Smart | Mmedia, OGL lib directory changes; omitted naughty... |
tree | commitdiff |
2000-03-09 |
Julian Smart | wxHtmlHelpController made compatible with other controllers |
tree | commitdiff |
2000-03-09 |
Robert Roebling | Disabled horizontal report mode scrolling in wxListCtrl |
tree | commitdiff |
2000-03-09 |
Robin Dunn | Initial version of wxStyledTextCtrl, a Scintilla wrappe... |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | (failed) attempts at fixing menu bar swapping |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | fixed parsing of non quoted entries in .mime.types |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | regenerated with tmake |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | don't translate wxASSERT_MSG messages |
tree | commitdiff |
next |