summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix ifdef-vs-if typo with RANDR13_LIBRARYPaul Eggert2016-06-161-1/+1
* Port to clang 3.7.0 on x86-64Paul Eggert2016-03-151-1/+1
* Don't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn2016-03-101-7/+21
* Rework C source files to avoid ^(Paul Eggert2016-03-101-6/+6
* Use monitor's resolution for positioning tooltipsOscar Fuentes2016-02-061-12/+49
* Don't operate on menu bar of nonexistent frameOscar Fuentes2016-01-231-9/+12
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Clean up cairo printing codeYAMAMOTO Mitsuharu2015-12-311-24/+22
* * src/xfns.c (x_create_tip_frame): Process alpha parameter.Martin Rudalics2015-12-291-0/+2
* Fix variable name typo in compute_tip_xyYAMAMOTO Mitsuharu2015-12-151-1/+1
* Port recent XCB changes to 64-bit ‘long int’Paul Eggert2015-11-131-3/+4
* Remove intern calls and XXX comments from Fx_export_framesYAMAMOTO Mitsuharu2015-11-131-7/+10
* Speed up x_real_pos_and_offsets using XCBKen Raeburn2015-11-121-17/+200
* Reduce some data dependencies between X callsKen Raeburn2015-11-121-19/+27
* Include-file cleanup for src directoryPaul Eggert2015-10-201-8/+0
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-11/+28
* Fix cursor setting for tip frame; re-enable cursor generation.Ken Raeburn2015-10-111-5/+4
* Rewrite x_set_mouse_color to sync less.Ken Raeburn2015-10-111-114/+150
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-1/+1
* Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-081-1/+0
* Disable non-working pointerColor setting for X tooltip frame.Ken Raeburn2015-10-081-0/+4
* Reduce some unnecessary X calls.Ken Raeburn2015-10-081-15/+6
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-081-1/+1
* Try to avoid redisplaying all frames when creating a new oneStefan Monnier2015-09-301-3/+2
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-4/+4
* Remove tool_bar_redisplayed_once and associated code.Martin Rudalics2015-09-161-4/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-47/+0
* Fix file name encodings in diagnosticsPaul Eggert2015-08-181-1/+1
* Rewrite and add frame geometry related functions.Martin Rudalics2015-08-181-95/+230
* Have `x-frame-geometry' return nil for terminal and initial frames (Bug#21132)Martin Rudalics2015-07-261-0/+3
* Have `x-show-tip' handle `right' and `bottom' frame parameters.Martin Rudalics2015-07-071-9/+22
* Set image_cache_refcount before x_default_parameter calls. (Bug#20802)Martin Rudalics2015-06-181-12/+12
* Fix handling of image cache refcounts. (Bug#20802)Martin Rudalics2015-06-161-3/+14
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-1/+2
* * src/xfns.c (x_set_menu_bar_lines): Fix calls to x_clear_area.Wolfgang Jenkner2015-05-291-4/+2
* Merge branch 'master' into cairoJan D2015-05-231-2/+2
|\
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
* | Merge branch 'master' into cairoJan D2015-04-031-32/+102
|\ \ | |/
| * Adjust offset and border calculations for X.Jan D2015-02-271-7/+29
| * * xfns.c (x_real_pos_and_offsets): Fix pointer signedness.Paul Eggert2015-02-251-9/+10
| * Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-30/+76
| * Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+3
* | Modernize k&r cairo-related function declarations.YAMAMOTO Mitsuharu2015-02-161-6/+4
* | Add cairo drawing.Jan D2015-02-111-0/+195
|/
* Minor tweaks to frame_size_history_addPaul Eggert2015-02-081-1/+1
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-5/+13
* Use bool, not int, to track face changesPaul Eggert2015-01-281-6/+6
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-5/+16
|\
| * More doc fixes for bug#19502 -- make documentation less X-specific.Eli Zaretskii2015-01-041-5/+16