2000-07-27 |
Julian Smart | Updated file list to include dirctrlg.cpp |
tree | commitdiff |
2000-07-27 |
Michael Bedward | Fix for bug where the cell highlight was not cleared... |
tree | commitdiff |
2000-07-27 |
Michael Bedward | Added another hack to the collection of hacks in |
tree | commitdiff |
2000-07-27 |
Michael Bedward | Changed cell and label alignment functions to use wxALI... |
tree | commitdiff |
2000-07-26 |
David Webster | fix for VA 3.0 vs 4.0 |
tree | commitdiff |
2000-07-26 |
Julian Smart | Better behaviour on NT (no dialogs when searching drives) |
tree | commitdiff |
2000-07-26 |
Julian Smart | WIN32 compilation of wxrc, wxrcedit |
tree | commitdiff |
2000-07-26 |
Julian Smart | Corrected makefile target bug |
tree | commitdiff |
2000-07-26 |
Julian Smart | Added additional wxXML makefiles and projects files... |
tree | commitdiff |
2000-07-25 |
Václav Slavík | wxGTK compilation fixes |
tree | commitdiff |
2000-07-25 |
Václav Slavík | gtk 1.2.8 compilation fix |
tree | commitdiff |
2000-07-25 |
Guillermo Rodrigue... | Modified mouse ENTER/LEAVE events so that they also |
tree | commitdiff |
2000-07-24 |
Ove Kaaven | Fix gtk+ 1.2 compilation... |
tree | commitdiff |
2000-07-24 |
Julian Smart | Fixed wxMotif breakage, sorry! |
tree | commitdiff |
2000-07-24 |
Julian Smart | Added insertion point code to wxComboBox |
tree | commitdiff |
2000-07-24 |
Ove Kaaven | Try to include windows.h. |
tree | commitdiff |
2000-07-24 |
Guillermo Rodrigue... | Fixed broken compilation due to Ove's last nice changes :-( |
tree | commitdiff |
2000-07-24 |
Julian Smart | Corrected test for _vsnprintf |
tree | commitdiff |
2000-07-24 |
Michael Bedward | Changes as per patch from Paul Gammans to fix bug with... |
tree | commitdiff |
2000-07-23 |
Julian Smart | Added wxGenericDirCtrl, wxGenericDirDialog and associat... |
tree | commitdiff |
2000-07-23 |
Julian Smart | Updated project and makefiles (VC++) to be more consistent. |
tree | commitdiff |
2000-07-22 |
Julian Smart | Cygwin 1.1 mods (main branch) |
tree | commitdiff |
2000-07-21 |
David Webster | fixes for S_IFMT for OS/2 from WX_2_2_BRANCH |
tree | commitdiff |
2000-07-21 |
Julian Smart | Corrected some combobox-related code, changed ordering... |
tree | commitdiff |
2000-07-21 |
Michael Bedward | Added ForceRefresh() to request immediate repainting... |
tree | commitdiff |
2000-07-21 |
Guillermo Rodrigue... | Changes for VISAGECPP (use _ftime to avoid clock skew... |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | another small error |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | no comment :) |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | umph, had made a dangerous mistake |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | Applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Really cheesy attempt to make wxDC::DrawText() utilize... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | There's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Make this compile with gtk+ 1.3.1... not sure what... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Use GTK_OBJECT_GET_CLASS macro. |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | gtk+ 1.3.1's region transformation code no longer retur... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | There's no gtk_widget_push_visual/pop_visual in gtk... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | If the "partial" argument is true, you're probably... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Still no such thing as gtkfeatures.h in gtk+ 1.3.1... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Casting to GdkColormapPrivate is neither possible nor... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | If compiling with WXGTK20, set wxConvCurrent to wxConvU... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | If, in a single-selection listctrl, a focused item... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | Another case of fn_str() in wxFopen() ? |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | An attempt at make the wxCSConv class useful. Uses... |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | More Unicode compilation fixes. |
tree | commitdiff |
2000-07-19 |
Ove Kaaven | The wxFopen() fix again, but in the main branch. |
tree | commitdiff |
2000-07-17 |
Guillermo Rodrigue... | Added opengl32 to DLL libs |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-06-08 |
Karsten Ballüder | Added RTLD_GLOBAL to dlopen() flags which is needed... |
tree | commitdiff |
2000-06-04 |
Guilhem Lavaux | wxMMedia doc updates |
tree | commitdiff |
2000-05-05 |
Julian Smart | Misc fixes |
tree | commitdiff |
2000-04-11 |
Vadim Zeitlin | compilation fix inside WXWIN_COMPATIBILITY |
tree | commitdiff |
2000-04-11 |
Vadim Zeitlin | fixed double eol problem |
tree | commitdiff |
2000-03-31 |
Robin Dunn | Undoing Eric's changes on the main branch |
tree | commitdiff |
2000-03-30 |
Eric W. Sink | This commit includes the following changes: |
tree | commitdiff |
2000-03-27 |
Karsten Ballüder | joystick made conditional |
tree | commitdiff |
2000-03-23 |
David Webster | no message |
tree | commitdiff |
2000-03-22 |
David Webster | Reworked Frame class |
tree | commitdiff |
2000-03-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-22 |
Vadim Zeitlin | small fix to the msg catalog search path |
tree | commitdiff |
2000-03-21 |
David Webster | Quick VA fix |
tree | commitdiff |
2000-03-21 |
David Webster | Settle on one shortcut key utility proc. |
tree | commitdiff |
2000-03-20 |
Vadim Zeitlin | 1. some (benign) warnings fixed |
tree | commitdiff |
2000-03-20 |
Vadim Zeitlin | wxThread::Kill() doesn't call OnExit() incorrectly |
tree | commitdiff |
2000-03-20 |
Julian Smart | Had to #ifdef out wxGetFullHostName for Cygwin b20 |
tree | commitdiff |
2000-03-20 |
Julian Smart | Win16 BC++ makefile fixes, other v. small fixes |
tree | commitdiff |
2000-03-20 |
Julian Smart | SetBrushOrgExt broke WIN16 compilation |
tree | commitdiff |
2000-03-20 |
David Webster | gsocket update. Fix for EMX broke VA. |
tree | commitdiff |
2000-03-20 |
Guillermo Rodrigue... | Added extern "C" around winsock and moved it before... |
tree | commitdiff |
2000-03-20 |
Julian Smart | Fixed wrong cursor problem in wxGTK |
tree | commitdiff |
2000-03-20 |
Julian Smart | Fixed problem with CaptureMouse if cursor is null. |
tree | commitdiff |
2000-03-20 |
David Webster | OS/2 Updates |
tree | commitdiff |
2000-03-20 |
David Webster | OS/2 Updates |
tree | commitdiff |
2000-03-19 |
Guillermo Rodrigue... | A duplicate case label broken mingw compilation |
tree | commitdiff |
2000-03-19 |
Julian Smart | Misc small changes |
tree | commitdiff |
2000-03-19 |
Robert Roebling | The Return of WM Size Hints Part IV. |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | wxFTP::Close() shouldn't hide base wxSocket function |
tree | commitdiff |
2000-03-19 |
Robin Dunn | Allows wxStatusBar95 to send common events like other... |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | 1. corrected HAVE_PW_GECOS detection in configure ... |
tree | commitdiff |
2000-03-19 |
Robert Roebling | Funny resize behaviour fix. |
tree | commitdiff |
2000-03-19 |
Václav Slavík | fixed KeySym handling ((keysym & 0xF000) != 0 instead... |
tree | commitdiff |
2000-03-19 |
Julian Smart | Some VC++ makefile fixes; minor comment mods to setup0.h |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | compilation fix for anything different from VC++ |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | some more (apparently harmless) changes from Klass... |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | apparent gcc bug workaround |
tree | commitdiff |
2000-03-19 |
Robert Roebling | Highly experimental, unstable code (for determining the |
tree | commitdiff |
2000-03-19 |
Robert Roebling | Small speed-up. |
tree | commitdiff |
2000-03-19 |
Ron Lee | repaired some of the more obvious horrors in the contri... |
tree | commitdiff |
2000-03-19 |
Unknown (NI) | fixed wxListMainWindow::HitTest |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | 1. fixed crash in wxDateTime::ParseDate |
tree | commitdiff |
2000-03-18 |
Stefan Neis | Added includes needed if not using precompiled headers. |
tree | commitdiff |
2000-03-18 |
Stefan Neis | Added a couple of fixes. |
tree | commitdiff |
2000-03-18 |
Václav Slavík | changed titlebar text colour from white to fg[GTK_STATE... |
tree | commitdiff |
2000-03-18 |
Robert Roebling | wxAccel fix. |
tree | commitdiff |
2000-03-18 |
Julian Smart | Added def files for making OpenGL DLLs (Mingw32); added... |
tree | commitdiff |
2000-03-18 |
Robert Roebling | I don't think the last person to edit splitter.cpp did |
tree | commitdiff |
2000-03-18 |
Stefan Neis | Added conversion of menu labels (&->~) |
tree | commitdiff |
2000-03-18 |
Guillermo Rodrigue... | Had to #ifdef out all the new wxGetFullHostName code... |
tree | commitdiff |
2000-03-18 |
Julian Smart | Removed the wonderfully malicious WS_CLIPSIBLINGS style. |
tree | commitdiff |
2000-03-18 |
Julian Smart | Corrected my correction. |
tree | commitdiff |
next |