2005-05-06 |
Julian Smart | Take src x, y into account when blitting with alpha |
tree | commitdiff |
2005-05-06 |
Włodzimierz Skiba | Build fix (Watcom). |
tree | commitdiff |
2005-05-06 |
Michael Wetherell | Compilation fix for USE_UNIV=1 |
tree | commitdiff |
2005-05-06 |
Michael Wetherell | On x11 another control may already have the mouse captu... |
tree | commitdiff |
2005-05-06 |
Michael Wetherell | This handlers mustn't be deleted when a popup is dismis... |
tree | commitdiff |
2005-05-06 |
Julian Smart | Permission for flood-fill code clarified |
tree | commitdiff |
2005-05-06 |
Włodzimierz Skiba | VC warning fixes. |
tree | commitdiff |
2005-05-05 |
Vadim Zeitlin | limit recursion depth in DumpUDT() to prevent crashes... |
tree | commitdiff |
2005-05-05 |
Julian Smart | Clarified copyright |
tree | commitdiff |
2005-05-04 |
Robin Dunn | Don't automatically copy the selection to the clipboard... |
tree | commitdiff |
2005-05-04 |
Robin Dunn | Don't copy the NULL char into the clipboard. Most... |
tree | commitdiff |
2005-05-04 |
Vadim Zeitlin | fixed GetLongPath(): it never used ::GetLongPath()... |
tree | commitdiff |
2005-05-04 |
Vadim Zeitlin | fixed EOVERFLOW handlign after previous commit and... |
tree | commitdiff |
2005-05-04 |
Julian Smart | Added licence/copyright information |
tree | commitdiff |
2005-05-04 |
Vadim Zeitlin | include iostream headers before using iostream classes... |
tree | commitdiff |
2005-05-04 |
Vadim Zeitlin | replace complicated OS tests with simple ifdef EOVERFLO... |
tree | commitdiff |
2005-05-03 |
Stefan Csomor | otherwise we always fall back to blitting, even if... |
tree | commitdiff |
2005-05-03 |
Julian Smart | A control's text colour now reflects the system colour... |
tree | commitdiff |
2005-05-03 |
Stefan Csomor | must be static of course, otherwise items just get... |
tree | commitdiff |
2005-05-02 |
Chris Elliott | get the path in windows format for cygwin |
tree | commitdiff |
2005-05-02 |
Chris Elliott | sizer.h needed by cygwin |
tree | commitdiff |
2005-04-30 |
Stefan Csomor | reordering for CW compiles, setting control to opaque... |
tree | commitdiff |
2005-04-30 |
Michael Wetherell | Call MGL_init earlier in wxApp::Initialize to avoid... |
tree | commitdiff |
2005-04-29 |
Julian Smart | Removed previous broken fix for deferred positioning... |
tree | commitdiff |
2005-04-29 |
Stefan Csomor | adapting to latest API |
tree | commitdiff |
2005-04-29 |
Julian Smart | AdjustScrollbars can go into an infinite loop, so bail... |
tree | commitdiff |
2005-04-28 |
Julian Smart | Switch deferred sizing off for radioboxes because with... |
tree | commitdiff |
2005-04-28 |
Julian Smart | Reverted/commented out unsuccessful defer fix |
tree | commitdiff |
2005-04-28 |
Julian Smart | Typo correction |
tree | commitdiff |
2005-04-28 |
Julian Smart | Use real number of children for reserving deferred... |
tree | commitdiff |
2005-04-28 |
Julian Smart | Worked around an apparent bug in Windows whereby some... |
tree | commitdiff |
2005-04-28 |
Stefan Csomor | otherwise we always just fix rect at index 0 ... |
tree | commitdiff |
2005-04-28 |
Kevin Hock | Fix for unexplained change in socket behavior where... |
tree | commitdiff |
2005-04-27 |
Julian Smart | Temporary fix (I hope) to allow an application to paint... |
tree | commitdiff |
2005-04-27 |
Kevin Ollivier | Tiger compatibility fixes. |
tree | commitdiff |
2005-04-27 |
Julian Smart | Fix for radiobox controls backgrounds being drawn incor... |
tree | commitdiff |
2005-04-27 |
David Webster | Unicode fixes for OS/2 |
tree | commitdiff |
2005-04-27 |
David Webster | Unicode fixes for OS/2 (all inside #ifdef __WXPM__... |
tree | commitdiff |
2005-04-26 |
Włodzimierz Skiba | wxUniversal positioning fix [#1040625] |
tree | commitdiff |
2005-04-25 |
Robert Roebling | Prevent unnecessary assert when someone tries to |
tree | commitdiff |
2005-04-25 |
Włodzimierz Skiba | Fix for broken wxMSWUniv after wxLaunchDefaultBrowser... |
tree | commitdiff |
2005-04-25 |
Julian Smart | Fixed erroneous selection of content in comboboxes... |
tree | commitdiff |
2005-04-25 |
Michael Wetherell | Remove msdos code now in src/msdos, update bakefiles... |
tree | commitdiff |
2005-04-25 |
Michael Wetherell | Add skeleton utils, dir and mimetype for dos. |
tree | commitdiff |
2005-04-24 |
Robert Roebling | Apply patch that prevents a crash when more than |
tree | commitdiff |
2005-04-24 |
Mattia Barbon | Another STL compilation fix. |
tree | commitdiff |
2005-04-24 |
Robert Roebling | Added support for DrawArc and Blit to GNOME print. |
tree | commitdiff |
2005-04-24 |
Mattia Barbon | Fix wxChoice on Mac whith STL when using wxCB_SORT. |
tree | commitdiff |
2005-04-24 |
Julian Smart | Restored previous revision after retag |
tree | commitdiff |
2005-04-24 |
Julian Smart | Creating new revision to retag with WX_2_6_0 |
tree | commitdiff |
2005-04-24 |
Stefan Csomor | about menu item changes : can appear anywhere in a... |
tree | commitdiff |
2005-04-24 |
Robert Roebling | Added spline support to GNOME print |
tree | commitdiff |
2005-04-24 |
Robert Roebling | Implement DrawEllipticArc for GNOME print. |
tree | commitdiff |
2005-04-24 |
Kevin Ollivier | Fixed an issue with potential invalid ID passed to... |
tree | commitdiff |
2005-04-23 |
Mattia Barbon | Avoid ICE with MinGW 2.95.3. |
tree | commitdiff |
2005-04-23 |
Mattia Barbon | Fix STL compilation (note: this is not the correct... |
tree | commitdiff |
2005-04-23 |
Julian Smart | Fix for my fix |
tree | commitdiff |
2005-04-23 |
Julian Smart | Remove obsolete includes |
tree | commitdiff |
2005-04-23 |
Robert Roebling | Implented DoDrawPolygon() for GNOME print. |
tree | commitdiff |
2005-04-23 |
Ryan Norton | rv hack |
tree | commitdiff |
2005-04-23 |
Julian Smart | Improve appearance for themes that don't allow backgrou... |
tree | commitdiff |
2005-04-23 |
Vadim Zeitlin | another try at mingw32 compilation fix |
tree | commitdiff |
2005-04-23 |
Vadim Zeitlin | check for NULL pointer in OnMeasureItem() as well as... |
tree | commitdiff |
2005-04-22 |
Robin Dunn | Check for potentially NULL m_focus (Patch #1187992) |
tree | commitdiff |
2005-04-22 |
Ryan Norton | Move wxMacExecute into base |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Fixes to allow compilation with no wchar_t (djgpp proba... |
tree | commitdiff |
2005-04-22 |
Ryan Norton | Fix Non-ce MSW unicode builds |
tree | commitdiff |
2005-04-22 |
Kevin Hock | Add comment explaining the role of wxMacExecute |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Use wxMilliSleep instead of the deprecated wxUsleep |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Compilation fixes for wxMGL |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Compilation fix for djgpp |
tree | commitdiff |
2005-04-22 |
Michael Wetherell | Compilation fixes for djgpp |
tree | commitdiff |
2005-04-22 |
Stefan Csomor | fix for drawing correct gridlines even on scrolled... |
tree | commitdiff |
2005-04-22 |
Stefan Csomor | fixing compilo |
tree | commitdiff |
2005-04-22 |
Ryan Norton | flag checkin' |
tree | commitdiff |
2005-04-22 |
Ryan Norton | implement non-wrapping for wxSpinCtrl |
tree | commitdiff |
2005-04-22 |
Ryan Norton | implement label setting |
tree | commitdiff |
2005-04-21 |
Ryan Norton | implement tooltip delay |
tree | commitdiff |
2005-04-21 |
Michael Wetherell | Support for G_FILENAME_ENCODING=@locale |
tree | commitdiff |
2005-04-21 |
Ryan Norton | forcibly call operator |
tree | commitdiff |
2005-04-21 |
Ryan Norton | 'fix' for broken gcc version |
tree | commitdiff |
2005-04-21 |
Ryan Norton | add most support for (dis)associate. Other stuff |
tree | commitdiff |
2005-04-21 |
Robin Dunn | Oops, that should be GetEncoding, not GetDefaultEncoding |
tree | commitdiff |
2005-04-21 |
Ryan Norton | wxUSE_MIMTYPE gaurd |
tree | commitdiff |
2005-04-21 |
Robin Dunn | Use the encoding in StyleSetFont too. |
tree | commitdiff |
2005-04-21 |
Ryan Norton | Add wxLaunchDefaultBrowser, note wxGetKeyState change |
tree | commitdiff |
2005-04-21 |
Ryan Norton | Add support for launching APPL bundles with wxExecute |
tree | commitdiff |
2005-04-21 |
Robin Dunn | some extra refreshing and updating on wxMac so the... |
tree | commitdiff |
2005-04-21 |
Stefan Csomor | removing C++ std lib |
tree | commitdiff |
2005-04-21 |
Ryan Norton | Fix shift and other keys with wxGetKeyState on mac |
tree | commitdiff |
2005-04-21 |
Stefan Csomor | line endings corrected, OmnisRC removed |
tree | commitdiff |
2005-04-20 |
Stefan Neis | Removed unneeded include. |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | CW fixes |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | moving dylib to Frameworks folder |
tree | commitdiff |
2005-04-20 |
Julian Smart | Fixed test for button style - styles contain other... |
tree | commitdiff |
2005-04-20 |
Stefan Csomor | updating xcode targets |
tree | commitdiff |
2005-04-20 |
Robin Dunn | forward the char, key and text events from the textctrl |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Allow to set a style's wxFontEncoding |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | wrong import sources for mdi xml |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | remove project builder projects |
tree | commitdiff |
next |