2000-03-12 |
Vadim Zeitlin | fixed (rare but fatal) bug in wxWindowDisabler |
tree | commitdiff |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed incorrect use of _() where it should be wxT() |
tree | commitdiff |
2000-03-11 |
Václav Slavík | some != NULL checks |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed DoGetBestSize -- it returned too small bounding box |
tree | commitdiff |
2000-03-11 |
Stefan Neis | *** empty log message *** |
tree | commitdiff |
2000-03-11 |
Stefan Neis | Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF |
tree | commitdiff |
2000-03-11 |
Stefan Neis | Added many WXUNUSED, untabified once again. |
tree | commitdiff |
2000-03-11 |
Stefan Neis | Fixed remaining int vs. long warnings. |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g... |
tree | commitdiff |
2000-03-11 |
Julian Smart | Oops, compile errors... |
tree | commitdiff |
2000-03-11 |
Václav Slavík | fixed typo : _ instead of wxT |
tree | commitdiff |
2000-03-11 |
Robin Dunn | Did splitting of wxEntry for wxMSW. Not nearly as... |
tree | commitdiff |
2000-03-11 |
Robin Dunn | Split up wxEntry so wxPython can use the bits it needs... |
tree | commitdiff |
2000-03-11 |
Unknown (NI) | small change to avoid floating point exception in wxScr... |
tree | commitdiff |
2000-03-11 |
Vadim Zeitlin | some warnings fixed in the sockets code |
tree | commitdiff |
2000-03-10 |
David Webster | remove the VisualAge 3.0 hack |
tree | commitdiff |
2000-03-10 |
David Webster | Icon bug |
tree | commitdiff |
2000-03-10 |
David Webster | combine minimal with the .dll |
tree | commitdiff |
2000-03-10 |
David Webster | no message |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Replaced long by wxCoord as used in the other ports. |
tree | commitdiff |
2000-03-10 |
Robert Roebling | Small oops in redrawing code. |
tree | commitdiff |
2000-03-10 |
Robert Roebling | Fixed various bugs (from - err - various authors... |
tree | commitdiff |
2000-03-10 |
Julian Smart | Doc corrections, wxMotif toolbar AddControl implementat... |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Removed unused parameter addToSelected. |
tree | commitdiff |
2000-03-10 |
David Webster | OS/2 patch |
tree | commitdiff |
2000-03-10 |
David Webster | no message |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Changed wxGridCellCoords from long to int (get rid... |
tree | commitdiff |
2000-03-10 |
Julian Smart | Small fixes for Tex2RTF but alas, we still get memory... |
tree | commitdiff |
2000-03-10 |
David Webster | no message |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Ups, mismatch between header and source wrt InterruptWait() |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Finally deprecated callbacks. |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Some parts rewritten to use wxSocket events instead... |
tree | commitdiff |
2000-03-10 |
Vadim Zeitlin | 1. fixed warning which was hiding a bug in wxGrid:... |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | - Uses wxSocketBase::Destroy() now. |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Bugfix: |
tree | commitdiff |
2000-03-09 |
Julian Smart | Help sample should work for .zip help files now. |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building jpeg as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building png as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building xpm as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building zlib as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Update for building tiff as an os2 dll |
tree | commitdiff |
2000-03-09 |
David Webster | Loads of framework and dll fixes |
tree | commitdiff |
2000-03-09 |
David Webster | Updates for build dll |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | patch from Paul Gammans <paul.gammans@brunel.ac.uk... |
tree | commitdiff |
2000-03-09 |
Julian Smart | Mmedia, OGL lib directory changes; omitted naughty... |
tree | commitdiff |
2000-03-09 |
Julian Smart | wxHtmlHelpController made compatible with other controllers |
tree | commitdiff |
2000-03-09 |
Robert Roebling | Disabled horizontal report mode scrolling in wxListCtrl |
tree | commitdiff |
2000-03-09 |
Robin Dunn | Initial version of wxStyledTextCtrl, a Scintilla wrappe... |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | (failed) attempts at fixing menu bar swapping |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | fixed parsing of non quoted entries in .mime.types |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | regenerated with tmake |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | don't translate wxASSERT_MSG messages |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | use wxFAIL_MSG, not wxMessageBox for programming errors |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | don't allow multiple root in the tree |
tree | commitdiff |
2000-03-09 |
Stefan Neis | Make correct cell visible for cursor movement. |
tree | commitdiff |
2000-03-09 |
Stefan Neis | Added workaround for life crashing in toolbar deletion. |
tree | commitdiff |
2000-03-09 |
Stefan Neis | Modified keyboard and mouse handling wrt selecting... |
tree | commitdiff |
2000-03-09 |
Stefan Neis | Changed Shift+Arrow handling |
tree | commitdiff |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
tree | commitdiff |
2000-03-08 |
Vadim Zeitlin | (blind) gcc fixes |
tree | commitdiff |
2000-03-08 |
Vadim Zeitlin | warnings in wxCHeCK_MSG fixed |
tree | commitdiff |
2000-03-08 |
Vadim Zeitlin | warning in wxCustomDataObject::Free fix (I hope) |
tree | commitdiff |
2000-03-08 |
Ron Lee | final (touch wood) tidy after things went pearshaped... |
tree | commitdiff |
2000-03-08 |
George Tasker | Fixed the fix of the fix so it will compile under VC6 |
tree | commitdiff |
2000-03-08 |
Ron Lee | fixed my own typo.. oops |
tree | commitdiff |
2000-03-08 |
Julian Smart | Correction |
tree | commitdiff |
2000-03-08 |
David Webster | Placed an ifndef for VA around the MSWGetImagePixels... |
tree | commitdiff |
2000-03-08 |
Ron Lee | fix for pageup 'blind spot' |
tree | commitdiff |
2000-03-08 |
Julian Smart | More makefile and project fun |
tree | commitdiff |
2000-03-08 |
Julian Smart | Made VC++ makefiles and project files a bit more consistent |
tree | commitdiff |
2000-03-08 |
Guillermo Rodrigue... | All IO calls take void* instead of char* |
tree | commitdiff |
2000-03-08 |
Julian Smart | Added WIN16 code for window disabler |
tree | commitdiff |
2000-03-07 |
Václav Slavík | fix of previous commit |
tree | commitdiff |
2000-03-07 |
David Webster | makefile enhancements for dll, ne wxwindll.ics for... |
tree | commitdiff |
2000-03-07 |
David Webster | more minimal stuff |
tree | commitdiff |
2000-03-07 |
David Webster | remove the #warning for VisualAge |
tree | commitdiff |
2000-03-07 |
Václav Slavík | fixed bug: removed m_windowStyle = style |
tree | commitdiff |
2000-03-07 |
Guillermo Rodrigue... | First set of changes toward wxBase compliance :-) |
tree | commitdiff |
2000-03-07 |
Mark Johnson | *** empty log message *** |
tree | commitdiff |
2000-03-07 |
Stefan Neis | Add Child to parent instead of adding it to itself! |
tree | commitdiff |
2000-03-07 |
Michael Bedward | Modified <shift>+arrow key behaviour so that the starti... |
tree | commitdiff |
2000-03-07 |
Vadim Zeitlin | Mark Johnoson's additions for variable-width weekday... |
tree | commitdiff |
2000-03-07 |
Michael Bedward | Added Create functions. They return TRUE if the file... |
tree | commitdiff |
2000-03-07 |
Vadim Zeitlin | APPEXTRALIBS added to LDLIBS |
tree | commitdiff |
2000-03-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-07 |
Michael Bedward | Moved current cell initialization from wxGrid::OnPaint to |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Changed another NONE to wxSOCKET_NONE |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Use IsConnected instead of m_connected |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Trying to fix IPC problems under Linux as reported... |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Added wxIcon(const char **) ctor (same as char **) |
tree | commitdiff |
2000-03-06 |
Vadim Zeitlin | patches from Ricky Gonzales <gonzales@pyramid3.net>: |
tree | commitdiff |
2000-03-06 |
Mark Johnson | *** empty log message *** |
tree | commitdiff |
2000-03-06 |
Ron Lee | set m_clipXX so dc.GetClippingBox returns real bounding box |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Added blind-fix for vert. scrollbars - not tested yet |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Added support for timer events in Motif |
tree | commitdiff |
2000-03-05 |
Ron Lee | set m_clipXX to resultant clipping region |
tree | commitdiff |
2000-03-05 |
Stefan Neis | Re-added XtDestroyWidget call in ~wxWindow - hopefully... |
tree | commitdiff |
next |