projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Moved function from mslu to utils to make the
[wxWidgets.git]
/
src
/
x11
/
window.cpp
2004-07-25
Vadim Zeitlin
replace wxHashTable with a type safe hash map of Window...
blob
|
commitdiff
|
raw
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2003-10-30
Vadim Zeitlin
removed calls to wxWindowBase::InitBase(), it is called...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-24
Vadim Zeitlin
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-15
Vadim Zeitlin
call RemoveChild() in ~wxWindowBase instead of doing...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-20
Václav Slavík
Unicode compilation fixes for wxX11
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() (fixes...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-21
Mattia Barbon
wxX11 and wxMotif STL-ification, part 1. it does...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Julian Smart
Added cast to wxWindow*
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-07
Julian Smart
Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Robin Dunn
Send the wxWindowDestroyEvent for all ports
blob
|
commitdiff
|
raw
|
diff to current
2003-02-10
Mattia Barbon
Remove unnecessary header dependencies. Fix resulting...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-09-13
Julian Smart
Applied patch [ 608850 ] wxX11 menu accelerators need...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-30
Julian Smart
Added another log.h; removed redundant trace args
blob
|
commitdiff
|
raw
|
diff to current
2002-08-26
Robert Roebling
Applied zero-size patch.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-02
Julian Smart
Renamed internal GetClientWindow to GetClientAreaWindow so
blob
|
commitdiff
|
raw
|
diff to current
2002-04-22
Julian Smart
Added some missing wxTextCtrl features to to-do list...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-22
Julian Smart
Fixed drawing sample compilo for wxMotif (doesn't have...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-01
Julian Smart
Modifications to get wxNanoX compiling again
blob
|
commitdiff
|
raw
|
diff to current
2002-03-30
Robert Roebling
Added code for erasing the small square between scrol...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-28
Julian Smart
In bitmap.cpp, CreateFromImage, took GetWidth and GetHe...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-28
Robert Roebling
More changes for better redraw flow under X11.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-25
Robert Roebling
Some more fiddling with two-window approach and
blob
|
commitdiff
|
raw
|
diff to current
2002-03-24
Robert Roebling
Implemented two-window approach for wxX11.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-24
Julian Smart
Added SetActive to wxEventLoop
blob
|
commitdiff
|
raw
|
diff to current
2002-03-21
Julian Smart
Put dialog in more sensible place in Forty, got a bit...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-20
Robert Roebling
No more pixel junk when resizing windows that
blob
|
commitdiff
|
raw
|
diff to current
2002-03-17
Robert Roebling
New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-12
Julian Smart
Trivially implemented DoDrawIcon
blob
|
commitdiff
|
raw
|
diff to current
2002-03-12
Julian Smart
Replaced Blit with DrawBitmap in wxPoem to make it...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-10
Robert Roebling
Next try on pop up menus. (#ifdef x11).
blob
|
commitdiff
|
raw
|
diff to current
2002-02-26
Julian Smart
Fixed XGetWindowAttributes so 'mapped' is reported
blob
|
commitdiff
|
raw
|
diff to current
2002-02-26
Julian Smart
Nano-X changes: removed spurious -O for Nano-X configur...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-24
Robert Roebling
Added expose event compression.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-24
Robert Roebling
Done some work on wxFocusEvent::SetWindow(). Enough
blob
|
commitdiff
|
raw
|
diff to current
2002-02-24
Robert Roebling
More tests in erase sample.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-24
Václav Slavík
removed AdjustForParentClientOrigin from wxMotif and...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-23
Robert Roebling
Implemented a simple modality under X11.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-23
Robert Roebling
Some work on GTK focus handling and events.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-23
Julian Smart
wxUSE_CONSTRAINTS now refers to constraints only, since...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-18
Robert Roebling
Added more wxRegion tests to erase sample.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-17
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-17
Julian Smart
Added some Xlib replacement functions and structures...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-16
Robert Roebling
The last commit was too hasty.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-16
Robert Roebling
Forgot to move update and clear regions when scrolling.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-16
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-15
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-15
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-15
Julian Smart
Started some NanoX work (blind to begin with)
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Robert Roebling
Updated the erase/paint event logic.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Julian Smart
Stopped width = 0 fouling up window size change
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Julian Smart
Added some XSyncs to help size calculations, but positi...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Robert Roebling
Some clean-ups which don't really solve any problem...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Julian Smart
Commented out XSetInputFocus for now
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-13
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-13
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-12
Julian Smart
Added XSync before mapping but this doesn't seem enough...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-12
Julian Smart
Removed some debug code from window headers; added...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-12
Julian Smart
Pass correct length to XTextExtents
blob
|
commitdiff
|
raw
|
diff to current
2002-02-12
Julian Smart
Background set correctly
blob
|
commitdiff
|
raw
|
diff to current
2002-02-12
Julian Smart
Attempts to get client origin working. Work in progress.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-11
Robert Roebling
Found the X11 error in wxDC.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-11
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-11
Julian Smart
Linking now
blob
|
commitdiff
|
raw
|
diff to current
2002-02-11
Robert Roebling
Various compile fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-11
Julian Smart
Typos and other fixes
blob
|
commitdiff
|
raw
|
diff to current
2002-02-11
Julian Smart
Small changes to wxX11
blob
|
commitdiff
|
raw
|
diff to current
2002-02-10
Robert Roebling
wxX11: link errors down to 1.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-10
Robert Roebling
Killed various wxMotif things in wxX11.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-10
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-02-10
Robert Roebling
wxX11 might compile now.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-10
Julian Smart
More X11 code
blob
|
commitdiff
|
raw
|
diff to current
2002-02-08
Julian Smart
Now compiling
blob
|
commitdiff
|
raw
|
diff to current
2002-02-08
Julian Smart
Added X11 wxEventLoop implementation; rearranged event...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-07
Julian Smart
Stripped out miscellaneous Motif/Xt-specific code
blob
|
commitdiff
|
raw
|
diff to current
2002-02-05
Julian Smart
First stabs at stripping out Xt/Motif code
blob
|
commitdiff
|
raw
|
diff to current
2002-02-05
Julian Smart
Reformatted Motif headers; added __WXX11__ symbol suppo...
blob
|
commitdiff
|
raw
|
diff to current