1999-04-12 |
Ove Kaaven | For non-Unicode added #include <ctype.h> and <string... |
tree | commitdiff |
1999-04-12 |
Vadim Zeitlin | auto buffer class(es) |
tree | commitdiff |
1999-04-12 |
Robin Dunn | Added SetPaperId. It seemed to want such a method. |
tree | commitdiff |
1999-04-11 |
Robert Roebling | Rewrote MDI system |
tree | commitdiff |
1999-04-11 |
Václav Slavík | direct stream use |
tree | commitdiff |
1999-04-11 |
Václav Slavík | MIME support |
tree | commitdiff |
1999-04-10 |
Ove Kaaven | Added wxStrdup(). |
tree | commitdiff |
1999-04-09 |
Robert Roebling | Removed this Maximize() overridden bug |
tree | commitdiff |
1999-04-09 |
Robert Roebling | Here it comes: |
tree | commitdiff |
1999-04-09 |
Ove Kaaven | For non-Unicode, preserve binary compatibility by doing |
tree | commitdiff |
1999-04-08 |
Ove Kaaven | Unicode definitions for glibc, etc. |
tree | commitdiff |
1999-04-08 |
Karsten Ballüder | Fixed gtk 1.2.x wxYield() problem (tested). |
tree | commitdiff |
1999-04-08 |
Julian Smart | Added candidate wxDragImage implementation for wxMSW |
tree | commitdiff |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
tree | commitdiff |
1999-04-07 |
Vadim Zeitlin | allow access to terminating NUL character with operator[] |
tree | commitdiff |
1999-04-07 |
Julian Smart | Added imaggif.h, imaggif.cpp (wxImage GIF-reading suppo... |
tree | commitdiff |
1999-04-07 |
Vadim Zeitlin | no more SetAppName/SetVendor in the config classes |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | wxRegConfig::GetEntryType() added and some bugs fixed |
tree | commitdiff |
1999-04-06 |
Robert Roebling | Changed clipboard text format id from "STRING" to... |
tree | commitdiff |
1999-04-06 |
Julian Smart | Added some missing wxTextCtrl functions: Undo, Redo... |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | wxConfig::GetEntryType() added |
tree | commitdiff |
1999-04-04 |
Václav Slavík | fixed input stream |
tree | commitdiff |
1999-04-04 |
Julian Smart | Win16 corrections |
tree | commitdiff |
1999-04-03 |
Vadim Zeitlin | wxMenu and wxMenuBar modifications: now works much... |
tree | commitdiff |
1999-04-02 |
Vadim Zeitlin | more backwards compatibility for printing |
tree | commitdiff |
1999-04-02 |
Vadim Zeitlin | setup.h for makefile builds |
tree | commitdiff |
1999-04-01 |
Robert Roebling | With the exceptions of DnD, wxGTk now works with |
tree | commitdiff |
1999-04-01 |
Vadim Zeitlin | wxMkDir() has 'perm' argument |
tree | commitdiff |
1999-03-31 |
Robert Roebling | added wxFrame::Command() |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | Motif compilation fixes (now ok) |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | this file is now called setup0.h |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | last fixes to fixes (MSW compilation works now) |
tree | commitdiff |
1999-03-29 |
Brian Macy | Added time.h so it would compile |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | header changes for the fixes commited previously |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | EVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified |
tree | commitdiff |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on... |
tree | commitdiff |
1999-03-26 |
Julian Smart | Added paper classes. |
tree | commitdiff |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
tree | commitdiff |
1999-03-25 |
Vadim Zeitlin | AIX patches from Hans-Joachim Baader <hans-joachim... |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | char handling fixed again |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | hack to allow icons in wxStaticBitmap as well as bitmaps |
tree | commitdiff |
1999-03-24 |
Vadim Zeitlin | wxMenu code clean up |
tree | commitdiff |
1999-03-23 |
Vadim Zeitlin | 1. ReadMailcap/MimeTypes returna bool error code |
tree | commitdiff |
1999-03-23 |
Vadim Zeitlin | wxFileDialog::GetFilename and GetDir work now |
tree | commitdiff |
1999-03-22 |
Vadim Zeitlin | hack to implement right aligned checkboxes |
tree | commitdiff |
1999-03-22 |
Karsten Ballüder | Added wxSafeYield(wxWindow *win=NULL). |
tree | commitdiff |
1999-03-21 |
Julian Smart | Added wxTreeCtrl::SetItemDropHighlight (wxMSW only); |
tree | commitdiff |
1999-03-16 |
Vadim Zeitlin | wxCommandEvent::SetString() change - now uses wxString |
tree | commitdiff |
1999-03-16 |
Vadim Zeitlin | wxTextFile::Close() implemented |
tree | commitdiff |
1999-03-14 |
Vadim Zeitlin | compilation fix (forgot to check in this one) |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | more things are done by configure: checks for bool... |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | typo corrected |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | some fixes for AIX compilation |
tree | commitdiff |
1999-03-11 |
Karsten Ballüder | Fixed configure/linkage for non-threaded case. |
tree | commitdiff |
1999-03-06 |
Vadim Zeitlin | 1. the common helper functions are now in src/unix... |
tree | commitdiff |
1999-03-05 |
Vadim Zeitlin | (more) FreeBSD thread fixes |
tree | commitdiff |
1999-03-05 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
1999-03-04 |
Vadim Zeitlin | HP-UX compilation fixes (or so I hope) |
tree | commitdiff |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
tree | commitdiff |
1999-03-03 |
Vadim Zeitlin | SGI compilation fixes |
tree | commitdiff |
1999-03-02 |
Julian Smart | Corrected event.h for wxKeyEvent/wxMouseEvent, and... |
tree | commitdiff |
1999-03-01 |
Julian Smart | Added dummy OnIdle to wxWindow in wxGTK; doc tweaks |
tree | commitdiff |
1999-02-28 |
Julian Smart | wxUSE_SOCKETS added to setup(0).h; Cygwin corrections... |
tree | commitdiff |
1999-02-28 |
Julian Smart | Doc mods; fixed return non-processing problem; fixed... |
tree | commitdiff |
1999-02-28 |
Robert Roebling | added wxMenu::Append( wxMenuItem ) |
tree | commitdiff |
1999-02-28 |
Vadim Zeitlin | wxCheckListBox fixes: crash/memory leak when items... |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | 1. wxListCtrl fixes |
tree | commitdiff |
1999-02-27 |
Guilhem Lavaux | * wxSocket fixes: FTP, HTTP works really now. GTK fixes... |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | wxTreeCtrl::GetBoundRect() implemented |
tree | commitdiff |
1999-02-27 |
Vadim Zeitlin | keyboard navigation in dialogs works (again) |
tree | commitdiff |
1999-02-27 |
Guilhem Lavaux | * Big memory bug fixed in socket/getline fixed. |
tree | commitdiff |
1999-02-26 |
Julian Smart | DoSetClientSize omissions fixed; some doc fixes |
tree | commitdiff |
1999-02-26 |
Julian Smart | Fixed wxMSW arrow key bug, changed wxPoem window to... |
tree | commitdiff |
1999-02-25 |
Vadim Zeitlin | 1. validator fixes: don't eat TAB. Added new SetBellOnE... |
tree | commitdiff |
1999-02-25 |
Vadim Zeitlin | more HP-UX fixes |
tree | commitdiff |
1999-02-25 |
Vadim Zeitlin | SetSize() fixes |
tree | commitdiff |
1999-02-25 |
Vadim Zeitlin | more DG-UX compilation fixes (thanks to Benjamin Beckwith) |
tree | commitdiff |
1999-02-24 |
Vadim Zeitlin | wxGTK fixes for the yesterday's addition of m_isWindow... |
tree | commitdiff |
1999-02-24 |
Julian Smart | Some stubs corrections; Motif corrections incl. busy... |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | some very minor fixes (I don't even remember what exactly) |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | new options: wxUSE_OLE (on by default except for some... |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | small optimizations: m_isWindow and m_isCommandEvent... |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | HP-UX compilation fixes (thanks to Zdravko Bas) |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | dlopen fixes |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | HP-UX support added |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
tree | commitdiff |
1999-02-20 |
Robin Dunn | Added missing | symbol |
tree | commitdiff |
1999-02-19 |
Julian Smart | Added George Tasker's forward slash fix to file dialog... |
tree | commitdiff |
1999-02-19 |
Robin Dunn | added wxSetInstance() |
tree | commitdiff |
1999-02-19 |
Vadim Zeitlin | some minor fixes for DEC CXX compilation |
tree | commitdiff |
1999-02-18 |
Julian Smart | Fixed wxMotif's wxExecute again, added OnPaint capabili... |
tree | commitdiff |
1999-02-18 |
Julian Smart | Cured last focus bug (I hope); some wxMotif mods |
tree | commitdiff |
1999-02-18 |
Vadim Zeitlin | a file I forgot to check in (sorry Julian) |
tree | commitdiff |
1999-02-18 |
Julian Smart | Added 'tardist' script for creating .tgz archives of... |
tree | commitdiff |
1999-02-18 |
Robert Roebling | Dialog items inherit parent's font now |
tree | commitdiff |
1999-02-17 |
Julian Smart | Added missing const to wxGTK's wxMDIChildFrame::GetTool... |
tree | commitdiff |
1999-02-17 |
Vadim Zeitlin | wxProcess fixes (Detach() added), cleared/corrected... |
tree | commitdiff |
1999-02-17 |
Robert Roebling | Let's face it, GTK's resizing is broken and |
tree | commitdiff |
1999-02-16 |
Julian Smart | Some doc corrections; removed wxDocument arg from wxVie... |
tree | commitdiff |
next |