2002-05-17 |
Stefan Csomor | no event upon changing value only anymore |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Stefan Csomor | conditials for TARGET_CARBON when drawing using appeara... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Stefan Csomor | changed char event handling for ctrl-chars and skipped... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Stefan Csomor | added GetApplicationScript for non Carbon builds |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Robin Dunn | A few little tweaks |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Robin Dunn | A few little tweaks, reswigged code for wxMac |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Robin Dunn | Scripts to make a installer package in a disk image... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Vadim Zeitlin | fixed the selection rectangle drawing (was off by 1) |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Vadim Zeitlin | use the menu item text, not label, in the owner drawn... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Vadim Zeitlin | fixed wrong array index in UuidToCForm |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Vadim Zeitlin | generate EVT_SCROLL events for the standalong scrollbar... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Julian Smart | Check for null return value in wxClientDC constructor |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Julian Smart | Don't call a function that might do drawing when settin... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | Updates from contributor |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | An implementation of wxPen.GetDashes. |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | demo update |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | Some files to ignore |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | wxSTC changes to help it work better on wxMac |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | more demo updates |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Julian Smart | Added missing const for operator != |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Gilles Depeyrot | applied copy constructor fix to assignment operator... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | Re-enable clipboard and DnD classes for wxMac |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Robin Dunn | demo updates |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Julian Smart | In an expose event, the m_clearRegion is also updated... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Vadim Zeitlin | don't send SPLITTER_POS_CHANGED events when the splitte... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Václav Slavík | no, DO NOT use wxMessageBox where wxLogError is more... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Julian Smart | Fixed double deletion in region iterator |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robin Dunn | Fixed a lost #else |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Julian Smart | Initialized control member pointers and checked for... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Julian Smart | Now shows author correctly under MacOS X |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Vadim Zeitlin | added missing extern "C" required for Sun CC |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Vadim Zeitlin | renamed main to mymain to suppress the warnings |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Vadim Zeitlin | fixed a warning |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Julian Smart | Initialized the controls on the widgets spinbutton... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Vadim Zeitlin | wanted to fix zlib include path but it turned out to... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robin Dunn | swigged updates for wxMac |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robin Dunn | Fixing nested triple quotes again |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robin Dunn | Use the stdout/stderr window by default on Mac too... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robin Dunn | Minor updates to build scripts |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robin Dunn | wxSTC begins to work on wxMac... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robin Dunn | If'd out the listbox on wxPopupWindow test for now |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Vadim Zeitlin | documented wxFileName::SplitPath(), added more obsolesc... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Vadim Zeitlin | cleared the wxFileNameFromPath mess |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Robin Dunn | Added some inline helpers so the dependence on wxUSE_UN... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Robin Dunn | The use of wxPopupWindow fo rhte autocomplete and callt... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
David Webster | Popup Window now supported in OS/2 (for tipwindows... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
David Webster | Weekly catch up. |
commit | commitdiff | tree | snapshot |
2002-05-13 |
David Webster | WXPM now uses popupwindows. |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Julian Smart | textctrl.cpp: Removed assert from CanRedo/CanUndo since... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
David Webster | Compiler bug |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Julian Smart | Eliminated a couple of warnings |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Gilles Depeyrot | use built-in wcslen instead of disabling wide character... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Vadim Zeitlin | fixed bug with using wrong interval (-1) when restartin... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Vadim Zeitlin | fixes to wxFontDialog after recent changes |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Vadim Zeitlin | fixed wxFontDialog API: accept const ref instead of... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Julian Smart | Added overloaded AddChild from contributor |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Julian Smart | Fixed mouse handling for captured windows |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Julian Smart | Don't use context id for context help since it doesn... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Julian Smart | Added recursive event handler pushing to fix context... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Julian Smart | Added missing brace in checkbox.tex |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Vadim Zeitlin | added the test for GtkText inside wxYield crash |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Vadim Zeitlin | fixed crashes in GtkText when it was refreshed from... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Vadim Zeitlin | made wxIsInsideYield global -- will be fixed when we... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Julian Smart | Added deprecated property classes for future reference... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Gilles Depeyrot | use tm_gmtoff instead of timezone variable if tm struct... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Gilles Depeyrot | no timezone variable is only a warning instead of an... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Gilles Depeyrot | corrected wxFontData assignement operator (was recursive!) |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Robin Dunn | swigged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Robin Dunn | various tweaks and updates |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | added a comment about the default button handling |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | don't treat Enter always as Tab, just for the text... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | fixed typo |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | changed the handling of the default buttons to be more... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Gilles Depeyrot | added wxControlWithItems constructor/destructor (for... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Gilles Depeyrot | corrected pragma interface |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | fixed zlib compression test |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | fixed incorrect assert for the default compression... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | don't test for msvcrt under Unix nor libw under Windows... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Vadim Zeitlin | fixed the rule for compiling the RC files |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Mattia Barbon | const KEY_T& does not do the right thing for pointers. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | appearance box drawing |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | appearance fonts |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | key handling |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | corrected background |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | common value changed code for spinbutton |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | fixed redrawing bug |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | added carbon events for navigation keys, size corrections |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | tooltip displaying correct background under OSX , antia... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | toplevel native window disposal in deferred delete... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | changed initialization of TXN in order to avoid crashes... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | native window disposal is moved to deferred delete... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | corrected appeaance of boxes und OSX |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | switched to appearance savvy gui/system fonts |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | exposed background theme |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | DrawParagraph changed |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | common value change method |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Stefan Csomor | added keyboard focus & typein |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Vadim Zeitlin | some warnings fixed, checks for various wxUSE_XXX added |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Vadim Zeitlin | fixes for BSD make |
commit | commitdiff | tree | snapshot |
next |