summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-6/+122
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-1/+1
* | * src/xfns.c (Fx_change_window_property): Modify previous change.Noah Friedman2016-08-231-5/+27
* | Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman2016-08-211-1/+59
* | Fix calculation of tool bar width reported by `frame-geometry' (Bug#24107)Martin Rudalics2016-07-301-1/+3
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-3/+3
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-139/+138
* | Cleanup tooltipsDmitry Antipov2016-07-121-138/+139
* | Cleanup XEditRes hackDmitry Antipov2016-07-041-6/+1
* | Avoid possible NULL pointer dereference found by GCC 6.1.1Dmitry Antipov2016-06-291-4/+4
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-1/+1
* | Fix ifdef-vs-if typo with RANDR13_LIBRARYPaul Eggert2016-06-141-1/+1
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-3/+3
* | -Paul Eggert2016-03-221-1/+1
|\ \ | |/
| * Port to clang 3.7.0 on x86-64Paul Eggert2016-03-151-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-111-13/+27
|\ \ | |/
| * 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
* | Pacify --enable-gcc-warningsPaul Eggert2016-03-081-2/+1
* | Optionally reuse tooltip frames instead of deleting/recreating them.Martin Rudalics2016-03-081-228/+211
* | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-231-1/+0
|/
* 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