2004-12-13 |
Vadim Zeitlin | undef CreateWindow too, even if we don't use it ourselv... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Włodzimierz... | math.h/PI integration |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | reverted recent VK_OEM_PLUS change, do map it to '... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Włodzimierz... | math.h/PI integration |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Włodzimierz... | math.h/PI integration |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Włodzimierz... | Avoid conflict with INFINITY of math.h. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Włodzimierz... | Further changes markup. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | (blind) wxUniv compilation fix: define the method using... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Włodzimierz... | wx/msw/notebook.h needs wx/notebook.h in lack of precom... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Włodzimierz... | Events table serves for RTTI too. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Julian Smart | Added missing events |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Julian Smart | Typo correction |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | use WX_FORWARD_STD_METHODS_TO_SUBWINDOWS |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | 1. derived wxMSW radio box from static box because... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Robert Roebling | Correctd orientation of sash handle. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | use solid bacgkround for static box as pattern brush... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | implemented MSWGetBgBrush/ColourForChild() to propagate... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Vadim Zeitlin | rewrote and virtualized the background erasing logic... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | forward Enable() and SetFont() to the labels as well |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | added a few more composite functions |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | don't use WS_EX_TRANSPARENT style, it doesn't seem... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | check for any parent with non default background in... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | override MSWGetDefaultBgBrush() to use transparent... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | added MSWGetDefaultBgBrush() to allow some derived... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Václav Slavík | even GUI test should be console app |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | added a test for wxRect::Union() |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | fixed Union() for the case of this rectangle being... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | position the labels correctly when we're created with... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | create controls with 1*1 size by default, not 0*0 as... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | compilation fix for wxUSE_TOGGLEBTN == 0 |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | regenerated |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | unused var warning |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | fixed broken logic in ShowFullScreen() (some compiler... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | delete children in ~wxWindow dtor and not in the base... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | fixed SaveDIB() crash with BW images (patch 1045884) |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | include <windows.h> before <multimon.h>, should fix... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Stefan Csomor | scrolling hack (always move our own scrollbars highest... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Václav Slavík | added GUI test program |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Václav Slavík | moved tests-only code to tests bakefile |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | disable gcc warning about class having private dtors... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | large files support for wxFFile (patch 1077980 from... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | only handle WM_NULL in wxIdleWakeUpModule if it is... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | use a linked list instead of array for saved messages... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | stop processing pending events after processing all... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | fixed bug with lower-case colours in wxColourDatabase... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | gravity for splitter window (patch 1046105) |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | cross-reference types in the generated docs (patch... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | give an error message if we're built in Unicode mode... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | include <windows.h> in tests for multimon.h, ddraw... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | removed extra class qualifier from inline method |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | master setup.h for msvc users |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Stefan Csomor | 10.4 header collision fix |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Ryan Norton | fix wxTheApp include |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Kevin Hock | Revert change to wording... it is correct to have ... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | don't look for notebooks beyond first top level parent... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Vadim Zeitlin | never return NULL_BRUSH from WM_CTLCOLOR handler, it... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Vadim Zeitlin | use MSWAlwaysDrawBg() to fix the problem with black... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Vadim Zeitlin | helper class for implementing composite controls under MSW |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Vadim Zeitlin | added MSWAlwaysDrawBg() to account for controls such... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Vadim Zeitlin | added wxRectFromRECT() |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Vadim Zeitlin | added and documented wxRect::Union(); also moved some... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Robert Roebling | A bit of updating the changes.txt etc. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Robert Roebling | Backed-out PNG8 patch (no time to look at why |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Robert Roebling | Whole bunch of minor doc updates from an external... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Vadim Zeitlin | translate VK_OEM_PLUS to '=', not '+', because this... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Robert Roebling | Add SetFocusIgnoringChildren() to wxControlContainer... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Włodzimierz... | Bug #1040683: Remove assert when deleting menu entry. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Włodzimierz... | wxFoldBar now also horizontal (with API methods renamed... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Julian Smart | Workaround for memory bug when using wxRegConfig and... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Vadim Zeitlin | really implemented operator==(); reformatted a little |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Włodzimierz... | Back to broken comparison until it is not fixed other... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
David Elliott | Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Vadim Zeitlin | compilation fix for wxUSE_DATAOBJ == 0 |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Julian Smart | Combobox corrections |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Julian Smart | Added further 'missing' wxTextCtrl-like functions to... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Ryan Norton | fixup {/'s with last commit |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Julian Smart | Spelling corrections |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Julian Smart | Small correction |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Julian Smart | Misc FAQ mods |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Robin Dunn | Use SetMinSize instead of SetSizeHints |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Mattia Barbon | Moved tests for wxHashMap, wxHashSet and wxList |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Mattia Barbon | Made wxHashSet compile again. Changed the return... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Mattia Barbon | Documented wxHashSet. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Robert Roebling | Applied patch for PNG8 alpha mask. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Mattia Barbon | Check for Pango XFT presence (for wxX11). |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Robert Roebling | Corrected wxComboBox::GetValue() after a |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Robin Dunn | Use SetMinSize instead of SetSizeHints |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Robin Dunn | Some tweaks for the wxMediaCtrl and enhaced the demo... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Robin Dunn | fix compilation error |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Julian Smart | Fixed spurious selection of combobox text during resize |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Włodzimierz... | wxPaletteBase introduction. wxPalette::GetColoursCount... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Włodzimierz... | Fix to FIXME: better nothing than broken comparison. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Włodzimierz... | Fixed bug with lack of return default style if Ok(... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Włodzimierz... | wxApp decoration to changes list and missed new methods... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Julian Smart | Script updates |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Włodzimierz... | Fix to FIXME about using unused Get/SetOptimization. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Włodzimierz... | wxURI/wxURL links in changes list. |
commit | commitdiff | tree | snapshot |
next |