pomelo

pomelo pushed to master at pomelo/rdddlp

  • ae2e0b21e4 Añadida carpeta con partes para instrumentos, carpeta para canciones y una trancripción de la batería de Kaddafi, de La Banda Del Pequeño Vicio

2 years ago

pomelo pushed to master at pomelo/ncsa-mosaic

2 years ago

pomelo pushed to master at pomelo/ncsa-mosaic

  • ce8ef85f4b me había olvidado de hacer make clean...

2 years ago

pomelo pushed to master at pomelo/ncsa-mosaic

  • af1c9aaaa2 Allow Mosaic to display UTF-8 encoded characters (#18) * replace XDrawString with XmStringDraw HTMLformat.c, HTMLtable.c: The Motif 2.x XmStringDraw can display UTF-8 characters. gui.c, gui-dialog.c: replace XmStringCreateSimple with XmStringCreateLocalized xresources.h: use ISO 10646-1 fonts * Support for HTML entities with UTF-8 encoding HTMLamp.h: more complete list of HTML 4 entities HTMLparse.c: replace an HTML entity &#nnn; or &name; by the appropriate UTF-8 sequence.
  • 6b855b30e8 Ignore <script> and <style> tags.
  • 22da6c5d7d add support to build on freebsd
  • 83da6a028d Fixed one instance of warning re. the use of tmpnam in gui-dialogs.c and removed small duplication of free() in readPNG.c
  • 2989d8e6ea More fixes and tidying after reading through libpng example.c

2 years ago

pomelo created new branch master at pomelo/ncsa-mosaic

2 years ago

pomelo created repository pomelo/ncsa-mosaic

2 years ago

pomelo pushed to master at pomelo/rdddlp

  • 254010b160 Añadido link que sí funciona para cápsula de gemini

2 years ago

pomelo pushed to master at pomelo/rdddlp

  • 1d389665c5 Tratando de ver si el link de gemini funciona ahora...

2 years ago

pomelo pushed to master at pomelo/rdddlp

  • ceeed095a3 Actualizado README.md con links, y un poco más de info

2 years ago

pomelo pushed to master at pomelo/puntoarchivos

2 years ago

pomelo pushed to master at pomelo/dwmstatus

2 years ago

pomelo created new branch master at pomelo/dwmstatus

2 years ago

pomelo created repository pomelo/dwmstatus

2 years ago

pomelo pushed to podmenulo at pomelo/dmenu

  • d7800de5f9 añadido config.h
  • 308fe78b83 bump version to 5.1
  • c4b656e0da code-style: rm newline (oops)
  • 3e39c526d2 revert using strcasestr and use a more optimized portable version ... compared to the old cistrstr(). Thanks for the feedback!
  • a9a3836861 follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems

2 years ago

pomelo created new branch podmenulo at pomelo/dmenu

2 years ago

pomelo created repository pomelo/dmenu

2 years ago

pomelo pushed to pomelost at pomelo/st

  • 399e56629f Añadido patch alpha y archivo config.h
  • 2c5edf28ec X10/SGR mouse: use alt as meta key instead of super/windows key
  • b1d97fec47 LICENSE: bump year
  • ea7cd7b62f Fix mousereport This patch replaces the previous one I sent. The following changes are made in this patch: - Fix tracking of pressed buttons. Previously, pressing two buttons and then releasing one would make st think no buttons are pressed, which in particular broke MODE_MOUSEMOTION. - Always send the lowest-numbered pressed button on motion events; when no button is pressed for a motion event in MODE_MOUSEMANY, then send a release. This matches the behaviour of xterm. (Previously, st sent the most recently pressed button in the motion report.) - Remove UB (?) access to potentially inactive struct member e->xbutton.button of XEvent union. - Fix (unlikely) possibility of overflow for large button numbers. The one discrepancy I found between st and xterm is that xterm sometimes encodes buttons with large numbers (>5) strangely. E.g., xterm reports presses of buttons 8 and 9 as releases, whereas st properly (?) encodes them as presses.
  • 7fb0c0cc68 bump version to 0.8.5

2 years ago

pomelo created new branch pomelost at pomelo/st

2 years ago

pomelo created repository pomelo/st

2 years ago

pomelo pushed to podwmelo at pomelo/dwm

  • b2d9afa3ce patch urgentborder añadido, config.h añadido.
  • d39e2f3441 bump version to 6.3
  • 8657affa2a drawbar: Don't expend effort drawing bar if it is occluded I noticed that a non-trivial amount of dwm's work on my machine was from drw_text, which seemed weird, because I have the bar disabled and we only use drw_text as part of bar drawing. Looking more closely, I realised that while we use m->showbar when updating the monitor bar margins, but don't skip actually drawing the bar if it is hidden. This patch skips drawing it entirely if that is the case. On my machine, this takes 10% of dwm's on-CPU time, primarily from restack() and focus(). When the bar is toggled on again, the X server will generate an Expose event, and we'll redraw the bar as normal as part of expose().
  • a786211d6c Revert "Improve speed of drw_text when provided with large strings" This reverts commit 716233534b35f74dba5a46ade8f1a6f8cc72fea4. It causes issues with truncation of characters when the text does not fit and so on. The patch should be reworked and properly tested.
  • 716233534b Improve speed of drw_text when provided with large strings Calculates len & ew in drw_font_getexts loop by incrementing instead of decrementing; as such avoids proportional increase in time spent in loop based on provided strings size.

2 years ago