2009-12-17 |
Stefan Csomor | supporting sleep mode properly, see #11557 |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-11-30 |
Stefan Csomor | using 64bit APIs, closes #10184 |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | Adding NSColor -> wxColour conversion. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Compilation fix for PCH-less OS X build after wxFSW... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Don't use vendor name by default in wxStandardPaths. |
tree | commitdiff |
2009-10-03 |
Stefan Csomor | commenting never used code |
tree | commitdiff |
2009-10-03 |
Paul Cornett | revert, checked in the wrong file |
tree | commitdiff |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on... |
tree | commitdiff |
2009-09-30 |
Vadim Zeitlin | Fix harmless unused parameters warnings. |
tree | commitdiff |
2009-09-24 |
Vadim Zeitlin | Display correct minimal and maximal pages numbers under... |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-14 |
Stefan Csomor | added missing destructor |
tree | commitdiff |
2009-09-14 |
Stefan Csomor | fixing and completing iPhone sound |
tree | commitdiff |
2009-09-14 |
Stefan Csomor | Launch Services are not available on iPhone |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | sound implementation for AudioToolbox on 10.5 and iPhone |
tree | commitdiff |
2009-08-28 |
Vadim Zeitlin | Compilation fixes for wxUSE_FONTMAP==0. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Force linking of src/osx/core/sockosx.cpp. |
tree | commitdiff |
2009-08-16 |
Vadim Zeitlin | Fix hangups when using sockets under OS X. |
tree | commitdiff |
2009-08-16 |
Vadim Zeitlin | Don't forget to reset wxSocketImplMac members to NULL. |
tree | commitdiff |
2009-08-16 |
Vadim Zeitlin | Use CF socket manager in GUI OS X applications. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-12 |
Stefan Csomor | better surviving 0 width / height bitmap sizes |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | iPhone bitmap support |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | suppress harmless warning about unused variable |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | fixing non-unicode build |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | make sure we treat partial conversions as failed |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | failed conversion shouldn't trigger an assert |
tree | commitdiff |
2009-04-01 |
Stefan Csomor | bringing back utf32 encoding for wchar, fixes #10666 |
tree | commitdiff |
2009-03-30 |
Vadim Zeitlin | compilation fix after recent changes |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | correcting inverted conditions of r59725 |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing warning in osx core and carbon |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | changes for embedded, applying patch, fixes #10359 |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | fixing utf32 native conversion |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | adding the GetEventHandler() indirection |
tree | commitdiff |
2009-01-30 |
Stefan Csomor | use native conversions that are close to the native... |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing some warnings |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing 64 bit compile |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | streamlining printing support, adding printing support... |
tree | commitdiff |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | compilation fix: use IsServer() instead of m_server... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | compilation fix after making wxSocketImpl derive from... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-13 |
Robert Roebling | #10181: wxOSX: patch for proper wxPrintData to/from... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | no need to test that the pointer is non-NULL before... |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | porting dcscreen blit from 2.8 |
tree | commitdiff |
2008-09-06 |
Stefan Csomor | RGBColor is part of ApplicationServices also under... |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | Split utility functions into base (in utilsexc_base... |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | osx new layout |
tree | commitdiff |
2008-08-21 |
Stefan Csomor | mimetype common implementation |
tree | commitdiff |
2008-08-03 |
Stefan Csomor | moving osx files (rename will follow) |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | OSXTimer for all variants (sorry Vaclav, should be... |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | wxColour is implemented using CoreGraphics |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | renaming |
tree | commitdiff |
|