2005-02-20 |
Stefan Csomor | changing include type for XCode |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | guarding against non supported logical modes |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | use theme drawing |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | Adding theme drawing for list header under 10.3 |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | EVT_CHAR_HOOK added |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | switching to IconRefs for menu bitmaps |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | cleaning up, adding support for Quartz / Themeing befor... |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | fixes, adding paint handler for non OSX case toplevel... |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | adding PICT conversion for IconRef |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | corrected bitmap mask -> Image conversion |
tree | commitdiff |
2005-02-18 |
Kevin Ollivier | Adding GetPartialTextExtents implementation. |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | new layout was messing with separator positions |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | guard quartz specific code |
tree | commitdiff |
2005-02-18 |
Robin Dunn | Don't know if this is right but it fixes a compile... |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | setting up correct port origin as well |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | reintroducing direct access, clipping to client area... |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | reintroducing direct access, cleanup |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | correcting support for more tool sizes, support for... |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | having fixed size icons, scaling from other common... |
tree | commitdiff |
2005-02-18 |
Ryan Norton | wxUSE_XXX related fixes |
tree | commitdiff |
2005-02-18 |
Robin Dunn | Select an item using the value passed to the ctor/Create |
tree | commitdiff |
2005-02-17 |
Ryan Norton | Use without mimetypes enabled |
tree | commitdiff |
2005-02-17 |
Stefan Csomor | 24x24 bitmaps and separator for flat style added |
tree | commitdiff |
2005-02-17 |
Kevin Ollivier | Added empty methods for wxIcon functions to match... |
tree | commitdiff |
2005-02-16 |
Stefan Csomor | added non-bordered toolbar tools |
tree | commitdiff |
2005-02-15 |
Ryan Norton | fixup for missing variable |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | theme brush erasing and cleanup |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | moving focus and border handling at one place, adding... |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | clipping to client area |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | slowly approaching dcscreen... |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | icon - bitmap conversions corrections (size is not... |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | getting rid of redundant redraws |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | compile warnings, M_BITMAPDATA privatized |
tree | commitdiff |
2005-02-14 |
Ryan Norton | Finalize wxJoystick on mac. Note change. Pretty up... |
tree | commitdiff |
2005-02-14 |
Włodzimierz Skiba | Common code for the same handling of wxSL_INVERSE. |
tree | commitdiff |
2005-02-14 |
Ryan Norton | Move HID stuff into both OSX builds. Add preliminary... |
tree | commitdiff |
2005-02-14 |
Ryan Norton | warnin - move pict to where it belongs :) |
tree | commitdiff |
2005-02-14 |
Ryan Norton | warnins! |
tree | commitdiff |
2005-02-14 |
Ryan Norton | warning and compilos |
tree | commitdiff |
2005-02-14 |
Ryan Norton | 10.2 fix for CG |
tree | commitdiff |
2005-02-13 |
Ryan Norton | compile fix |
tree | commitdiff |
2005-02-13 |
Ryan Norton | compile fixes |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | replaced wxLogDebugs() with wxLogTrace()S |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | 1. added SetSelection() to wxItemContainer and removed... |
tree | commitdiff |
2005-02-13 |
Stefan Csomor | source compatible way to solve the background problem |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | removed multiple duplicate copies (with subtly differen... |
tree | commitdiff |
2005-02-13 |
Stefan Csomor | adding clipping support |
tree | commitdiff |
2005-02-13 |
Stefan Csomor | default painting back to OnPaint handler |
tree | commitdiff |
2005-02-13 |
Stefan Csomor | adding focus and border quartz support |
tree | commitdiff |
2005-02-13 |
Stefan Csomor | adding metafile and clipboard support |
tree | commitdiff |
2005-02-12 |
Julian Smart | Patch by David Brinegar to fix menubar updating after... |
tree | commitdiff |
2005-02-12 |
Stefan Csomor | Mac Core Graphics Implementation |
tree | commitdiff |
2005-02-06 |
Stefan Csomor | fixing NULL warnings |
tree | commitdiff |
2005-02-06 |
Stefan Csomor | fixing NULL vs 0 warnings in gcc 4 |
tree | commitdiff |
2005-02-06 |
Gilles Depeyrot | corrected initialization of private wxBitmapHandler... |
tree | commitdiff |
2005-02-06 |
Gilles Depeyrot | order wxFontRefData member constructor initialization... |
tree | commitdiff |
2005-02-06 |
Julian Smart | Fix for menu items not being disabled after a modal... |
tree | commitdiff |
2005-02-04 |
Ryan Norton | FIX positioning problems with carbon media control... |
tree | commitdiff |
2005-02-04 |
Ryan Norton | make cocoa mediactrl usable. Some touchups to carbon... |
tree | commitdiff |
2005-02-03 |
Ryan Norton | dispose of old control for new one |
tree | commitdiff |
2005-02-03 |
Ryan Norton | CreateMovieControl change for wxMediaCtrl on OSX 10... |
tree | commitdiff |
2005-02-03 |
Ryan Norton | comment out unused stuff for warning fixing |
tree | commitdiff |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch |
tree | commitdiff |
2005-01-30 |
Kevin Ollivier | Fixed a long-standing issue where wxSlider controls... |
tree | commitdiff |
2005-01-28 |
Stefan Csomor | CoreGraphics dev |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | ATSUStyle taken from font |
tree | commitdiff |
2005-01-27 |
Kevin Hock | Add support for wxSL_INVERSE flag. Also uses new invers... |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma , precomp support |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | ATSU Support in font extended |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma and prec-header patch applied |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma and prec-header patch applied |
tree | commitdiff |
2005-01-23 |
Kevin Hock | We need to update the scrollbar even if it's not shown... |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Applied patch for keyboard control in composite |
tree | commitdiff |
2005-01-21 |
Kevin Hock | Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab... |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | Simple wxBatteryPower API for the support in wxWinCE... |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | wxTextPos for all GetLastPosition with constants for... |
tree | commitdiff |
2005-01-18 |
Kevin Hock | For efficiency reasons, text controls no longer set... |
tree | commitdiff |
2005-01-18 |
Kevin Hock | Use event modifiers and accessors rather than m_ variab... |
tree | commitdiff |
2005-01-10 |
Stefan Csomor | reverted bitmap depth increases |
tree | commitdiff |
2005-01-09 |
Stefan Csomor | optimizing gauge cpu usage |
tree | commitdiff |
2005-01-09 |
Stefan Csomor | no message |
tree | commitdiff |
2005-01-09 |
Stefan Csomor | added hack for making scrollbars really disappear under... |
tree | commitdiff |
2005-01-09 |
Stefan Csomor | draw the focus rect ourselves |
tree | commitdiff |
2005-01-09 |
Stefan Csomor | fixed border calculation |
tree | commitdiff |
2005-01-07 |
Stefan Csomor | OS X savvy implementation |
tree | commitdiff |
2005-01-04 |
Stefan Csomor | as we cannot handle zero commands properly, we have... |
tree | commitdiff |
2005-01-04 |
Stefan Csomor | falling back to wxImage handler |
tree | commitdiff |
2005-01-04 |
Stefan Csomor | 24 bit depth |
tree | commitdiff |
2005-01-01 |
Robert Roebling | Second attempt to fix a rare crash (bad mem access |
tree | commitdiff |
2004-12-31 |
Robin Dunn | Send EVT_TEXT from wxTextCtrl::SetValue to conform... |
tree | commitdiff |
2004-12-31 |
Stefan Csomor | SetFocus fixed |
tree | commitdiff |
2004-12-31 |
Stefan Csomor | setting focus explicitely when using showmodal |
tree | commitdiff |
2004-12-31 |
Robert Roebling | Fixes a rare crash. |
tree | commitdiff |
2004-12-29 |
Robin Dunn | Fix position of the movie when the immediate parent... |
tree | commitdiff |
2004-12-29 |
Stefan Csomor | added RequestUserAttention |
tree | commitdiff |
2004-12-29 |
Stefan Csomor | moving cursor update AFTER the mouse event handling... |
tree | commitdiff |
2004-12-28 |
Robert Roebling | Also check for range on Mac's spin controls. |
tree | commitdiff |
2004-12-28 |
Stefan Csomor | handling wxSTAY_ON_TOP by changing the window group... |
tree | commitdiff |
2004-12-28 |
Stefan Csomor | getting rid of redefines |
tree | commitdiff |
2004-12-27 |
Włodzimierz Skiba | Take best fitting type for available memory measurement. |
tree | commitdiff |
next |