1999-03-17 |
J. Russell Smyth | 1 - fixed listbox.cpp to work with events with m_comman... |
tree | commitdiff |
1999-03-16 |
Vadim Zeitlin | wxCommandEvent::SetString() change - now uses wxString |
tree | commitdiff |
1999-03-14 |
J. Russell Smyth | added wxSYS_COLOR_BTNTEXT case was missing. |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | another attempt to improve combobox behaviour |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | some UI adjustments |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | crash for frames without children corrected |
tree | commitdiff |
1999-03-12 |
Vadim Zeitlin | wxYield() calls OnInternalIdle() of all top level windows |
tree | commitdiff |
1999-03-06 |
Vadim Zeitlin | 1. the common helper functions are now in src/unix... |
tree | commitdiff |
1999-03-06 |
Vadim Zeitlin | this code is now common (src/unix) |
tree | commitdiff |
1999-03-05 |
Vadim Zeitlin | (more) FreeBSD thread fixes |
tree | commitdiff |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
tree | commitdiff |
1999-03-02 |
Robert Roebling | Removed warnings from tbarsimpl |
tree | commitdiff |
1999-03-01 |
Vadim Zeitlin | warnings suppressed |
tree | commitdiff |
1999-03-01 |
Vadim Zeitlin | wxSpinButton works ok with negative values |
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-26 |
Vadim Zeitlin | wxLog fix as for wxMSW |
tree | commitdiff |
1999-02-25 |
Vadim Zeitlin | InsertItems() implemented for wxGTK |
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-23 |
Vadim Zeitlin | another wxBeginBusyCursor fix |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | some feeble attempts at making wxBeginBusyCursor work |
tree | commitdiff |
1999-02-23 |
Vadim Zeitlin | SetSelection(from, to) and SetEditable() implemented |
tree | commitdiff |
1999-02-22 |
Karsten Ballüder | Fixed DoSetClientSize() causing infinite recursion. |
tree | commitdiff |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
tree | commitdiff |
1999-02-18 |
Julian Smart | Fixed wxMotif's wxExecute again, added OnPaint capabili... |
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 |
Vadim Zeitlin | wxExecute() fixes and doc updates: the return value... |
tree | commitdiff |
1999-02-17 |
Vadim Zeitlin | wxExecute() fix (running console programs doesn't cause... |
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-17 |
Robert Roebling | resize fun |
tree | commitdiff |
1999-02-16 |
Robert Roebling | MDI fixes |
tree | commitdiff |
1999-02-16 |
Robert Roebling | Applied Russel's changes to wxToolBarBase |
tree | commitdiff |
1999-02-14 |
Robert Roebling | Fixed refresh bug in wxGLCanvas |
tree | commitdiff |
1999-02-11 |
Robert Roebling | Added CTRL-TAB navigation to notebook |
tree | commitdiff |
1999-02-11 |
Robert Roebling | distrin corrections files |
tree | commitdiff |
1999-02-11 |
Vadim Zeitlin | compilation fixes for gcc 2.7.2.1 under FreeBSD |
tree | commitdiff |
1999-02-11 |
Robert Roebling | Solaris compilation patches |
tree | commitdiff |
1999-02-10 |
Robert Roebling | distribution things |
tree | commitdiff |
1999-02-10 |
Vadim Zeitlin | added #include <fcntl.h> to allow compilation under... |
tree | commitdiff |
1999-02-10 |
Robert Roebling | Various update to Blit() SetBackground() Clear()... |
tree | commitdiff |
1999-02-10 |
Karsten Ballüder | small modification to stdin/stdout/stderr behaviour... |
tree | commitdiff |
1999-02-09 |
Robert Roebling | custom icons for DnD |
tree | commitdiff |
1999-02-09 |
Robert Roebling | radiobox optical changes |
tree | commitdiff |
1999-02-08 |
Vadim Zeitlin | micro compilation fix |
tree | commitdiff |
1999-02-08 |
Robert Roebling | Keep up the good work, people... |
tree | commitdiff |
1999-02-08 |
Karsten Ballüder | compilation fixes |
tree | commitdiff |
1999-02-08 |
Julian Smart | Tried to fix wxPanel bug (windows now set the panel... |
tree | commitdiff |
1999-02-07 |
Vadim Zeitlin | wxProcess() fixes: will really call parent's event... |
tree | commitdiff |
1999-02-07 |
Vadim Zeitlin | GetData() now takes a pointer and not a reference,... |
tree | commitdiff |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub... |
tree | commitdiff |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
tree | commitdiff |
1999-02-05 |
Robert Roebling | libjpeg not used by default (it didn't even link) |
tree | commitdiff |
1999-02-05 |
Vadim Zeitlin | more wxCloseEvent changes: now the behaviour should... |
tree | commitdiff |
1999-02-05 |
Robert Roebling | synched Clear() and SetBackgroundColour() |
tree | commitdiff |
1999-02-05 |
Vadim Zeitlin | wxWindow::OnClose() removed completely from wxGTK,... |
tree | commitdiff |
1999-02-05 |
Robert Roebling | Added menu_highlight behaviour as in wxMSW (statusbar) |
tree | commitdiff |
1999-02-04 |
Robert Roebling | postscript Blit() |
tree | commitdiff |
1999-02-04 |
Robert Roebling | Faster imagescale code |
tree | commitdiff |
1999-02-03 |
Vadim Zeitlin | compilation problem fixed |
tree | commitdiff |
1999-02-03 |
Robert Roebling | Trying to repair what CVS can do to source code |
tree | commitdiff |
1999-02-03 |
Julian Smart | Cured some Latex problems; fixed i declaration; fixed... |
tree | commitdiff |
1999-02-02 |
Harco de Hilster | added AppendText method, now used by operator << |
tree | commitdiff |
1999-02-02 |
Vadim Zeitlin | compilation warning removed |
tree | commitdiff |
1999-02-01 |
Robert Roebling | Removed some trash from that came through tha cables |
tree | commitdiff |
1999-02-01 |
Vadim Zeitlin | wxToolTip modifications: wxUSE_TOOLTIPS setting (defaul... |
tree | commitdiff |
1999-02-01 |
Robert Roebling | wxToolTip |
tree | commitdiff |
1999-01-31 |
Harco de Hilster | Loads of updates/fixes. Everything is now zero-based... |
tree | commitdiff |
1999-01-30 |
Robert Roebling | My last patch for status bar size events wasn't perfect |
tree | commitdiff |
1999-01-30 |
Robert Roebling | Added size event for status bar |
tree | commitdiff |
1999-01-29 |
Vadim Zeitlin | wxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX... |
tree | commitdiff |
1999-01-28 |
Robert Roebling | Removed wxNullRegion |
tree | commitdiff |
1999-01-28 |
Vadim Zeitlin | 1. PositionToXY() off-by-2 (!) bug corrected |
tree | commitdiff |
1999-01-28 |
Vadim Zeitlin | corrected an off-by-1 bug in GetNumberOfLines() and... |
tree | commitdiff |
1999-01-28 |
Robert Roebling | Found mem leaks (except one) |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | GTK asserts disappeared - but surprizngly, SetInsertion... |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | Harm's patch to fix a crash of wxPoem sample on termination |
tree | commitdiff |
1999-01-27 |
Robert Roebling | wxToolTip part II |
tree | commitdiff |
1999-01-27 |
Vadim Zeitlin | 1. added wxTreeCtrl::GetLastChild (modified MSW, GTK... |
tree | commitdiff |
1999-01-27 |
Karsten Ballüder | Another solaris fix. :-< |
tree | commitdiff |
1999-01-26 |
Vadim Zeitlin | some gixes to PositionToXY() - not sure if I made it... |
tree | commitdiff |
1999-01-26 |
Karsten Ballüder | More compilation fixes for Solaris. :-< |
tree | commitdiff |
1999-01-26 |
Vadim Zeitlin | Oops... compilation error just checked in fixed |
tree | commitdiff |
1999-01-26 |
Vadim Zeitlin | SetInsertionPointEnd() bug corrected (was off by 1) |
tree | commitdiff |
1999-01-26 |
Julian Smart | Some compile warnings removed; file selector prototypes... |
tree | commitdiff |
1999-01-26 |
Robert Roebling | A few resize bugs removed |
tree | commitdiff |
1999-01-26 |
Karsten Ballüder | compilation fixes for solaris |
tree | commitdiff |
1999-01-25 |
Robert Roebling | Added wxToolTip |
tree | commitdiff |
1999-01-25 |
Julian Smart | char* -> wxString |
tree | commitdiff |
1999-01-24 |
Julian Smart | Made wxGTK dataobj.cpp compile; removed flashing from... |
tree | commitdiff |
1999-01-24 |
Robert Roebling | Small doc corrections |
tree | commitdiff |
1999-01-23 |
Robert Roebling | wxGTK now chooses better font when no matching |
tree | commitdiff |
1999-01-22 |
Vadim Zeitlin | TestDestroy() is not const any more (warnings suppressed) |
tree | commitdiff |
1999-01-22 |
Robert Roebling | The Image sample now does anti-aliasing, oh well. |
tree | commitdiff |
1999-01-22 |
Vadim Zeitlin | wxThread POSIX implementation seems to work (under... |
tree | commitdiff |
1999-01-22 |
Julian Smart | Made wxGTK dcps.cpp generic. |
tree | commitdiff |
1999-01-22 |
Robert Roebling | iODBC v2.5 |
tree | commitdiff |
1999-01-21 |
Robert Roebling | changed make_int, make_exp .. to wxmake_int.. |
tree | commitdiff |
next |