2009-01-26 |
Robert Roebling | Implement hint cursor for resizable columns |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | blind build fix for wxMac |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
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-23 |
Robert Roebling | Forgot this one |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Give some OSX specific methods OSX prefix, fixes hidden... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | wxDataViewCtrl fixes |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-20 |
Stefan Csomor | streamlining slider, scroller, spinbutton for osx carbo... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Robert Roebling | Really set standard cursor when over title bar and... |
tree | commitdiff |
2009-01-18 |
Stefan Csomor | mouse and cursor additions for cocoa, see #10361 |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing screen coordinate transformation |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | missing commit |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing dangling includes |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | printing adjustment |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | streamlining printing support, adding printing support... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | avoiding warning for unused var in cocoa build |
tree | commitdiff |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | make sure group boxes don't get the big font |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | adding missing header for non-precomp build |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | fixing controls with content areas, correcting radiobox... |
tree | commitdiff |
2009-01-14 |
Robert Roebling | Don't make wxFrame grow when adding a native wxToolbar |
tree | commitdiff |
2009-01-14 |
Stefan Csomor | cleaning up warnings, more common event code |
tree | commitdiff |
2009-01-14 |
Stefan Csomor | routing native events first to the wx class and only... |
tree | commitdiff |
2009-01-13 |
Robert Roebling | Also update cursor when over toolbar and titlebar |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | using subclass as impl ptr, common code in macro becaus... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | common event code |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | make sure that code is always available when compiling... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | removing duplicate code |
tree | commitdiff |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixes #10358 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | making sure enabling the menus works |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | guarding against NULL peers |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing wrong constant |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing default location for cocoa, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | calling superclass impl, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | cocoa layout optimization, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | native apple event support for osx cocoa |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | supporting PopUp on osx cocoa as well, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | adding open and close hand cursor constants, implementa... |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | moving launch methods to common code |
tree | commitdiff |
2009-01-09 |
Stefan Csomor | guarding against calls through 'non-window' instances... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | fix the fix of r57935 |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | blind fix for buildbot |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxLaunchDefaultBrowser on wxMSW for local files... |
tree | commitdiff |
2009-01-09 |
Robert Roebling | Tried to improve look of toogle tool under OS X, adapte... |
tree | commitdiff |
2009-01-09 |
Robert Roebling | Compile fix |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | fix build |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-08 |
Robert Roebling | Add the same margin to wxBitmapToggleButton as to wxBit... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
tree | commitdiff |
2008-12-31 |
Kevin Ollivier | Fix for OS X Cocoa build. |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxOSX/Cocoa |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | compilation fix: use IsServer() instead of m_server... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | (blind) fix for unneeded inclusions of headers |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | blind fix for wxMac (notebook headers shouldn't be... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
tree | commitdiff |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
tree | commitdiff |
2008-12-17 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded and add test for it |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
tree | commitdiff |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | call wxMDIClientWindow::CreateClient() |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just removed whitespace and perfectly usele... |
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 | remove apparently unused file (src/osx/core/gsocket... |
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-22 |
Kevin Ollivier | Forward port event handler fixes to trunk. |
tree | commitdiff |
2008-11-21 |
Vadim Zeitlin | fix virtual function hiding for LoadFile(); replace... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-14 |
Robert Roebling | #10183: patch to add wxOSX print job name |
tree | commitdiff |
2008-11-13 |
Robert Roebling | #10181: wxOSX: patch for proper wxPrintData to/from... |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-20 |
Robert Roebling | Fix wxListCtrl::Insert() bug reported by Riccardo Cohen |
tree | commitdiff |
2008-10-18 |
Stefan Csomor | adapting to API change from GetContentAreaInset to... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Remove accidentally commited debug code |
tree | commitdiff |
next |