1999-08-05 |
Robert Roebling | Applied patch for stipppled brushes, |
blob | commitdiff | raw |
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 |
1999-01-19 |
Robert Roebling | New DnD and Clipboard code |
blob | commitdiff | raw | diff to current |
1999-01-12 |
Robert Roebling | image update |
blob | commitdiff | raw | diff to current |
1999-01-10 |
Robert Roebling | OpenGl works now under GTK |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Robert Roebling | minor Configure / makefiles updates |
blob | commitdiff | raw | diff to current |
1999-01-06 |
Robert Roebling | Compilation fixes |
blob | commitdiff | raw | diff to current |
1999-01-04 |
Robert Roebling | configure and #ifdef wxUSE_XXX updates |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Robert Roebling | Proofed that iostreams break threads |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Robert Roebling | Triued in vain to fix threads segvs with gcc |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Robert Roebling | Header changes (gtk.h etc no longer included in defs.h |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Robert Roebling | Makefile tweaks |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Robin Dunn | Moved the main funtion into its own source file. |
blob | commitdiff | raw | diff to current |
1998-12-09 |
Vadim Zeitlin | "wxGDIObject * => &" related changes (see mail to the... |
blob | commitdiff | raw | diff to current |
1998-12-06 |
Robert Roebling | Update for bitmap, image on scaling, transparancy, |
blob | commitdiff | raw | diff to current |
1998-12-01 |
Robert Roebling | New wxDC hierarchy |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Robert Roebling | Fixed module code |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-11-06 |
Robert Roebling | SetEventData for a few widgets |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Robert Roebling | Added support for frames without borders (such as for |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Robert Roebling | Removed usage of GdkImlib |
blob | commitdiff | raw | diff to current |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-09-11 |
Robert Roebling | Updates to memcheck |
blob | commitdiff | raw | diff to current |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
blob | commitdiff | raw | diff to current |
1998-09-02 |
Robert Roebling | New configure |
blob | commitdiff | raw | diff to current |
1998-09-02 |
Robert Roebling | Fixed event handling for DialogEd |
blob | commitdiff | raw | diff to current |
1998-09-01 |
Robert Roebling | Added Set/GetItemState, GetNextItem.. to wxTreeCtrl |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Robin Dunn | Added wxTheApp = this; to wxApp::wxApp for wxPython |
blob | commitdiff | raw | diff to current |
1998-08-16 |
Robert Roebling | Added mising AddBitmapList in wxBitmap |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Robert Roebling | Resource sample works now, apart from |
blob | commitdiff | raw | diff to current |
1998-08-08 |
Denis Pershin | DP: |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
blob | commitdiff | raw | diff to current |
1998-06-22 |
Karsten Ballüder | fixed #include paths to use local copies of png/gdk_iml... |
blob | commitdiff | raw | diff to current |
1998-06-03 |
Robert Roebling | GTK |
blob | commitdiff | raw | diff to current |
1998-05-30 |
Robert Roebling | Same as last one.. |
blob | commitdiff | raw | diff to current |
1998-05-28 |
Robert Roebling | GTK |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|