1998-11-30 |
Vadim Zeitlin | 1. added wxTreeCtrl::SetItemBold and IsBold, updated... |
commit | commitdiff | tree | snapshot |
1998-11-29 |
Vadim Zeitlin | some Linux compilation fixes |
commit | commitdiff | tree | snapshot |
1998-11-29 |
Julian Smart | Added Win95 implementation of OutputDebugString; added... |
commit | commitdiff | tree | snapshot |
1998-11-29 |
Julian Smart | Added xpm directory. |
commit | commitdiff | tree | snapshot |
1998-11-29 |
Julian Smart | Added wxVariant documentation; updated wxWindow, wxScro... |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Vadim Zeitlin | toolbar tooltips fix |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Vadim Zeitlin | compilation fixes for !wxUSE_POSTSCRIPT |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Vadim Zeitlin | moved common code from ctor and Create() to a separate... |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Vadim Zeitlin | added wxTB_FLAT to default style in wxFrame::CreateTool... |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Guilhem Lavaux | * Fixed some "memory leak" |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Unknown (UG) | no message |
commit | commitdiff | tree | snapshot |
1998-11-27 |
Unknown (UG) | no message |
commit | commitdiff | tree | snapshot |
1998-11-27 |
Vadim Zeitlin | wxStringList::copy ctor and assignment operator added... |
commit | commitdiff | tree | snapshot |
1998-11-27 |
Karsten Ballüder | handle sizeof(int) correctly |
commit | commitdiff | tree | snapshot |
1998-11-27 |
Karsten Ballüder | made operator definition dependent on sizeof(int),... |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Karsten Ballüder | removed duplicate fixes |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Karsten Ballüder | trying to resolve string problem |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Vadim Zeitlin | wxTreeCtrl::Delete() bug corrected, sample expanded... |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Robert Roebling | Build fix |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Vadim Zeitlin | accidentally removed IMPLEMENT_DYNAMIC_CLASS added... |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Robert Roebling | Flicker war won. |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Mart Raudsepp | insert member funcs PositionToXY and XYToPosition |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Vadim Zeitlin | vsprintf() is ANSI so there is normally no need to... |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Vadim Zeitlin | some sprintf()s replaced with wxString::Printf |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Vadim Zeitlin | wxList::Insert() bug fixed |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Karsten Ballüder | trying with only an operator[] (int) and not (size_t) |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Julian Smart | Fixed Dialog Editor compilation and window sizing bug... |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Robert Roebling | Fixes for wxlist |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Julian Smart | Various wxMotif changes including size optimisation... |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robert Roebling | Resize fine tuning |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robert Roebling | Fixed module code |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | use unsigned for wxString [] operator |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | another i.c.e. |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | fixed internal compiler error |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | fixed internal compiler error and proper translation |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | made operator[](int n) const #ifdef _WXMSW__ |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | fixed the internal compiler error |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | fixed the vsprintf() problem once and for all |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Julian Smart | Various fixes. |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Karsten Ballüder | Added test for sprintf and vsnprintf to fix string... |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Unknown (UG) | no message |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robin Dunn | Added wxPalette, wxRegion, wxRegionIterator, wxTaskbarIcon |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robert Roebling | wxFrame size bug |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robin Dunn | Converted the virtual-methods-callbacks into real event... |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robin Dunn | Enabled the wxUSE_VC_CRTDBG to be optional even if... |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robin Dunn | Fixed an issue related to the new wxList. |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Robert Roebling | Improvements for notebooks on various versions of GTK |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Vadim Zeitlin | added untyped Sort() for compatibility |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Vadim Zeitlin | LISTs renamed to OBJARRAYs |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Vadim Zeitlin | renamed old listimpl.cpp (because now there is a "real... |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Julian Smart | 2nd attempt at MDI in wxMotif, using wxNotebook this... |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Guilhem Lavaux | * Fixed a memory leak in wxThread |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Vadim Zeitlin | 1. Empty() now doesn't free memory - Clear() does |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Robert Roebling | Big fix for GTK 1.1.5 |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Robert Roebling | GTK's dnd is broken, not mine |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Robert Roebling | Corrected wxCHECK calls in bitmap.cpp |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Julian Smart | Removed rogue AIAI icon; removed PostScript files from... |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Julian Smart | Fix to wxTreeCtrl::GetNextChild from Marcel Rasche... |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Robert Roebling | wxFrame::size There is always a hack to solve your... |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Robert Roebling | Build fix in wxLog |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Robert Roebling | Added install scripts in missing places |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Vadim Zeitlin | __WIN16__ not defined any more for !MSW build |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Unknown (UG) | no message |
commit | commitdiff | tree | snapshot |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
commit | commitdiff | tree | snapshot |
1998-11-22 |
Karsten Ballüder | Fixed return code of GetSelectionCount() |
commit | commitdiff | tree | snapshot |
1998-11-22 |
Karsten Ballüder | fixed bug for empty lists |
commit | commitdiff | tree | snapshot |
1998-11-22 |
Guilhem Lavaux | * Renamed fstream.h in wfstream.h |
commit | commitdiff | tree | snapshot |
1998-11-22 |
Robin Dunn | Changed the event handling to use events, instead of... |
commit | commitdiff | tree | snapshot |
1998-11-21 |
Julian Smart | Doc updates (debug stuff); Cygwin corrections |
commit | commitdiff | tree | snapshot |
1998-11-21 |
Guilhem Lavaux | * Changed fstream.* in wfstream.* |
commit | commitdiff | tree | snapshot |
1998-11-19 |
Karsten Ballüder | fixes |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Robert Roebling | Added support for SCROLL_TOP and _BOTTOM events |
commit | commitdiff | tree | snapshot |
1998-11-17 |
Julian Smart | Cured BC++ makefile bug; wxGrid fix; updated Motif... |
commit | commitdiff | tree | snapshot |
1998-11-17 |
Julian Smart | Added sash window and layout window docs; added wxLog... |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Robert Roebling | Hm, FortyThieves' cards were all black. |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Unknown (UG) | no message |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Karsten Ballüder | Fixed bad bad bug. |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Robert Roebling | Fixed bug in dc::blit() |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Robert Roebling | Fixed resizing of wxTextCtrl |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Robin Dunn | Generic treectrl for wxPython/GTK compiles... |
commit | commitdiff | tree | snapshot |
1998-11-15 |
Robin Dunn | Removing some ifdef's for wxGTK |
commit | commitdiff | tree | snapshot |
1998-11-15 |
Julian Smart | Fix to parser.y to make it compile with makefile.unx... |
commit | commitdiff | tree | snapshot |
1998-11-15 |
Robert Roebling | Added new wxBitmapButton implementation |
commit | commitdiff | tree | snapshot |
1998-11-15 |
Karsten Ballüder | Replaced kbList with wxList. |
commit | commitdiff | tree | snapshot |
1998-11-15 |
Robert Roebling | Coompilation fixes for GTK 1.1.3 |
commit | commitdiff | tree | snapshot |
1998-11-14 |
Robert Roebling | Added spinbutton |
commit | commitdiff | tree | snapshot |
1998-11-14 |
Robert Roebling | Doc corrections |
commit | commitdiff | tree | snapshot |
1998-11-13 |
Vadim Zeitlin | 1. GetNextChild() bug fixed in generic version |
commit | commitdiff | tree | snapshot |
1998-11-12 |
Julian Smart | Accelerators implemented for wxMotif; some wxComboBox... |
commit | commitdiff | tree | snapshot |
1998-11-12 |
Robert Roebling | Last fixes for wxMotif and configure |
commit | commitdiff | tree | snapshot |
1998-11-12 |
Robert Roebling | Compile fixes, warnings etc. |
commit | commitdiff | tree | snapshot |
1998-11-12 |
Vadim Zeitlin | "make depend" finally seems to work (thanks to Kristján... |
commit | commitdiff | tree | snapshot |
1998-11-12 |
Robert Roebling | CalcBoundingBox() added so that Max() works in wxDC |
commit | commitdiff | tree | snapshot |
1998-11-11 |
Guilhem Lavaux | * Fixes. |
commit | commitdiff | tree | snapshot |
1998-11-11 |
Julian Smart | Motif bug fixes; dialog OnPaint works now; wxColourDial... |
commit | commitdiff | tree | snapshot |
1998-11-11 |
Robert Roebling | Still bit fiddling in wxImage. |
commit | commitdiff | tree | snapshot |
1998-11-11 |
Julian Smart | Changed setup.h so that global memory operators are... |
commit | commitdiff | tree | snapshot |
1998-11-11 |
Karsten Ballüder | Made netscape default browser. |
commit | commitdiff | tree | snapshot |
next |