2001-05-11 |
Robin Dunn | Changed wxRootWindow from a global to a staic variable... |
blob | commitdiff | raw |
2001-02-22 |
Julian Smart | Added wxYieldIfNeeded |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Vadim Zeitlin | temp (?) fix for wxYield() calls from other threads |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Julian Smart | Tried to fix GTK+ 2.0 compilos |
blob | commitdiff | raw | diff to current |
2001-02-06 |
Vadim Zeitlin | applied patch 103591 which should fix wxWakeUpIdle() |
blob | commitdiff | raw | diff to current |
2001-01-11 |
Robert Roebling | wxYield() patch from stable tree. |
blob | commitdiff | raw | diff to current |
2000-12-28 |
Robert Roebling | Added wxFileName. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Robert Roebling | Log error messages work. |
blob | commitdiff | raw | diff to current |
2000-11-24 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-11-23 |
Robert Roebling | Ported new double idle handlers for pending events |
blob | commitdiff | raw | diff to current |
2000-09-08 |
Julian Smart | Fixed memory leak in listbox, fixed memory leak reporti... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Applied memory allocation patch, and worked around... |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | If compiling with WXGTK20, set wxConvCurrent to wxConvU... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Robert Roebling | Funny resize behaviour fix. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Robin Dunn | Split up wxEntry so wxPython can use the bits it needs... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | added wxLog::Suspend/Resume and wxYield() uses them... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robert Roebling | wxGTK now ignores widget style when using the pixmap... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robert Roebling | Minor wxYield() change. |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Vadim Zeitlin | new sample: statbar |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Robert Roebling | Tried to fix corrupted display of wxTextCtrl, |
blob | commitdiff | raw | diff to current |
2000-01-31 |
Robert Roebling | Using the best visual is now an option. |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Robert Roebling | Copied isql.h and isqlext.h to /include/wx/unix and... |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Robert Roebling | Fixed wxListCtrl::GetNextItem() |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Robert Roebling | Fixed resize behaviour under certain circumstances. |
blob | commitdiff | raw | diff to current |
2000-01-08 |
Robert Roebling | Themes and threads testing code. |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Robert Roebling | Distrib things. |
blob | commitdiff | raw | diff to current |
2000-01-02 |
Robert Roebling | wxSpinCtrl no longer emits event when changed program... |
blob | commitdiff | raw | diff to current |
1999-12-30 |
Robert Roebling | Removed two more GUI lock-ups. This time when |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Robert Roebling | GUI thread update and event corrections. |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Robert Roebling | Replaced the old wxGetResource implementation with... |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Robert Roebling | Correction to position of rotated text. |
blob | commitdiff | raw | diff to current |
1999-12-01 |
Robert Roebling | Applied patch for multiple file selection, documented. |
blob | commitdiff | raw | diff to current |
1999-11-22 |
Robert Roebling | Headers moved a bit. |
blob | commitdiff | raw | diff to current |
1999-11-15 |
Robert Roebling | Added a few non-threads compile fixes, |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Robert Roebling | Added wxWakeUpIdle() to wxGTK, |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Vadim Zeitlin | 1. wxPostEvent added and documented |
blob | commitdiff | raw | diff to current |
1999-10-15 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-16 |
Robert Roebling | Added Prepend() and Remove() methods to wxSizer, |
blob | commitdiff | raw | diff to current |
1999-08-16 |
Robert Roebling | compile fixes for EMX |
blob | commitdiff | raw | diff to current |
1999-08-05 |
Robert Roebling | Compile fix for dynarray, |
blob | commitdiff | raw | diff to current |
1999-08-05 |
Robert Roebling | Applied patch for stipppled brushes, |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Robert Roebling | Doc corrections, |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Ove Kaaven | Convert argv[] to Unicode |
blob | commitdiff | raw | diff to current |
1999-07-07 |
Vadim Zeitlin | attempts to fix wxStaticBitmap::SetBitmap() - still... |
blob | commitdiff | raw | diff to current |
1999-07-07 |
Vadim Zeitlin | compilation fixes for wxGTK |
blob | commitdiff | raw | diff to current |
1999-07-06 |
Vadim Zeitlin | 1. wxAppBase class appers, wxApp in wxGTK and wxMSW... |
blob | commitdiff | raw | diff to current |
1999-07-05 |
Karsten Ballüder | Made icons configurable via a wxMApp virtual function... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Robert Roebling | Small changed to wxExtDialog |
blob | commitdiff | raw | diff to current |
1999-06-25 |
Robert Roebling | Commented out "best visual" code. |
blob | commitdiff | raw | diff to current |
1999-06-25 |
Robert Roebling | Changed a few true -> TRUE |
blob | commitdiff | raw | diff to current |
1999-06-24 |
Robert Roebling | wxGTK now chooses the best visual X offers, |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Robert Roebling | Made the RTTI thing an option. |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Karsten Ballüder | Fixed the ugly cursor. global cursor no longer initiali... |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Karsten Ballüder | Implemented tearoff menus, please see my posting to... |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | The Unicode handling fixes my app seemed to need. |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Robert Roebling | Added OS/2 patches to wxGTK. |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-05-31 |
Robert Roebling | Tried to find thread/clipboard problem cause... |
blob | commitdiff | raw | diff to current |
1999-05-28 |
Robert Roebling | Added fixes for Unicode compilation. |
blob | commitdiff | raw | diff to current |
1999-05-27 |
Robert Roebling | Color cubes now get created on 8-bit true-color |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Robert Roebling | Made listctrl header BG grey again |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Robert Roebling | Now wxYield() calls wxApp::ProcessIdle() which also |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Robert Roebling | Compile fix for GTK 1.0 |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Robert Roebling | Played a little with sockets. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Robert Roebling | Put wxGTK's threads back to life. |
blob | commitdiff | raw | diff to current |
1999-05-18 |
Robert Roebling | More key event work. Added SetDetectableAutoRepeat. |
blob | commitdiff | raw | diff to current |
1999-05-12 |
Robert Roebling | -1 is kept -1 as a wxWindowID |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-05-07 |
Karsten Ballüder | Crude hack to fix crash for 8bit displays. Seems to... |
blob | commitdiff | raw | diff to current |
1999-04-28 |
Robert Roebling | MiniFrame title are back. |
blob | commitdiff | raw | diff to current |
1999-04-27 |
Robert Roebling | New idle handling. Only that. |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Vadim Zeitlin | log messages given during program initialization are... |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Ove Kaaven | By this commit, I guess I'm announcing intent to add... |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Vadim Zeitlin | Pending() and Dispatch() implemented |
blob | commitdiff | raw | diff to current |
1999-04-08 |
Karsten Ballüder | Fixed gtk 1.2.x wxYield() problem (tested). |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on... |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Robert Roebling | With the exceptions of DnD, wxGTk now works with |
blob | commitdiff | raw | diff to current |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on... |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Vadim Zeitlin | wxYield() calls OnInternalIdle() of all top level windows |
blob | commitdiff | raw | diff to current |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Vadim Zeitlin | wxLog fix as for wxMSW |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Vadim Zeitlin | more DG-UX compilation fixes (thanks to Benjamin Beckwith) |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Robert Roebling | Let's face it, GTK's resizing is broken and |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Robert Roebling | Solaris compilation patches |
blob | commitdiff | raw | diff to current |
1999-01-28 |
Robert Roebling | Found mem leaks (except one) |
blob | commitdiff | raw | diff to current |
1999-01-27 |
Karsten Ballüder | Another solaris fix. :-< |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Karsten Ballüder | More compilation fixes for Solaris. :-< |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Karsten Ballüder | compilation fixes for solaris |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Robert Roebling | Small doc corrections |
blob | commitdiff | raw | diff to current |
1999-01-22 |
Robert Roebling | The Image sample now does anti-aliasing, oh well. |
blob | commitdiff | raw | diff to current |
next |