index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vncviewer
/
DesktopWindow.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove parameter "hasBeenSet" logic
Pierre Ossman
2015-04-27
1
-3
/
+3
*
Remove no longer functional workaround
Pierre Ossman
2015-02-16
1
-9
/
+0
*
Raise FLTK requirement to 1.3.3
Pierre Ossman
2015-01-27
1
-53
/
+2
*
More debug logging for screen layout changes
Pierre Ossman
2015-01-26
1
-2
/
+5
*
Make sure we do an initial resize
Pierre Ossman
2014-11-11
1
-4
/
+12
*
Make sure user visible strings are translated
Pierre Ossman
2014-09-22
1
-3
/
+3
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
1
-24
/
+3
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
1
-2
/
+2
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-6
/
+0
*
Remove some premature optimisation
Pierre Ossman
2014-07-07
1
-0
/
+22
*
We need to be careful to not call X11 operations if the window isn't
Pierre Ossman
2012-10-30
1
-14
/
+26
*
Leaving/entering full screen on OS X would leave the scroll bars in an
Pierre Ossman
2012-10-24
1
-0
/
+5
*
Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have
Pierre Ossman
2012-10-24
1
-0
/
+10
*
Fix indentation.
Pierre Ossman
2012-10-17
1
-1
/
+1
*
Starting in full screen was misbehaving because we were waiting
Pierre Ossman
2012-10-17
1
-0
/
+7
*
We need to be more careful about activating maximized mode when in
Pierre Ossman
2012-10-11
1
-5
/
+12
*
XFCE's window manager did not interact well with the code that avoided
Pierre Ossman
2012-10-03
1
-16
/
+25
*
Using maximize and full screen at the same time on OS X would misbehave
Pierre Ossman
2012-10-02
1
-4
/
+21
*
Fix bad indentation.
Pierre Ossman
2012-10-02
1
-7
/
+7
*
Need to make sure that the viewport still gets mouse events, even if we
Pierre Ossman
2012-09-10
1
-1
/
+2
*
Break some overly long lines.
Pierre Ossman
2012-09-03
1
-6
/
+12
*
Avoid triggering a full screen request by accident on X11.
Pierre Ossman
2012-09-03
1
-8
/
+28
*
Restore edge/bump scrolling when we are in full screen mode as it is easier
Pierre Ossman
2012-09-03
1
-1
/
+82
*
Move the -geometry parsing up, so that it affects fullscreen mode as
Peter Åstrand
2012-08-29
1
-45
/
+43
*
The OS X keyboard grabbing code needs to be multi-head aware to function
Pierre Ossman
2012-08-27
1
-1
/
+7
*
Added a comment about -geometry limitations.
Peter Åstrand
2012-08-27
1
-0
/
+4
*
Update to last patch; forgot break in switch statement.
Peter Åstrand
2012-08-27
1
-0
/
+2
*
Added a standard -geometry command line option. Such an option is
Peter Åstrand
2012-08-27
1
-1
/
+31
*
X11 window managers are very buggy when it comes to having a window start
Pierre Ossman
2012-08-23
1
-17
/
+60
*
Avoid doing a lot of resize related things if we're not actually resizing.
Pierre Ossman
2012-08-23
1
-15
/
+24
*
Added new option "-Maximize", for maximizing the window at startup.
Peter Åstrand
2012-08-01
1
-0
/
+44
*
We can end up with no screens in some cases. Make sure we at least have a
Pierre Ossman
2012-07-20
1
-0
/
+5
*
Screen layout is relative our viewport, not the local machine's 0,0.
Pierre Ossman
2012-07-20
1
-6
/
+12
*
Make sure we filter out any screens that aren't fully inside the new
Pierre Ossman
2012-07-20
1
-0
/
+8
*
Remove some debug output that wasn't supposed to be here.
Pierre Ossman
2012-07-20
1
-1
/
+0
*
Implement client side multi-head support. Requires a FLTK patched to support
Pierre Ossman
2012-07-13
1
-20
/
+135
*
Make it possible to dynamically resize the size of the session, when resizing
Pierre Ossman
2012-07-04
1
-35
/
+88
*
Reindent some code that had grown a bit unstructured.
Pierre Ossman
2011-11-21
1
-18
/
+19
*
Also grab the mouse pointer in full screen as some window managers like to
Pierre Ossman
2011-11-17
1
-0
/
+11
*
Put the TigerVNC marker at the end instead of the beginning of the window
Pierre Ossman
2011-09-30
1
-1
/
+1
*
Make sure to include config.h in every compilation unit. Otherwise,
Peter Åstrand
2011-08-23
1
-0
/
+4
*
Another fullscreen fix: avoid triggering fullscreen simply by setting
Peter Åstrand
2011-08-02
1
-1
/
+9
*
More fullscreen fixes: Do not try to change size in fullscreen mode
Peter Åstrand
2011-08-01
1
-5
/
+6
*
Another fullscreen fix: When the framebuffer size changes, we must not
Peter Åstrand
2011-07-19
1
-0
/
+3
*
Make fullscreen mode work better with some X11 WMs such as Fedora 14
Peter Åstrand
2011-07-18
1
-4
/
+21
*
XGrabKeyboard needs to use CurrentTime rather than
Peter Åstrand
2011-07-18
1
-1
/
+1
*
Create a proper header file for the exported functions from vncviewer.cxx.
Pierre Ossman
2011-07-12
1
-2
/
+1
*
Fix build issues with Visual C++ (implemented macro version of snprintf + re-...
DRC
2011-06-24
1
-3
/
+3
*
Implement a more robust method to handle the keyboard grab/focus voodoo as
Pierre Ossman
2011-06-14
1
-9
/
+43
*
Add support for cursors to the new viewer.
Pierre Ossman
2011-06-08
1
-8
/
+7
[next]