1999-12-23 |
Robert Roebling | Added wxBitmap::GetSubBitmap() |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. corrected some owner-drawn buttons bugs |
tree | commitdiff |
1999-12-22 |
Robert Roebling | Some debug code. |
tree | commitdiff |
1999-12-20 |
Robert Roebling | Minor optical changes to toolbar and the help frame's |
tree | commitdiff |
1999-12-20 |
Robert Roebling | Replaced the old wxGetResource implementation with... |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | fix for compilation with both native and generic kinds... |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | more WXUNUSED() here and there |
tree | commitdiff |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
tree | commitdiff |
1999-12-14 |
Vadim Zeitlin | support for vertical toolbars under GTK |
tree | commitdiff |
1999-12-13 |
Robert Roebling | Corrected wxRegion::GetBox() |
tree | commitdiff |
1999-12-12 |
Robert Roebling | Some doc updates. |
tree | commitdiff |
1999-12-11 |
Václav Slavík | fixed compilation bug with GCC 2.95.1 and GTK+ 1.2... |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | 1. many DrawRotatedText() corrections (gtk) |
tree | commitdiff |
1999-12-07 |
Robert Roebling | XIM support things. |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Correction to position of rotated text. |
tree | commitdiff |
1999-12-07 |
Karsten Ballüder | Fixed XIM compilation, but doesn't work yet. |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Minor optical changes to toolbar and wxHelpFrame. |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Compile fix. |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Added wxUSE_SPINCTRL, |
tree | commitdiff |
1999-12-07 |
Robert Roebling | doc view code inteprets wxSTREAM_EOF as correct, |
tree | commitdiff |
1999-12-06 |
Robert Roebling | Patch for stream.cpp for non-flushable stream, |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | wxTreeCtrl has colours and fonts too now |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
tree | commitdiff |
1999-12-05 |
Václav Slavík | [gtk] fixed bug that caused segfaults in wxYield when... |
tree | commitdiff |
1999-12-04 |
Robert Roebling | Change to wxMenuBar::Remove(), |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | wxMenu::Insert() seems to work, bug in wxMenuBase:... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | wxMenuBar::Insert() seems to work! |
tree | commitdiff |
1999-12-04 |
Robert Roebling | String changes for translations, |
tree | commitdiff |
1999-12-01 |
Karsten Ballüder | fixed process termination handling |
tree | commitdiff |
1999-12-01 |
Robert Roebling | Disabling PNG, TIFF and JPEG works now. |
tree | commitdiff |
1999-12-01 |
Robert Roebling | Applied patch for multiple file selection, documented. |
tree | commitdiff |
1999-11-29 |
Robert Roebling | More TIFF things, |
tree | commitdiff |
1999-11-28 |
Robert Roebling | slider link fix 1. |
tree | commitdiff |
1999-11-28 |
Robert Roebling | More broken pipes. |
tree | commitdiff |
1999-11-28 |
Robert Roebling | Damn broken pipes. |
tree | commitdiff |
1999-11-28 |
Robert Roebling | sfs |
tree | commitdiff |
1999-11-28 |
Robert Roebling | ?kjashdf?aksj |
tree | commitdiff |
1999-11-28 |
Robert Roebling | More #include changes. |
tree | commitdiff |
1999-11-28 |
Robert Roebling | New event locking. |
tree | commitdiff |
1999-11-27 |
Robin Dunn | fixed to correctly use #if wxUSE_SPINCTRL |
tree | commitdiff |
1999-11-27 |
Robert Roebling | ?lk |
tree | commitdiff |
1999-11-27 |
Robert Roebling | sds |
tree | commitdiff |
1999-11-27 |
Robert Roebling | Correction to DnD code. |
tree | commitdiff |
1999-11-26 |
Robert Roebling | Minor changes. |
tree | commitdiff |
1999-11-24 |
Karsten Ballüder | fixed setfocus() flicker in listctrl |
tree | commitdiff |
1999-11-22 |
Robert Roebling | Include changes again. Something is wrong with CVS... |
tree | commitdiff |
1999-11-22 |
Robert Roebling | Headers moved a bit. |
tree | commitdiff |
1999-11-21 |
Robert Roebling | Added speed-up for font-loading (a bit simplistic), |
tree | commitdiff |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
tree | commitdiff |
1999-11-18 |
Robert Roebling | Added wxEvtHandler::Disconect() |
tree | commitdiff |
1999-11-18 |
Vadim Zeitlin | wxGTK pastes text from rxvt again |
tree | commitdiff |
1999-11-17 |
Václav Slavík | wxBitmap::LoadFile and SaveFile now uses wxImage's... |
tree | commitdiff |
1999-11-16 |
Vadim Zeitlin | wxFrameBase class for wxMSW and wxGTK |
tree | commitdiff |
1999-11-16 |
Vadim Zeitlin | send wxActivateEvents |
tree | commitdiff |
1999-11-15 |
Robert Roebling | Added a few non-threads compile fixes, |
tree | commitdiff |
1999-11-15 |
Vadim Zeitlin | wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY... |
tree | commitdiff |
1999-11-14 |
Robert Roebling | Small change to SetFont() logic. |
tree | commitdiff |
1999-11-14 |
Robert Roebling | Added wxWakeUpIdle() to wxGTK, |
tree | commitdiff |
1999-11-14 |
Julian Smart | Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI... |
tree | commitdiff |
1999-11-13 |
Robert Roebling | Compile fix in dialup, |
tree | commitdiff |
1999-11-13 |
Ove Kaaven | wxGetHostName uses wxChar, not char |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | compilation fix (float => wxCoord) |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | wxTimer/timercmn.cpp change |
tree | commitdiff |
1999-11-12 |
Vadim Zeitlin | Solaris compilation fix |
tree | commitdiff |
1999-11-11 |
Karsten Ballüder | fixed solaris gethostname() prototype |
tree | commitdiff |
1999-11-10 |
Vadim Zeitlin | 1. made it possible to use wxUpdateUIEvent with wxTextC... |
tree | commitdiff |
1999-11-10 |
Vadim Zeitlin | added 2 more cursors (patch from Gerd Mueller) |
tree | commitdiff |
1999-11-09 |
Robert Roebling | Removed Vadim's surplus code in clipboard. |
tree | commitdiff |
1999-11-09 |
Karsten Ballüder | usleep() prototype added for solaris |
tree | commitdiff |
1999-11-09 |
Karsten Ballüder | added gethostname protoype for Solaris |
tree | commitdiff |
1999-11-08 |
Vadim Zeitlin | wxDataObjectComposite/Custom seem to work |
tree | commitdiff |
1999-11-08 |
Vadim Zeitlin | pasting text from xterm works, finally |
tree | commitdiff |
1999-11-06 |
Vadim Zeitlin | 1. more corrections to file dnd (works with testdnd... |
tree | commitdiff |
1999-11-06 |
Vadim Zeitlin | wxFileDataObject supports GNOME file dnd now |
tree | commitdiff |
1999-11-06 |
Robert Roebling | wxListBox now sends events using AddPendingEvent(), |
tree | commitdiff |
1999-11-06 |
Robert Roebling | Fixed typos in frame and dialog, |
tree | commitdiff |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
tree | commitdiff |
1999-11-05 |
Robert Roebling | This window positioning setting works on AfterStep |
tree | commitdiff |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
tree | commitdiff |
1999-11-05 |
Vadim Zeitlin | compilation fixes for GTK+ <= 1.2.3 |
tree | commitdiff |
1999-11-04 |
Robert Roebling | Window placement changes. Pure guessing. |
tree | commitdiff |
1999-11-03 |
Robert Roebling | Some menu things. |
tree | commitdiff |
1999-11-03 |
Karsten Ballüder | Added a border around dialogs. Has anyone got a better... |
tree | commitdiff |
1999-11-03 |
Robert Roebling | wxDialog now stays on top of its parent. |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | and the compilation fix for the warning fixes |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | many warnings fixed (from HP-UX compilation log) |
tree | commitdiff |
1999-11-02 |
Robert Roebling | wxDialogs now use GTK_WINDOW_DIALOG, |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | bug corrected |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | wxGTK compiles (and seems to work) again after wxMenu... |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | 1. wxMenu changes: wxMenuBase appears, several new... |
tree | commitdiff |
1999-11-01 |
Robert Roebling | Small doc updates. |
tree | commitdiff |
1999-10-31 |
Robert Roebling | Distrib corrections, |
tree | commitdiff |
1999-10-31 |
Robert Roebling | Distrib changes. |
tree | commitdiff |
1999-10-31 |
Robert Roebling | More tab code corrections. |
tree | commitdiff |
1999-10-30 |
Robert Roebling | Some work on tabbing and menu accels, |
tree | commitdiff |
1999-10-30 |
Ove Kaaven | Someone forgot wxT() |
tree | commitdiff |
1999-10-29 |
Vadim Zeitlin | 1. added encoding param to wxFontEncoding::EnumFamilies... |
tree | commitdiff |
next |