2005-10-04 |
Włodzimierz Skiba | Fix for mistake with const for non pointer/reference... |
tree | commitdiff |
2005-10-04 |
Włodzimierz Skiba | wxBrush::SetColour and wxPen::SetColour unified. Source... |
tree | commitdiff |
2005-10-03 |
Stefan Csomor | avoid system pop-up menu commands being handled by... |
tree | commitdiff |
2005-09-30 |
David Elliott | Needed to add #include "wx/statusbr.h" to know that... |
tree | commitdiff |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
tree | commitdiff |
2005-09-26 |
Stefan Csomor | fixing focus handling for generic controls in carbon-cfm |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | Mac compilation fix after const patch |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-20 |
Julian Smart | IsModal now has the newer meaning. |
tree | commitdiff |
2005-09-18 |
Stefan Csomor | tentative fix for BestSize problems (non-native toolbar) |
tree | commitdiff |
2005-09-17 |
Stefan Csomor | fixing visibility checks for native toolbars |
tree | commitdiff |
2005-09-14 |
Stefan Csomor | adding Robert Lang's native CG-Bezier patch |
tree | commitdiff |
2005-09-11 |
Vadim Zeitlin | wxMediaCtrl patch from Ryan: |
tree | commitdiff |
2005-09-04 |
David Elliott | Removed gsockosx.cpp which had been copied to src/mac... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | ignore hidden windows when deciding if the MDI parent... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | hide MDI parent frame if it's empty and a new child... |
tree | commitdiff |
2005-09-01 |
Stefan Csomor | optimizing for multiple Realize calls in sequence,... |
tree | commitdiff |
2005-09-01 |
Stefan Csomor | moving and slightly extending the comment on CGState |
tree | commitdiff |
2005-09-01 |
Stefan Csomor | support for the AllPages attribute, proper round trip... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | better handling of empty MDI parent frame visibility... |
tree | commitdiff |
2005-08-31 |
Vadim Zeitlin | hide the MDI parent frame instead of just moving it... |
tree | commitdiff |
2005-08-31 |
Stefan Neis | Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict... |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | CoreGraphics : experimental colour pattern / dash suppo... |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | setting CG origin to printable area |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | somehow an additional call moved in... removed |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | setting All Pages if To is 0 |
tree | commitdiff |
2005-08-29 |
Vadim Zeitlin | compilation fix; unTABbed |
tree | commitdiff |
2005-08-27 |
Stefan Csomor | several fixes, guards, and an implementation for remova... |
tree | commitdiff |
2005-08-27 |
Stefan Csomor | allowing a clear of a graphic context, and set the... |
tree | commitdiff |
2005-08-27 |
Stefan Csomor | save correctly oriented GraphicState and clear Context... |
tree | commitdiff |
2005-08-25 |
Włodzimierz Skiba | [ 1273159 ] logical vs. bitwise operators, part 2 |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | use wxString::Format(), calling string.Format() has... |
tree | commitdiff |
2005-08-23 |
Julian Smart | Don't try drawing the bitmap before it's valid |
tree | commitdiff |
2005-08-23 |
Stefan Csomor | cleanup and adding the case when the toplevel window... |
tree | commitdiff |
2005-08-23 |
Stefan Csomor | adding a string for private data identification |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | remove the carbon event handlers just before calling... |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | respecting DoDragDrop flags like CopyOnly |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | correcting DropData behaviour so that preferred format... |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | correcting Drag Data handling for 'TEXT' and 'utxt' |
tree | commitdiff |
2005-08-19 |
Stefan Csomor | workaround because regions that were built up, were... |
tree | commitdiff |
2005-08-19 |
Stefan Csomor | avoiding recursive KillEvents on the same object, in... |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | fixed (harmless) unused variable warning in release... |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | __WXDEBUG__ must be tested with #ifdef, not #if |
tree | commitdiff |
2005-08-15 |
Vadim Zeitlin | replaced annoying wxLogDebug()s with wxLogTrace() |
tree | commitdiff |
2005-08-13 |
Julian Smart | Fixed dangling pointers bug; radio button was not remov... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | add missing braces to quiet gcc warnings about missing... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed mentions of wxUSE_OWNER_DRAWN: unless I miss... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | correct -Wundef warning for __MSL__ |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | don't use wxVERIFY, it generates gcc warnings and is... |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | assign 0, not NULL, to an int |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | deTABified |
tree | commitdiff |
2005-08-03 |
Stefan Csomor | don't force immediate screen updates |
tree | commitdiff |
2005-08-01 |
Stefan Csomor | correcting condition: only interfere in the non-native... |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | applied patch 1216005 : message and new NavDirDialog |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | applied patch 1223806 : unicode for tabs |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | mouse-capture fix |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | adding 'select all' semantics |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | fixing names |
tree | commitdiff |
2005-07-31 |
Robert Roebling | Correctly calculate ClientSize when using native |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | defaulting to small style (24x24), and correcting the... |
tree | commitdiff |
2005-07-29 |
Stefan Csomor | respect styles during creation as well |
tree | commitdiff |
2005-07-29 |
Kevin Hock | Fixed label positions for horizontal slider [ modified... |
tree | commitdiff |
2005-07-29 |
Stefan Csomor | added intl.h for contextmenu |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | removed USE_SHARED_LIBRARY mentions (and all variations... |
tree | commitdiff |
2005-07-28 |
Stefan Csomor | lowercase bools |
tree | commitdiff |
2005-07-28 |
Stefan Csomor | code formattings |
tree | commitdiff |
2005-07-27 |
Stefan Csomor | new native toolbar implementation (turned off by defaul... |
tree | commitdiff |
2005-07-25 |
Stefan Csomor | new capture handling, can be turned off |
tree | commitdiff |
2005-07-25 |
Stefan Csomor | Adding David Surovell's fixes and extensions |
tree | commitdiff |
2005-07-24 |
Stefan Csomor | Using Carbon Calls for getting highlight color |
tree | commitdiff |
2005-07-24 |
Stefan Csomor | OSX two-level header fixes |
tree | commitdiff |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
tree | commitdiff |
2005-07-19 |
Julian Smart | Make sure text part of combobox is enabled/disabled too |
tree | commitdiff |
2005-07-17 |
Kevin Hock | Consider native data format, zero out buffer before... |
tree | commitdiff |
2005-06-22 |
David Elliott | Moved wxMacExecute out of src/mac/corefoundation/hid... |
tree | commitdiff |
2005-06-16 |
Julian Smart | Applied patch [ 1215991 ] Mac xrc enables unknown class |
tree | commitdiff |
2005-06-13 |
Włodzimierz Skiba | '[1219035] cleanup: miscellaneous' and minor source... |
tree | commitdiff |
2005-06-08 |
Stefan Csomor | UniChar being platform endian |
tree | commitdiff |
2005-06-08 |
Robin Dunn | For consistency with the other ports don't send an... |
tree | commitdiff |
2005-06-08 |
Stefan Csomor | guard against erases during tlw window destruction |
tree | commitdiff |
2005-06-07 |
Stefan Csomor | support mac on little endian systems |
tree | commitdiff |
2005-06-07 |
Stefan Csomor | support mac on little endian systems |
tree | commitdiff |
2005-06-06 |
Włodzimierz Skiba | Source cleaning inspired by and included in patch ... |
tree | commitdiff |
2005-06-02 |
Stefan Csomor | no message |
tree | commitdiff |
2005-06-01 |
Włodzimierz Skiba | Unwanted semicolon fix [#1212497] + source cleaning. |
tree | commitdiff |
2005-05-31 |
Włodzimierz Skiba | Warning fix and source cleaning. |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-31 |
Stefan Csomor | adding OS level Window Menu by default |
tree | commitdiff |
2005-05-28 |
Stefan Csomor | cleanup of handlers |
tree | commitdiff |
2005-05-27 |
Michael Wetherell | wxBase compilation fix for Mac, with help from Ryan |
tree | commitdiff |
2005-05-26 |
Michael Wetherell | Fix for a wxLogDebug call |
tree | commitdiff |
2005-05-21 |
Julian Smart | Applied patch for bug [ 1205691 ] Modified Fn keys... |
tree | commitdiff |
2005-05-21 |
Julian Smart | Applied patch for bug [ 1206181 ] Option-key decodes... |
tree | commitdiff |
2005-05-19 |
Stefan Csomor | applied Maximize patches (1203976) |
tree | commitdiff |
2005-05-19 |
Stefan Csomor | fixing mask color correction |
tree | commitdiff |
2005-05-10 |
Stefan Csomor | cleanup |
tree | commitdiff |
next |