projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
use SetClientSize(), not SetSize() in Fit()
[wxWidgets.git]
/
src
/
cocoa
/
2003-08-29
David Elliott
Rename some of the Cocoa methods to reflect that they...
tree
|
commitdiff
2003-08-29
David Elliott
Implement windowShouldClose: in delegate instead of...
tree
|
commitdiff
2003-08-29
David Elliott
Use a delegate instead of manually adding notifications...
tree
|
commitdiff
2003-08-28
David Elliott
Send all menu item actions to a dedicated target. ...
tree
|
commitdiff
2003-08-28
David Elliott
* Clean up the includes and use wxprec.h
tree
|
commitdiff
2003-08-26
David Elliott
Send activate/deactivate events for become/resign key
tree
|
commitdiff
2003-08-26
David Elliott
Added a notification observer for NSWindow. Observe...
tree
|
commitdiff
2003-08-22
David Elliott
Show(): Send a wxWindows size event just before calling...
tree
|
commitdiff
2003-08-20
David Elliott
The default state for the first radio button in a group...
tree
|
commitdiff
2003-08-20
David Elliott
Fix autoresizingMask when scrolling is used
tree
|
commitdiff
2003-08-20
David Elliott
* Use a subclass of NSView for the dummy view which...
tree
|
commitdiff
2003-08-20
David Elliott
Normal wxWindow::Close() behavior
tree
|
commitdiff
2003-08-19
David Elliott
Use NSBox with the NSBoxSeparator box type
tree
|
commitdiff
2003-08-19
David Elliott
Override CocoaSetEnabled() to call -[NSControl setEnabled:]
tree
|
commitdiff
2003-08-19
David Elliott
Added machinery to Enable/Disable windows. When a...
tree
|
commitdiff
2003-08-19
David Elliott
Wrap NSTableView in an NSScrollView and disable the...
tree
|
commitdiff
2003-08-19
David Elliott
Use bounds rect instead of frame rect when positioning...
tree
|
commitdiff
2003-08-19
David Elliott
Use setAutoresizingMask: NSViewMinYMargin to keep subvi...
tree
|
commitdiff
2003-08-18
David Elliott
SetInitialFrameRect: use frameRect.size.height to calcu...
tree
|
commitdiff
2003-08-18
David Elliott
DoMoveWindow: setNeedsDisplay:YES for the superview
tree
|
commitdiff
2003-08-18
David Elliott
* Implement GetValue() and SetValue().
tree
|
commitdiff
2003-08-18
David Elliott
Implement GetValue() and SetValue() and send an event...
tree
|
commitdiff
2003-08-18
David Elliott
some more wxListBox support
tree
|
commitdiff
2003-08-18
David Elliott
Added NSTableView support
tree
|
commitdiff
2003-08-17
David Elliott
Handle setting of client size for all types of windows
tree
|
commitdiff
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
tree
|
commitdiff
2003-08-14
David Elliott
Stub for wxRegion::Offset
tree
|
commitdiff
2003-08-14
David Elliott
Implemented toolbar/statusbar positioning
tree
|
commitdiff
2003-08-14
David Elliott
Implemented window scrolling using wxWindowCocoaScroller
tree
|
commitdiff
2003-08-13
David Elliott
Improve default size. If the control is auto-fit its...
tree
|
commitdiff
2003-08-13
David Elliott
Create an NSPopUpButton and size it appropriately
tree
|
commitdiff
2003-08-13
David Elliott
Make appropriate use of MakeDefaultNSRect and SetInitia...
tree
|
commitdiff
2003-08-13
David Elliott
Added helper functions for setting initial window size:
tree
|
commitdiff
2003-08-13
David Elliott
Don't send idle events while an assertion dialog is...
tree
|
commitdiff
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() (fixes...
tree
|
commitdiff
2003-08-12
David Elliott
Implement Raise()/Lower() using [NSVIew sortSubviewsUsi...
tree
|
commitdiff
2003-08-12
David Elliott
Laid groundwork for scrolling.
tree
|
commitdiff
2003-08-11
David Elliott
Added dummy resources for wxCocoa so bundles will build
tree
|
commitdiff
2003-08-08
David Elliott
lock/unlockFocus when doing the copy in SelectObject
tree
|
commitdiff
2003-08-08
David Elliott
* Since AppKit cannot draw directly on NSBitmapImageRep...
tree
|
commitdiff
2003-08-08
David Elliott
* When cloning the ref data, copy the NSBitmapImageRep...
tree
|
commitdiff
2003-08-07
Václav Slavík
fixed wxBase and GUI separation for sockets code
tree
|
commitdiff
2003-08-06
David Elliott
Contrary to what I had thought, the addSubview and...
tree
|
commitdiff
2003-08-06
David Elliott
Don't install idle event handler in secondary threads.
tree
|
commitdiff
2003-08-05
David Elliott
In destructor: DestroyChildren() and make sure m_cocoaN...
tree
|
commitdiff
2003-08-05
David Elliott
Removed wxTheBitmapList code
tree
|
commitdiff
2003-08-05
David Elliott
Initialize m_cocoaDash to NULL in copy constructor
tree
|
commitdiff
2003-08-04
David Elliott
Remove src/cocoa/pen.cpp
tree
|
commitdiff
2003-08-04
David Elliott
Use wxPen
tree
|
commitdiff
2003-08-04
David Elliott
Added dash support
tree
|
commitdiff
2003-08-04
David Elliott
wxPen implementation (no dash support yet)
tree
|
commitdiff
2003-08-03
David Elliott
Added wxGUIAppTraits::GetToolkitInfo (ok?)
tree
|
commitdiff
2003-08-03
David Elliott
Removed wxGUIAppTraits::GetOSVersion
tree
|
commitdiff
2003-08-03
David Elliott
Removed wxTheApp = this from wxApp constructor
tree
|
commitdiff
2003-07-29
David Elliott
Added stubs for (DeviceToLogical|LogicalToDevice)(X...
tree
|
commitdiff
2003-07-29
David Elliott
Stub for wxIcon constructor taking a non-const xpm
tree
|
commitdiff
2003-07-29
David Elliott
Stub for wxRegion constructor taking a wxRect
tree
|
commitdiff
2003-07-29
David Elliott
IMPLEMENT_DYNAMIC_CLASS for wxSpinEvent
tree
|
commitdiff
2003-07-29
David Elliott
Keep track of the captured mouse window so the base...
tree
|
commitdiff
2003-07-28
David Elliott
Added wxClipboard and wxDataObject (and friends) declar...
tree
|
commitdiff
2003-07-28
David Elliott
Added wxFontEnumerator stubs
tree
|
commitdiff
2003-07-24
David Elliott
Better stub for wxDisplaySize
tree
|
commitdiff
2003-07-22
David Elliott
wxCocoa: Added preliminary Blit support
tree
|
commitdiff
2003-07-21
David Elliott
wxCocoa: Preliminary wxMemoryDC implementation
tree
|
commitdiff
2003-07-21
David Elliott
Implemented wxDC stack with focus locking and unlocking
tree
|
commitdiff
2003-07-21
David Elliott
Added bitmap drawing support
tree
|
commitdiff
2003-07-21
David Elliott
wxCocoa: Added preliminary wxBitmap support
tree
|
commitdiff
2003-07-21
David Elliott
Remove wxBitmapHandler code
tree
|
commitdiff
2003-07-20
Václav Slavík
files.lst files are no longer used
tree
|
commitdiff
2003-07-16
David Elliott
Implement GetLabel and SetLabel
tree
|
commitdiff
2003-07-15
David Elliott
Added wxAutoNSAutoreleasePool to DoGetBestSize method
tree
|
commitdiff
2003-07-15
David Elliott
Added wxAutoNSAutoreleasePool to Create method
tree
|
commitdiff
2003-07-15
David Elliott
Use wxAutoNSAutoreleasePool in Create() method
tree
|
commitdiff
2003-07-15
David Elliott
SetStringSelection: wxString& should be const
tree
|
commitdiff
2003-07-15
David Elliott
Added some stubs
tree
|
commitdiff
2003-07-15
David Elliott
wxCocoa: Added wxGauge
tree
|
commitdiff
2003-07-14
David Elliott
After calling sizeToFit, round the size up to the next...
tree
|
commitdiff
2003-07-14
David Elliott
wxSpinCtrl abuses m_isShown. Don't use it for any logic
tree
|
commitdiff
2003-07-14
David Elliott
wxCocoa: Added wxSpinButton
tree
|
commitdiff
2003-07-14
David Elliott
Added wxUSE_COMBOBOX guard
tree
|
commitdiff
2003-07-14
David Elliott
Fixed file header
tree
|
commitdiff
2003-07-14
David Elliott
wxCocoa: Added basic (i.e. not working) implementation...
tree
|
commitdiff
2003-07-14
David Elliott
Added wxButtonBase::GetDefaultSize stub
tree
|
commitdiff
2003-07-14
David Elliott
Commented out wxAutoNSAutoreleasePool in CallOnInit()
tree
|
commitdiff
2003-07-14
David Elliott
Put wxAutoNSAutoreleasePool in methods that may be...
tree
|
commitdiff
2003-07-14
David Elliott
Use the new wx/cocoa/autorelease.h header.
tree
|
commitdiff
2003-07-14
Julian Smart
Rationalised OnIdle
tree
|
commitdiff
2003-07-14
David Elliott
Put OnIdle() back. Without deleting pending objects...
tree
|
commitdiff
2003-07-14
David Elliott
In the object destructor, Disassociate the object from...
tree
|
commitdiff
2003-07-14
David Elliott
In destructor, pass the NSView ownership to the base...
tree
|
commitdiff
2003-07-14
David Elliott
Call -[NSApplication stop] instead of terminate. The...
tree
|
commitdiff
2003-07-14
Vadim Zeitlin
removed OnIdle() which didn't compile any longer
tree
|
commitdiff
2003-07-12
David Elliott
In the object destructor, leave m_cocoaNSView intact...
tree
|
commitdiff
2003-07-12
David Elliott
In the object destructor, Disassociate the object from...
tree
|
commitdiff
2003-07-11
David Elliott
Associate/Disassociate now check for non-NULL pointer...
tree
|
commitdiff
2003-07-11
David Elliott
Implement SetValue() and GetValue()
tree
|
commitdiff
2003-07-10
David Elliott
Add support for foreground and background colors to...
tree
|
commitdiff
2003-07-09
David Elliott
Don't save and restore the graphics context for color...
tree
|
commitdiff
2003-07-09
David Elliott
Implement wxWindowDC::Clear()
tree
|
commitdiff
2003-07-09
David Elliott
Implement SetBackground()
tree
|
commitdiff
next