projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Large image-loading speedup and small attribute-loading speedup
[wxWidgets.git]
/
src
/
cocoa
/
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
tree
|
commitdiff
2010-06-20
Vadim Zeitlin
Use wxDELETE() and wxDELETEA() when possible.
tree
|
commitdiff
2010-04-26
Vadim Zeitlin
Set popup menu invoking window in wxWindowBase and...
tree
|
commitdiff
2010-04-06
Vadim Zeitlin
Move SendTextUpdatedEvent() down to wxTextEntryBase...
tree
|
commitdiff
2010-03-20
Vadim Zeitlin
Add wxMessageDialog::GetEffectiveIcon() and use it...
tree
|
commitdiff
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
tree
|
commitdiff
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
tree
|
commitdiff
2009-06-10
Vadim Zeitlin
add virtual DoGetTextExtent() to allow calling the...
tree
|
commitdiff
2009-03-22
Vadim Zeitlin
compilation fix after wxBrushStyle changes (closes...
tree
|
commitdiff
2009-03-22
Vadim Zeitlin
replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
tree
|
commitdiff
2009-03-21
Vadim Zeitlin
first round of debug/release merge: introduce wxDEBUG_L...
tree
|
commitdiff
2009-03-14
Francesco Montorsi
add wxSize overloads to wxBitmap ctors and to wxBitmap...
tree
|
commitdiff
2009-03-02
Francesco Montorsi
ProcessPendingEvents() is now in wxApp
tree
|
commitdiff
2009-02-16
Paul Cornett
fix evtloop.h header dependency
tree
|
commitdiff
2009-02-15
Francesco Montorsi
wxApp::DoYield => wxGUIEventLoop::YieldFor (part of...
tree
|
commitdiff
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
tree
|
commitdiff
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
tree
|
commitdiff
2009-01-20
Vadim Zeitlin
set m_isBeingDeleted to true (only) in SendDestroyEvent...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-11
Francesco Montorsi
just fix some $Id$ tokens
tree
|
commitdiff
2009-01-09
Francesco Montorsi
Fix wxLaunchDefaultBrowser on wxMSW for local files...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
change generic ints to enums in wxDC (closes #9959)
tree
|
commitdiff
2009-01-07
Francesco Montorsi
s/wxSplitPath/wxFileName::SplitPath
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 wxCocoa
tree
|
commitdiff
2008-11-04
Vadim Zeitlin
Review/simplify/cleanup MDI classes for all platforms...
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-09-05
Vadim Zeitlin
make it possible to use stock ids for custom message...
tree
|
commitdiff
2008-09-05
Vadim Zeitlin
implement support for custom button labels in wxMessage...
tree
|
commitdiff
2008-08-13
Paul Cornett
move notebook event definition to common code
tree
|
commitdiff
2008-08-01
Vadim Zeitlin
use a single wxBookCtrlEvent class for all wxBookCtrlBa...
tree
|
commitdiff
2008-06-21
Vadim Zeitlin
don't allow editing listbox entries; better handling...
tree
|
commitdiff
2008-06-11
Stefan Csomor
fixing file paths after renaming
tree
|
commitdiff
2008-06-11
Paul Cornett
move 8 copies of the same function to common code
tree
|
commitdiff
2008-03-28
Francesco Montorsi
add more pure virtuals to wxBrushBase; fix the GetColou...
tree
|
commitdiff
2008-03-15
Vadim Zeitlin
don't assign the returned value in wxMDIParentFrame...
tree
|
commitdiff
2008-02-26
David Elliott
* When hiding a wxWindow make sure that none of its...
tree
|
commitdiff
2008-02-18
David Elliott
Limit wxListBox best size to 100x100. Particularly...
tree
|
commitdiff
2008-02-18
David Elliott
Revert the 2.8 hacks from r51892 on the trunk.
tree
|
commitdiff
2008-02-18
David Elliott
Ensure that the NSTableColumn width is that of its...
tree
|
commitdiff
2008-02-18
David Elliott
Fix bug where native views with the NSScrollView wrappe...
tree
|
commitdiff
2008-02-14
David Elliott
Better listbox scrollbar behavior.
tree
|
commitdiff
2008-02-14
David Elliott
Hack: force a vertical scroller on wxListBox.
tree
|
commitdiff
2008-02-14
David Elliott
Move wxWindowCocoaScrollView class into its own header.
tree
|
commitdiff
2008-02-14
David Elliott
More GC fixes.
tree
|
commitdiff
2008-02-13
David Elliott
Fix (at least) slider action messages in GC mode.
tree
|
commitdiff
2008-02-11
David Elliott
When Cocoa sends [tabView:didSelectTabViewItem:] create...
tree
|
commitdiff
2008-02-08
David Elliott
Add wxGCSafeRetain/wxGCSafeRelease to the vast majority...
tree
|
commitdiff
2008-02-06
David Elliott
Fix most of the Objective-C GC problems by using the...
tree
|
commitdiff
2008-01-31
David Elliott
Allow wxTopLevelWindowCocoa::SetDefaultItem(NULL)
tree
|
commitdiff
2008-01-14
Paul Cornett
make XPM data pointer parameter fully const
tree
|
commitdiff
2007-12-29
Julian Smart
Added automatic dialog scrolling ability
tree
|
commitdiff
2007-12-20
Julian Smart
Corrected wxRTTI for wxNotebook so dynamic casting...
tree
|
commitdiff
2007-12-15
Vadim Zeitlin
Fix Ok/IsOk() mess in wxGDIObject-derived classes;...
tree
|
commitdiff
2007-12-04
David Elliott
Make wxCocoa compile with new pImpl wxDC.
tree
|
commitdiff
2007-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
tree
|
commitdiff
2007-11-29
David Elliott
Implement wxBitmap::GetSubBitmap.
tree
|
commitdiff
2007-11-29
David Elliott
Implement wxIcon::LoadFile by defering to wxBitmap...
tree
|
commitdiff
2007-11-19
David Elliott
Don't initialize argv member of wxApp in unicode mode...
tree
|
commitdiff
2007-11-09
David Elliott
Add RCS-ID and normalize whitespace.
tree
|
commitdiff
2007-11-09
David Elliott
Applied slightly-modified patch 1826540 from Gareth...
tree
|
commitdiff
2007-11-01
David Elliott
Temporary hack to allow wxUSE_FSCRIPT to be set on...
tree
|
commitdiff
2007-11-01
David Elliott
Fix mouse coordinates in scrolled views to be those...
tree
|
commitdiff
2007-11-01
David Elliott
Implement scrolling like wxWindow expects. That is...
tree
|
commitdiff
2007-10-25
David Elliott
Look for and remove any "-NSKey" "value" types of optio...
tree
|
commitdiff
2007-10-19
David Elliott
Improve behavior of menubar switching when windows...
tree
|
commitdiff
2007-10-19
David Elliott
Add ProcessPendingEvents to wxApp::Yield which makes...
tree
|
commitdiff
2007-10-18
David Elliott
Halfway reasonable implementation of wxFont for wxCocoa.
tree
|
commitdiff
2007-10-14
David Elliott
Don't force the child's m_isShown state to match that...
tree
|
commitdiff
2007-10-13
David Elliott
Implement creation of wxFont from wxNativeFontInfo.
tree
|
commitdiff
2007-10-13
David Elliott
Replace most of the fields in wxFontRefData with one...
tree
|
commitdiff
2007-10-13
David Elliott
Move wxCocoa's wxFontRefData from the header to the...
tree
|
commitdiff
2007-10-13
David Elliott
Rename src/cocoa/font.cpp to font.mm in both trunk...
tree
|
commitdiff
2007-10-12
David Elliott
Disable accidently committed F-Script code.
tree
|
commitdiff
2007-10-12
David Elliott
Remove wxNonControlNSControl from trunk. Leave in...
tree
|
commitdiff
2007-10-12
David Elliott
Use WXNSView just like wxWindow does when creating...
tree
|
commitdiff
2007-10-12
David Elliott
Implement wxWindow::GetTextExtent to use wxDC to at...
tree
|
commitdiff
2007-10-05
David Elliott
Duplicate wxTextCtrl code to wxComboBox because we...
tree
|
commitdiff
2007-09-17
David Elliott
Instantiate NSSecureTextField instead of NSTextField...
tree
|
commitdiff
2007-09-06
David Elliott
Make a slider control created with a particular size...
tree
|
commitdiff
2007-08-28
David Elliott
wxTextCtrl: Implement alignment flags, editable (read...
tree
|
commitdiff
2007-08-19
David Elliott
Make SetCursor work.
tree
|
commitdiff
2007-08-19
David Elliott
Fix a number of problems with tracking rectangles by...
tree
|
commitdiff
2007-08-18
David Elliott
Improve the tracing of the tracking rect manager and...
tree
|
commitdiff
2007-08-18
David Elliott
Change kCFRunLoopBeforeWaiting to kCFRunLoopExit when...
tree
|
commitdiff
2007-08-17
David Elliott
Keep the stock cursors in an array so that constructing...
tree
|
commitdiff
2007-08-16
David Elliott
Use one run-loop observer for all synthesis of mouse...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
make wxChoice and wxListBox inherit from wxControlWithI...
tree
|
commitdiff
2007-08-15
David Elliott
Add support for uniquifying to all wxCocoa Objective...
tree
|
commitdiff
2007-08-15
Vadim Zeitlin
use correct WXDLLIMPEXP macro for friend declaration
tree
|
commitdiff
2007-08-15
David Elliott
Further simplificiation of the NSSlider/wxSlider interf...
tree
|
commitdiff
2007-08-14
David Elliott
Fix the top-level window client size setting code such...
tree
|
commitdiff
2007-08-11
Julian Smart
Menu label consistency changes
tree
|
commitdiff
2007-08-10
David Elliott
Don't needlessly indirect through NSNotificationCenter.
tree
|
commitdiff
2007-08-10
David Elliott
Use SetNSSlider instead of SetNSView so that the WXNSSl...
tree
|
commitdiff
2007-08-10
David Elliott
Fix up NSSlider code to not use class posing and instan...
tree
|
commitdiff
2007-08-10
David Elliott
Return something halfway reasonable from GetCharWidth...
tree
|
commitdiff
2007-08-10
David Elliott
Attempt to fix RCS-ID tags so svn will fill them in.
tree
|
commitdiff
2007-08-10
David Elliott
Major wxCocoa wxSlider overhaul from Mark Oxenham.
tree
|
commitdiff
next