2000-03-17 |
Robin Dunn | wxFont remembers facename of actual font used |
tree | commitdiff |
2000-03-17 |
Julian Smart | Some doc fixes; BC++, Watcom C++, Mingw32 fixes |
tree | commitdiff |
2000-03-17 |
Vadim Zeitlin | oops, compilation error - fixed |
tree | commitdiff |
2000-03-17 |
Vadim Zeitlin | wxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda |
tree | commitdiff |
2000-03-17 |
Julian Smart | Added some makefiles, more BC++/win16 fixes |
tree | commitdiff |
2000-03-17 |
Unknown (MT) | added WS_CLIPSIBLINGS |
tree | commitdiff |
2000-03-17 |
Unknown (MT) | no message |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | Removed bool params and retvalues in GSocket interface... |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | Fixed a problem in GAddress related to CHECK_ADDRESS... |
tree | commitdiff |
2000-03-16 |
Vadim Zeitlin | tooltip fix: compile-time test removed, comment explain... |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | MSW: Grouped all MSVC #pragma disable |
tree | commitdiff |
2000-03-16 |
Vadim Zeitlin | 1. fixed memory leak in GAddress |
tree | commitdiff |
2000-03-15 |
Unknown (NI) | included missing header files - without them mingw32... |
tree | commitdiff |
2000-03-15 |
Julian Smart | Some C++Builder fixes |
tree | commitdiff |
2000-03-15 |
Julian Smart | Various compiler changes |
tree | commitdiff |
2000-03-15 |
Julian Smart | Added missing includes |
tree | commitdiff |
2000-03-15 |
Vadim Zeitlin | mingw32 compilation fix |
tree | commitdiff |
2000-03-15 |
Vadim Zeitlin | some fwd declarations added to the header |
tree | commitdiff |
2000-03-15 |
Guillermo Rodrigue... | Some modifications and additions for full wxBase support - |
tree | commitdiff |
2000-03-15 |
Julian Smart | Possible fix for DestroyWindow message in MDI apps... |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | 1. aapplied patch for bcc makefiles from Ricky Gonzales |
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 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 |
Unknown (MT) | remove HWND association when DestroyWindow |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | 1. status bar can now be positioned on top (and anywher... |
tree | commitdiff |
2000-03-13 |
Robin Dunn | Initialize the field count in Create(). It was using... |
tree | commitdiff |
2000-03-13 |
Vadim Zeitlin | suppress gcc warning about non virtual dtor |
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 |
Vadim Zeitlin | remove \r from literal strings |
tree | commitdiff |
2000-03-12 |
Julian Smart | Made iniconf compile on BC++ 5.01 (involved adding... |
tree | commitdiff |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed DoGetBestSize -- it returned too small bounding box |
tree | commitdiff |
2000-03-11 |
Robin Dunn | Did splitting of wxEntry for wxMSW. Not nearly as... |
tree | commitdiff |
2000-03-11 |
Vadim Zeitlin | some warnings fixed in the sockets code |
tree | commitdiff |
2000-03-10 |
Julian Smart | Small fixes for Tex2RTF but alas, we still get memory... |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Bugfix: |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | regenerated with tmake |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | don't allow multiple root in the tree |
tree | commitdiff |
2000-03-08 |
Vadim Zeitlin | (blind) gcc fixes |
tree | commitdiff |
2000-03-08 |
Julian Smart | Correction |
tree | commitdiff |
2000-03-08 |
Julian Smart | Made VC++ makefiles and project files a bit more consistent |
tree | commitdiff |
2000-03-06 |
Vadim Zeitlin | patches from Ricky Gonzales <gonzales@pyramid3.net>: |
tree | commitdiff |
2000-03-06 |
Mark Johnson | *** empty log message *** |
tree | commitdiff |
2000-03-06 |
Ron Lee | set m_clipXX so dc.GetClippingBox returns real bounding box |
tree | commitdiff |
2000-03-05 |
Vadim Zeitlin | create null, not empty, region in default wxRegion... |
tree | commitdiff |
2000-03-05 |
Vadim Zeitlin | 1. wxWindowDisabler modified to bring parent window... |
tree | commitdiff |
2000-03-04 |
Vadim Zeitlin | removed warning about wxDrawRectangle being unused |
tree | commitdiff |
2000-03-03 |
Julian Smart | Removed OGL prior to re-adding; some Watcom corrections |
tree | commitdiff |
2000-03-03 |
Vadim Zeitlin | 1. wxShell fixes: now really uses shell (it wasn't... |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
tree | commitdiff |
2000-03-02 |
Ron Lee | made msw wxRegion(wxRect&) constructor consistant with... |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | 1. wxGrid row can't be resized to less than minimal... |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS() for wxMenuBar correction |
tree | commitdiff |
2000-03-01 |
Guillermo Rodrigue... | DrawButtonFrame was a bit wrong because it was ignoring... |
tree | commitdiff |
2000-03-01 |
Julian Smart | Fixing commit problem |
tree | commitdiff |
2000-03-01 |
Guillermo Rodrigue... | wxBitmapButton transparency fixed by using wxDC API... |
tree | commitdiff |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
tree | commitdiff |
2000-03-01 |
Bart A.M. Jourquin | remove 'extern' from IsKeyDown,... for bcc |
tree | commitdiff |
2000-02-29 |
George Tasker | Added a #include of wx/module.h |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | Beginning the thread with _beginthreadex but ending... |
tree | commitdiff |
2000-02-29 |
Ron Lee | added missing include mdi.h |
tree | commitdiff |
2000-02-29 |
Unknown (MT) | add wxTE_AUTO_SCROLL |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | typo(s) fixed |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. fixed bug with MDI child frames changign state when... |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | use _beginthreadex() for mingw32 if possible |
tree | commitdiff |
2000-02-28 |
Julian Smart | Removed old wxGLCanvas stuff; moved wxTreeLayout to... |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved wxGLCanvas to more normal positions |
tree | commitdiff |
2000-02-27 |
Guilhem Lavaux | Inserted "stdio catch" in wxExecute. The activation... |
tree | commitdiff |
2000-02-27 |
Guillermo Rodrigue... | Added support for bitmap buttons with standard Win95... |
tree | commitdiff |
2000-02-26 |
Vadim Zeitlin | removing the IsWindow() test in ~wxWindow |
tree | commitdiff |
2000-02-26 |
Guillermo Rodrigue... | Corrected small miniframe-realted bug (itsy bitsy is... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | only modal dialogs ignore busy cursor, not all dialogs |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. cursor fixes: frame does have hand cursor in the... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | attempts at making wxSocket work with wxBase - it doesn... |
tree | commitdiff |
2000-02-25 |
Julian Smart | Fixed wxWindow::HandleCommand so multiple toolbars... |
tree | commitdiff |
2000-02-25 |
Julian Smart | Added fix to wxMDIClientWindow to redisplay contents... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. corrected problem with label updating in wxProgressD... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | fix for bug #29 (blank lines in GetLineText) |
tree | commitdiff |
2000-02-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
tree | commitdiff |
2000-02-24 |
Julian Smart | Fix to MDI to restore 3D border; kludge to OGL Studio... |
tree | commitdiff |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | 1. wxGCBoolRenderer looks better under MSW |
tree | commitdiff |
2000-02-23 |
Julian Smart | Misc small changes, some for VC++ 1.5 |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | fix for (too big) combobox height |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | added wxLog::Suspend/Resume and wxYield() uses them... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | moved wxMenuBar::FindMenu(title) from MSW to common... |
tree | commitdiff |
2000-02-22 |
Julian Smart | Moved the wxDialog BringWindowToFront fix to Show becau... |
tree | commitdiff |
2000-02-21 |
Robin Dunn | added typcast needed for VC++ 6 |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | Left() -> BeforeFirst() |
tree | commitdiff |
2000-02-21 |
Robert Roebling | Make use of FillRect() when possible. |
tree | commitdiff |
2000-02-21 |
Julian Smart | Fixed (I hope) the wxDialog reactivation bug |
tree | commitdiff |
2000-02-20 |
Julian Smart | wxImage::Rotate corrections added; docview improvements... |
tree | commitdiff |
2000-02-20 |
Guillermo Rodrigue... | Opps. Sorry - typo fixes |
tree | commitdiff |
2000-02-20 |
Guillermo Rodrigue... | Process all pending events before starting to delete... |
tree | commitdiff |
next |