projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
disable clearing event tables by default, only do it if wxUSE_MEMORY_TRACING is used...
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
2007-05-18
David Elliott
* Add public wxApp::sm_isEmbedded flag like on wxMac...
tree
|
commitdiff
2007-05-14
David Elliott
Remove ObjcPose.h since nothing is using it anymore.
tree
|
commitdiff
2007-05-14
David Elliott
Rework idle handling so that NSApplication does not...
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
tree
|
commitdiff
2007-04-20
David Elliott
Remove Objective-C class posing for everything except...
tree
|
commitdiff
2007-04-20
David Elliott
Move Objective-C interfaces into separate header files...
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
preparation for allowing to use wxTimer in wxBase ...
tree
|
commitdiff
2007-04-10
Vadim Zeitlin
Big wxGL classes refactoring/cleanup:
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
made wxTLW::SetIcon() non-virtual, it was already imple...
tree
|
commitdiff
2007-03-23
Vadim Zeitlin
make IsEnabled() return false even if the window parent...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
fixed all the other ports broken by controls labels...
tree
|
commitdiff
2007-03-13
Vadim Zeitlin
implemented Set/GetLabel() (part of patch 1679337)
tree
|
commitdiff
2007-03-13
Vadim Zeitlin
implemented GetLabel() (part of patch 1679337)
tree
|
commitdiff
2006-12-09
Vadim Zeitlin
default name of wxStaticLine should be wxStaticLineName...
tree
|
commitdiff
2006-11-03
Vadim Zeitlin
blind compilation fix: include wx/window.h
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
Added wxMemoryDC::SelectObjectAsSource() and make Selec...
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
COW cleanup patch (1583966):
tree
|
commitdiff
2006-10-17
Włodzimierz Skiba
Headers cleaning.
tree
|
commitdiff
2006-10-16
Włodzimierz Skiba
CVS tags cleaning (with other minor cleaning).
tree
|
commitdiff
2006-10-13
Robin Dunn
wxMemoryDC constructor now optionally accepts a wxBitma...
tree
|
commitdiff
2006-10-09
Vadim Zeitlin
fixed crash in wxColour ctor after RGBA-ization
tree
|
commitdiff
2006-10-09
Vadim Zeitlin
added wxWindow::IsDoubleBuffered() and improve wxBuffer...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added SendPageChanging/ChangedEvent() functions; fixed...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
moved DoSetValue() to wxTextCtrlBase instead of having...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
add IsOk() to all classes having Ok() method (patch...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxTextCtrl::ChangeValue() which is the same as...
tree
|
commitdiff
2006-10-08
Vadim Zeitlin
added wxBookCtrl::ChangeSelection() which is the same...
tree
|
commitdiff
2006-10-08
Paul Cornett
Move some things to wxBitmapBase to avoid much duplication.
tree
|
commitdiff
2006-09-25
Vadim Zeitlin
The Great wxRegion Refactoring:
tree
|
commitdiff
2006-09-10
Vadim Zeitlin
removed overloaded virtual InitWith() methods, keep...
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
tree
|
commitdiff
2006-08-28
Vadim Zeitlin
added alpha support to wxCocoa, also fixed compilation...
tree
|
commitdiff
2006-08-19
Vadim Zeitlin
moved all wxDialog event handlers to wxDialogBase to...
tree
|
commitdiff
2006-07-05
Stefan Csomor
making cocoa build again
tree
|
commitdiff
2006-05-29
Vadim Zeitlin
miscellaneous wxFont enhancements (patch 1496606):
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
File/dir dialog styles and other changes (patch 1488371):
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
tree
|
commitdiff
2006-04-30
Robert Roebling
Trying to commit wxDirDialog patch.
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
tree
|
commitdiff
2006-04-20
Paul Cornett
remove unneeded gdiobj.h files
tree
|
commitdiff
2006-03-31
Włodzimierz Skiba
Removed every usage of obsolete wxTLW flags. 2.6 compat...
tree
|
commitdiff
2006-03-24
Włodzimierz Skiba
More null virtuals in wxRadioBoxBase (see: 'Developers_...
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
tree
|
commitdiff
2006-03-16
Vadim Zeitlin
wxDisplay cleanup/rewrite:
tree
|
commitdiff
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
tree
|
commitdiff
2006-03-12
Vadim Zeitlin
native implementation of wxDirDialog for wxCocoa (patch...
tree
|
commitdiff
2006-03-12
Vadim Zeitlin
non virtual dtors warning fixes
tree
|
commitdiff
2006-02-09
Vadim Zeitlin
great copy ctor/assignment operators cleanup by Paul...
tree
|
commitdiff
2006-01-16
Mart Raudsepp
Move constant strings to .rodata/.data.rel.ro ELF segme...
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
1. moved m_majorDim duplicated in many ports to wxRadio...
tree
|
commitdiff
2005-11-10
Włodzimierz Skiba
Missing commit.
tree
|
commitdiff
2005-11-10
Włodzimierz Skiba
Missing commit.
tree
|
commitdiff
2005-11-08
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow (wxCocoa part).
tree
|
commitdiff
2005-10-18
David Elliott
Remove sm_cocoaDelegate singleton. We need per-instanc...
tree
|
commitdiff
2005-10-05
Włodzimierz Skiba
wxColour source cleaning. Corrections to 'const unsigne...
tree
|
commitdiff
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-09-27
Włodzimierz Skiba
wxItemContainerImmutable::FindString unified.
tree
|
commitdiff
2005-09-26
David Elliott
Make wxToolBar accept first mouse clicks. That is...
tree
|
commitdiff
2005-09-26
David Elliott
Add EndDialog helper which calls EndModal with the...
tree
|
commitdiff
2005-09-25
Michael Wetherell
Fixes for include guards, patch 1256967 Paul Cornett
tree
|
commitdiff
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
tree
|
commitdiff
2005-09-23
David Elliott
Added Cocoa_acceptsFirstMouse.
tree
|
commitdiff
2005-09-23
David Elliott
Added Cocoa_canBecomeKeyWindow.
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-06-18
David Elliott
Set m_cocoaDataSource = NULL in default constructor...
tree
|
commitdiff
2005-04-22
Ryan Norton
implement label setting
tree
|
commitdiff
2005-04-19
Ryan Norton
compilo
tree
|
commitdiff
2005-04-16
Vadim Zeitlin
compilation fix: use wxSB_HORIZONTAL/VERTICAL instead...
tree
|
commitdiff
2005-03-23
David Elliott
GCC 4.0 (Apple 4059) is a little bit pickier than 3.3.
tree
|
commitdiff
2005-03-21
Vadim Zeitlin
added orient parameter to wxMDIParentFrame::Tile()
tree
|
commitdiff
2005-03-20
Vadim Zeitlin
compilation fix after last commit (missing semicolon...
tree
|
commitdiff
2005-03-17
Vadim Zeitlin
implemented wxMenuBar ctor taking array of menus/titles...
tree
|
commitdiff
2005-03-11
Vadim Zeitlin
gave default value of wxID_ANY to id parameter of wxSta...
tree
|
commitdiff
2005-03-07
Vadim Zeitlin
extracted platform-specific code to determine static...
tree
|
commitdiff
2005-02-23
Włodzimierz Skiba
Linup API of wxRadioBox::Show on all ports. Move wxRadi...
tree
|
commitdiff
2005-02-21
Włodzimierz Skiba
Consistent wxWindow::Enable with wxRadioBox::Enable...
tree
|
commitdiff
2005-02-17
Ryan Norton
ComboBox for cocoa
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
1. added SetSelection() to wxItemContainer and removed...
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
removed multiple duplicate copies (with subtly differen...
tree
|
commitdiff
2005-02-04
Ryan Norton
cocoa wxTimer
tree
|
commitdiff
2005-01-19
Włodzimierz Skiba
wxTextPos for all GetLastPosition with constants for...
tree
|
commitdiff
2005-01-17
David Elliott
Moved Clear() implementation into wxDC using a new...
tree
|
commitdiff
2005-01-14
David Elliott
Forgot to commit this as part of the CocoaGetWxToBounds...
tree
|
commitdiff
2005-01-14
David Elliott
Separate NSAffineTransform creation out of wxDC::CocoaA...
tree
|
commitdiff
2005-01-13
Włodzimierz Skiba
Common default notebook name.
tree
|
commitdiff
2005-01-12
David Elliott
Add new methods to transform coordinates expressed...
tree
|
commitdiff
2005-01-11
David Elliott
Renamed the wxWindowCocoaScroller class to wxWindowCoco...
tree
|
commitdiff
2005-01-10
David Elliott
Add constructor and Set taking NSColor.
tree
|
commitdiff
2005-01-10
David Elliott
Added wxMemoryDC::Clear()
tree
|
commitdiff
2004-12-31
Włodzimierz Skiba
wxDialog::Show is virtual as elsewhere. Native PalmOS...
tree
|
commitdiff
2004-12-29
David Elliott
Added wxBitmap::UseAlpha() stub.
tree
|
commitdiff
2004-12-16
David Elliott
Fixed typo(?)
tree
|
commitdiff
2004-12-16
Włodzimierz Skiba
Make ComputeScaleAndOrigin() as virtual part of wxDCBas...
tree
|
commitdiff
2004-12-09
Julian Smart
Added further 'missing' wxTextCtrl-like functions to...
tree
|
commitdiff
2004-12-03
Włodzimierz Skiba
wxBrushBase between wxBrush and wxGDIObject (class...
tree
|
commitdiff
2004-11-30
Włodzimierz Skiba
IS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
tree
|
commitdiff
2004-11-17
David Elliott
Implement toolbar tool clicks. Get rid of wxNSActionCe...
tree
|
commitdiff
2004-10-22
David Elliott
Change friendship so that the base implementation class...
tree
|
commitdiff
2004-10-20
David Elliott
Rewrote wxSound:
tree
|
commitdiff
next