projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added SetDefaultXXX methods
[wxWidgets.git]
/
src
/
2004-04-15
Robert Roebling
Added SW_SCROLLCHILDREN to make scrolling work
tree
|
commitdiff
2004-04-15
Dimitri Schoolwerth
made GetAlpha(x, y) const (the docs are already correct)
tree
|
commitdiff
2004-04-15
Robert Roebling
Fix for white area above frame because of funky
tree
|
commitdiff
2004-04-15
Robert Roebling
Fix to make frame visible under eVC 3.0
tree
|
commitdiff
2004-04-15
Dimitri Schoolwerth
use Find, not Member
tree
|
commitdiff
2004-04-15
Dimitri Schoolwerth
improved const-ness of find/Find functions
tree
|
commitdiff
2004-04-14
Robin Dunn
Added #include for non PCH compilers
tree
|
commitdiff
2004-04-14
Robin Dunn
Added wxSizerItem::SetMinSize that calls m_window-...
tree
|
commitdiff
2004-04-14
Robin Dunn
Keep track of the initial size that the window was...
tree
|
commitdiff
2004-04-14
Stefan Csomor
removing resource based implementations
tree
|
commitdiff
2004-04-14
David Elliott
Quick hack removing wxDIALOG_MODAL
tree
|
commitdiff
2004-04-14
David Elliott
Quick hack to rid the code of wxDIALOG_MODAL
tree
|
commitdiff
2004-04-14
Vadim Zeitlin
don't use wxDIALOG_MODAL any more
tree
|
commitdiff
2004-04-14
David Elliott
wxASSERT_MSG instead of wxASSERT
tree
|
commitdiff
2004-04-14
Robin Dunn
If the icon is smaller than the allotted space then...
tree
|
commitdiff
2004-04-14
David Elliott
Cocoa_drawRect: Set m_updateRegion using the NSRect...
tree
|
commitdiff
2004-04-14
David Elliott
Added wxRegion construction from an NSRect or an array...
tree
|
commitdiff
2004-04-14
Robin Dunn
Compilation fixes
tree
|
commitdiff
2004-04-14
David Elliott
Rework modal dialog code to not depend on now obsolete...
tree
|
commitdiff
2004-04-14
Robin Dunn
Ensure PostCreation is always called, so the widget...
tree
|
commitdiff
2004-04-14
Robin Dunn
Fix for #933359
tree
|
commitdiff
2004-04-13
David Elliott
new wxRegionRefData has size=1 so rects=malloc(sizeof...
tree
|
commitdiff
2004-04-13
David Elliott
wxCocoa: wxRegion using wxRegionGeneric
tree
|
commitdiff
2004-04-13
David Elliott
Added wxRegionGeneric and wxRegionIteratorGeneric using...
tree
|
commitdiff
2004-04-13
David Elliott
#import <AppKit/NSCell.h>
tree
|
commitdiff
2004-04-13
David Elliott
Change <class PixelData> to <typename PixelData> (2...
tree
|
commitdiff
2004-04-13
David Elliott
s/m_clientData/m_itemClientData/ so it doesn't conflict...
tree
|
commitdiff
2004-04-13
David Elliott
Make ObjcRelease() return void like [NSObject -release...
tree
|
commitdiff
2004-04-13
Vadim Zeitlin
don't use WS_POPUP under CE for normal windows
tree
|
commitdiff
2004-04-13
Vadim Zeitlin
removed old eVC project files
tree
|
commitdiff
2004-04-13
Vadim Zeitlin
removed m_bestSize
tree
|
commitdiff
2004-04-13
Vadim Zeitlin
added DoDrawRoundedRectangle() implementation (patch...
tree
|
commitdiff
2004-04-13
Julian Smart
Only call Select within SetString when internal data...
tree
|
commitdiff
2004-04-13
Stefan Csomor
all databrowser implementation
tree
|
commitdiff
2004-04-13
Stefan Csomor
switching to native focus handling
tree
|
commitdiff
2004-04-13
Stefan Csomor
fixing right click
tree
|
commitdiff
2004-04-13
Stefan Csomor
mouse handling changed
tree
|
commitdiff
2004-04-13
Stefan Csomor
recursive tab processing
tree
|
commitdiff
2004-04-13
Stefan Csomor
switching to CreateXXX methods for Controls and to...
tree
|
commitdiff
2004-04-12
Roger Gammans
* fix bug where editing of the bootom and right most...
tree
|
commitdiff
2004-04-12
Robert Roebling
eVC 3.0 doesn't like WS_CAPTION. I imagine that
tree
|
commitdiff
2004-04-12
Robert Roebling
eVC 3.0 doesn't know ExitProcess() but _exit() is OK.
tree
|
commitdiff
2004-04-12
Robert Roebling
eVC++ 3.0 doesn't know WS_THICKFRAME
tree
|
commitdiff
2004-04-12
David Elliott
Change m_windowCurrent to m_currentNSWindow such that...
tree
|
commitdiff
2004-04-11
Václav Slavík
don't use strcpy to copy between overlapping strings...
tree
|
commitdiff
2004-04-11
Václav Slavík
added more styles (patch 933354)
tree
|
commitdiff
2004-04-11
Václav Slavík
stream classes docs and code fixes (part of patch 924438)
tree
|
commitdiff
2004-04-11
Václav Slavík
improvements to zlib streams (patch 929416):
tree
|
commitdiff
2004-04-11
Václav Slavík
added wxTE_AUTO_SCROLL and wxTE_NO_VSCROLL
tree
|
commitdiff
2004-04-11
David Elliott
Use wxAutoNSAutoreleasePool when destroying wxIconRefData
tree
|
commitdiff
2004-04-11
Stefan Csomor
fixing target determination for compositing windows...
tree
|
commitdiff
2004-04-11
Vadim Zeitlin
in wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET...
tree
|
commitdiff
2004-04-11
Vadim Zeitlin
serialize wxNativeEncodingInfo using font names, not...
tree
|
commitdiff
2004-04-11
Vadim Zeitlin
added GetEncodingFromName(); documented it and rearrang...
tree
|
commitdiff
2004-04-11
Václav Slavík
fixed wxMBConv::cMB2WC and cWC2MB to check for conversi...
tree
|
commitdiff
2004-04-11
Dimitri Schoolwerth
applied patch #933086: "scrollbar stops compilation...
tree
|
commitdiff
2004-04-11
David Elliott
Yield changes:
tree
|
commitdiff
2004-04-11
David Elliott
Add wxAutoNSAutoreleasePool to drawing methods
tree
|
commitdiff
2004-04-11
David Elliott
wxWindowCocoaScroller: use wxAutoNSAutoreleasePool...
tree
|
commitdiff
2004-04-11
David Elliott
wxIcon::CopyFromBitmap:
tree
|
commitdiff
2004-04-11
David Elliott
Add wxAutoNSAutoreleasePool to SetSelection()
tree
|
commitdiff
2004-04-10
Vadim Zeitlin
added support for koi8-u
tree
|
commitdiff
2004-04-10
Mattia Barbon
Compilation fix.
tree
|
commitdiff
2004-04-10
David Elliott
Hide (orderOut:) modal dialogs after stopping modal...
tree
|
commitdiff
2004-04-10
David Elliott
Added missing wxT()
tree
|
commitdiff
2004-04-10
David Elliott
Implement a reasonable DoGetBestSize (NSProgressIndicat...
tree
|
commitdiff
2004-04-10
David Elliott
Stub for DoGetBestSize() since this isn't an NSControl
tree
|
commitdiff
2004-04-10
David Elliott
1. Faster DoGetBestSize for single-cell controls.
tree
|
commitdiff
2004-04-10
David Elliott
Make DoGetBestSize() always return a width of 100
tree
|
commitdiff
2004-04-10
David Elliott
Added missing wxT()
tree
|
commitdiff
2004-04-09
David Elliott
Baked with Bakefile 0.1.4
tree
|
commitdiff
2004-04-09
Vadim Zeitlin
(blind) compilation fix for wxUniv
tree
|
commitdiff
2004-04-09
David Elliott
Added files for wxNotebook and wxCocoaNSTabView
tree
|
commitdiff
2004-04-09
Dimitri Schoolwerth
implemented a simple DoGetBestSize() for MSW's wxScrollBar
tree
|
commitdiff
2004-04-08
Vadim Zeitlin
last check in forgot to add WS_VSCROLL to the listbox...
tree
|
commitdiff
2004-04-08
Stefan Csomor
make sure we are comparing the stripped strings
tree
|
commitdiff
2004-04-08
Vadim Zeitlin
use SetDefaultBackgroundColour() instead of SetBgColour()
tree
|
commitdiff
2004-04-08
Vadim Zeitlin
suppress warnings during WinCE compilation
tree
|
commitdiff
2004-04-08
Vadim Zeitlin
1. moved InheritAttributes() from wxControl to wxWindow
tree
|
commitdiff
2004-04-07
Robin Dunn
Changed name to wxFIXED_MINSIZE since that is more...
tree
|
commitdiff
2004-04-07
Robin Dunn
Changed name to wxFIXED_MINSIZE since that is more...
tree
|
commitdiff
2004-04-07
Robin Dunn
Put back wxMSW's wxStaticBitmap::DoGetBestSize because...
tree
|
commitdiff
2004-04-07
Robin Dunn
use wxBU_EXACTFIT for the small buttons
tree
|
commitdiff
2004-04-07
Robin Dunn
set m_bestSize
tree
|
commitdiff
2004-04-07
Robin Dunn
wxStatusBarGeneric::DoGetBestSize
tree
|
commitdiff
2004-04-07
Robin Dunn
wxStaticBitmapBase::DoGetBestSize
tree
|
commitdiff
2004-04-07
Robin Dunn
XRC needs to know about wxFIXED_SIZE too.
tree
|
commitdiff
2004-04-07
Robin Dunn
Use the size value passed to the ctor to set the window...
tree
|
commitdiff
2004-04-07
Robin Dunn
Added wxFIXED_SIZE.
tree
|
commitdiff
2004-04-06
Dimitri Schoolwerth
applied patch #928786: "Fix memory leak produced by...
tree
|
commitdiff
2004-04-06
Dimitri Schoolwerth
applied patch #926140: "warning cleaning"
tree
|
commitdiff
2004-04-06
Dimitri Schoolwerth
applied patch #929947: "Various cleaning of warnings...
tree
|
commitdiff
2004-04-05
Dimitri Schoolwerth
removed HasMultipleSelection() because base class imple...
tree
|
commitdiff
2004-04-05
Stefan Csomor
added recursive invalidation after a Thaw command
tree
|
commitdiff
2004-04-04
Vadim Zeitlin
don't define functions unused under CE when compiling...
tree
|
commitdiff
2004-04-04
Vadim Zeitlin
implemented abort() and added stub for getenv(): needed...
tree
|
commitdiff
2004-04-04
Vadim Zeitlin
removed unused stuff (fixes a couple of compilation...
tree
|
commitdiff
2004-04-04
Vadim Zeitlin
set device origin when drawing on a frame in order...
tree
|
commitdiff
2004-04-04
Vadim Zeitlin
do take the toolbar into account for Windows CE, otherw...
tree
|
commitdiff
2004-04-04
Vadim Zeitlin
don't define SetShape() for Windows CE; use wxTLWBase...
tree
|
commitdiff
next