1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-21 07:51:25 +02:00

Commit Graph

  • 033d2d9a6f Changed Russian translation Alexander Komarov 2020-08-11 09:09:06 +03:00
  • 6e2075f3df Double click on titlebar maximize a window to fullscreen Alexander Komarov 2020-08-10 13:47:23 +03:00
  • 5d2fd7bf7e WPrefs: Create Turkish translation XOR 2020-06-28 12:29:41 +02:00
  • f6742662ec Tell git to ignore files created during i18n preparation Christophe CURIS 2020-06-28 12:29:40 +02:00
  • 583f66ec4e Turn off automake's warning messages about using GNU make extensions Doug Torrance 2020-06-22 11:04:01 -04:00
  • cd23e77fd1 Remove Debian related build files. gryf 2020-05-31 16:54:23 +02:00
  • 230a501d36 Fix typo on defining imagemagick version. gryf 2020-04-20 07:53:22 +02:00
  • 3022edd060 wrlib: Fix typo in macro containing ImageMagick version Doug Torrance 2020-04-18 23:00:34 -04:00
  • 1713a88656 debian: Remove ImageMagick patch; an equivalent patch now exists in next Doug Torrance 2020-04-18 22:24:53 -04:00
  • 00a25db9ea checkpatch.pl: Escape curly braces in regexes Doug Torrance 2020-04-18 17:20:14 -04:00
  • c678580621 debian: Update with version 0.95.9-2 packaging. Doug Torrance 2020-04-18 14:28:42 -04:00
  • 44bc9cc264 Fix various abs() issues. Doug Torrance 2020-04-18 14:28:41 -04:00
  • dfa92906c0 wrlib: Compile with either ImageMagick 6 and 7 Doug Torrance 2020-04-18 14:28:40 -04:00
  • 27dc5efd2e debian: Update with version 0.95.9-1 packaging. Doug Torrance 2020-04-16 22:49:30 -04:00
  • 86659be668 wmlib: Use X flags from configure Doug Torrance 2020-04-09 09:50:13 -04:00
  • e314f10909 configure: Fix typo in libXmu check. Doug Torrance 2020-04-09 09:50:12 -04:00
  • 54a24ab6f7 Remove trailing whitespace. Doug Torrance 2020-04-09 00:00:14 -04:00
  • a17d131da3 Remove apostrophes from instances of possessive "its". Doug Torrance 2020-04-09 00:00:55 -04:00
  • 6320bb6219 configure: Allow changing default search paths David Michael 2020-01-16 14:59:33 -05:00
  • f9bc310fa6 Window Maker 0.95.9 wmaker-0.95.9 Carlos R. Mafra 2020-04-04 11:02:28 +01:00
  • 58249c2b9b Update .gitignore file Carlos R. Mafra 2020-04-04 10:55:31 +01:00
  • bb716a4ca1 util: renamed wmiv DEBUG constant name David Maciejak 2020-03-28 12:31:22 +08:00
  • 91f8e21668 WPrefs: fixed malformed TIFF file generating libtiff warnings David Maciejak 2020-03-28 08:46:57 +08:00
  • 5f18f60fd2 WPrefs: increased open submenu label size David Maciejak 2020-03-27 23:10:31 +08:00
  • a215869067 wrlib: Fixed warning msg using libpng David Maciejak 2020-03-28 00:10:18 +08:00
  • 909deea70c bump copyright year in Info Panel David Maciejak 2020-03-25 23:10:34 +08:00
  • 984a992d0e Fix typo David Maciejak 2020-03-25 23:12:09 +08:00
  • e82d86813e Update Armenian translation nchilingaryan@aua.am 2020-03-04 07:11:04 -08:00
  • d9bc96e497 strncpy's third argument should be the length of the dest buffer, not the source. Jeremy Sowden 2019-07-12 23:28:14 +01:00
  • a7baed6cf7 Fixed expression checking whether flag is set. Jeremy Sowden 2019-07-12 23:28:13 +01:00
  • a12f0d453a Fixed buffer size. Jeremy Sowden 2019-07-12 23:28:12 +01:00
  • 41193bdacd Fixed function-pointer compatibility. Jeremy Sowden 2019-07-12 23:28:11 +01:00
  • a7f8e990db Added explicit fall-through comments to pacify GCC. Jeremy Sowden 2019-07-12 23:28:10 +01:00
  • b59273f199 Added missing function declaration. Jeremy Sowden 2019-07-12 23:28:09 +01:00
  • be922384ac slight increase in default switch panel icon size to improve border view Haroldo 2019-07-28 22:23:07 +02:00
  • 31f16b65a3 higher resolution images for switch panel Haroldo 2019-07-21 21:04:54 +02:00
  • 3665410377 make switchpanel configurable Haroldo 2019-07-13 17:57:40 +02:00
  • 4477ae4da4 Prefer TryExec to Exec when generating menu entries from XDG desktop files. Jeremy Sowden 2019-06-20 21:23:55 +01:00
  • 9330a021e5 Omit field-code in Exec fields when generating menu-entries from XDG desktop-files. Jeremy Sowden 2019-06-20 21:23:54 +01:00
  • 41ab926090 Parse Exec fields when generating menu-entries from XDG desktop-files. Jeremy Sowden 2019-06-20 21:23:53 +01:00
  • b32ccee5cb Undo XDG string-escaping when generating menu-entries. Jeremy Sowden 2019-06-20 21:23:52 +01:00
  • 6734646265 Use pointers as parameters instead of pointer-to-pointers. Jeremy Sowden 2019-06-20 21:23:51 +01:00
  • 6a044fe5ae load_jpeg.c Return NULL Rodolfo García Peñas (kix) 2019-06-20 00:40:12 +02:00
  • 6dd1498f7c load_jpeg.c Style Rodolfo García Peñas (kix) 2019-06-20 00:40:11 +02:00
  • 090b761fde load_jpeg.c Removed dead code Rodolfo García Peñas (kix) 2019-06-20 00:40:10 +02:00
  • 49db946aa2 load_jpeg.c Clean code Rodolfo García Peñas (kix) 2019-06-20 00:40:09 +02:00
  • a2cc89dd3d load_jpeg.c Removed goto Rodolfo García Peñas (kix) 2019-06-20 00:40:08 +02:00
  • de09ac5dad WPrefs.c Removed format-overflow warning Rodolfo García Peñas (kix) 2019-06-19 21:11:07 +02:00
  • 3dce639aae Appearance.c Removed fallthrough warning Rodolfo García Peñas (kix) 2019-06-19 21:11:06 +02:00
  • 00dffbe317 wmiv.c Removed indentation warning Rodolfo García Peñas (kix) 2019-06-19 21:11:05 +02:00
  • 7759d06851 wmgenmenu.c Removed format-truncation Rodolfo García Peñas (kix) 2019-06-19 21:11:04 +02:00
  • bf644338e4 gradient.c Removed implicit-fallthrough warnings Rodolfo García Peñas (kix) 2019-06-19 21:11:03 +02:00
  • 95561fba08 wtextfield.c: Removed multiple warnings Rodolfo García Peñas (kix) 2019-06-19 21:11:02 +02:00
  • a0b223263e wtext.c Remove warnings Rodolfo García Peñas (kix) 2019-06-19 21:11:01 +02:00
  • 2555413838 wruler.c Remove format-truncation warning Rodolfo García Peñas (kix) 2019-06-19 21:11:00 +02:00
  • 3e3f06a7be widgets.c Removes implicit-fallthrough warning Rodolfo García Peñas (kix) 2019-06-19 21:10:59 +02:00
  • 1f80c82091 wcolorpanel.c Removed hsbInit warnings Rodolfo García Peñas (kix) 2019-06-19 21:10:58 +02:00
  • fb5f6c30c0 wcolorpanel.c: Remove warning in rgbIntToChar Rodolfo García Peñas (kix) 2019-06-19 21:10:57 +02:00
  • 972d85610a wcolorpanel.c Avoid compiler warning Rodolfo García Peñas (kix) 2019-06-19 21:10:56 +02:00
  • f0f95165e4 WINGs/selection.c Removed compiler warning Rodolfo García Peñas (kix) 2019-06-19 21:10:55 +02:00
  • f895b906a4 Adjusted size of the Legal Information panel Tim Taenny 2019-06-18 21:17:31 +02:00
  • 5ab9b7c6be Renamed the ScaleX/Y macros and their local variables Tim Taenny 2019-06-18 21:17:30 +02:00
  • 1e490f8233 Adjusted scale factors in ScaleX and ScaleY macros Tim Taenny 2019-06-18 21:17:29 +02:00
  • ba3df2599d Use fixed font size in original WMCreate*Panel functions Tim Taenny 2019-06-18 21:17:28 +02:00
  • c803218ed1 New functions for the creation of scaled panels (WMCreateScaled*Panel) Tim Taenny 2019-06-18 21:17:27 +02:00
  • 6c6853ea30 util: add wmiv entry to README Carlos R. Mafra 2019-06-15 16:49:34 +01:00
  • b48b503eb1 Improved layout of the Info Panel Tim Taenny 2019-06-12 22:06:30 +02:00
  • 1c8b680e3d Improved layout of the Legal Panel Tim Taenny 2019-06-12 22:06:29 +02:00
  • 5eeaf6b890 Improved layout of the Icon Chooser Panel Tim Taenny 2019-06-12 22:06:28 +02:00
  • f9236c8d20 Improved layout of the Input Panels Tim Taenny 2019-06-12 22:06:27 +02:00
  • 26bb94a8e7 Improved layout of the Alert Panels Tim Taenny 2019-06-12 22:06:26 +02:00
  • b185d46286 Added ScaleX and ScaleY macros to WINGs Tim Taenny 2019-06-12 22:06:25 +02:00
  • 8f29bdc690 Improved layout of the widgets in the DockAppSettingsPanel Tim Taenny 2019-06-12 22:06:24 +02:00
  • e2cfed3377 Do not stop compilation if library Xmu is not found Christophe CURIS 2019-05-04 14:58:48 +02:00
  • 4665972175 Change the way the ChangeLog date is extracted for Texi2txt generated docs Christophe CURIS 2019-02-22 17:04:15 +01:00
  • 8606ae9a83 WINGs: simplify code Christophe CURIS 2019-02-22 15:48:17 +01:00
  • 070f0ad8f4 WPrefs: Dead code removal Christophe CURIS 2019-02-22 15:48:16 +01:00
  • 2913ac0f09 Do not allocate memory for a temporary buffer Christophe CURIS 2019-02-22 17:03:49 +01:00
  • dae63b5e96 WPrefs: Prefer use of 'sizeof' instead of hard-coded values Christophe CURIS 2019-02-22 15:48:14 +01:00
  • 738a78b3e2 Replace GNUSTEP_USER_ROOT environment variable with WMAKER_USER_ROOT Doug Torrance 2019-02-15 18:49:49 -05:00
  • 1dace5699f Drop support for Imagemagick version < 7 Stig-Ørjan Smelror 2019-02-12 17:43:18 +01:00
  • 5a95631091 Added expert option for WrapAppiconsInDock property to WPrefs Tim Taenny 2019-02-05 22:04:51 +01:00
  • 2427200c3e Added feature: automatic scaling of application icons Tim Taenny 2019-01-31 17:34:30 +01:00
  • d6c1ac3ecf Added icon feature option to WPrefs: Enforce icon margin Tim Taenny 2019-01-31 17:34:29 +01:00
  • 9b5eaa3d3e Use popup button for animation style instead of option group in WPrefs Tim Taenny 2019-01-31 17:34:28 +01:00
  • 2beb5f2c52 Fixed icon loading during Attribute Inspector startup Tim Taenny 2019-01-30 22:03:35 +01:00
  • f1809a7786 wmgenmenu: add a few programs Carlos R. Mafra 2019-01-22 22:25:06 +00:00
  • 8b919b0d33 support moving window between heads using keyboard Gaspar Chilingarov 2018-09-16 16:55:16 +03:00
  • d13b78bdde configure: Fix pkg-config variable typo. Doug Torrance 2018-08-07 21:55:01 -04:00
  • 6668715402 Detect and override illegal window size hints Gaspar Chilingarov 2018-05-21 08:35:36 +00:00
  • 100745d356 setstyle: Add support for fpixmap ("fillscale") textures Doug Torrance 2018-05-15 14:50:18 -04:00
  • 7c89ca2551 menu: Fix broken "Save Theme" option. Doug Torrance 2018-05-15 14:14:14 -04:00
  • 0c737bc834 Add new Adwaita style to Makefile. Doug Torrance 2018-05-15 09:19:51 -04:00
  • b3f8d0997b New Adwaita style which approximates the look of the default GTK theme. Doug Torrance 2018-05-15 00:27:42 -04:00
  • 673ea18020 Update mailing list links to new Google Groups. Doug Torrance 2018-05-14 11:45:53 -04:00
  • c89ec25c80 Fixes missing appicons after restarting Window Maker Bad Sector 2018-04-18 04:33:53 +03:00
  • 569fbff07c wmaker: Add new advanced option to ignore decoration changes from clients. Bad Sector 2018-01-14 08:59:42 +02:00
  • 36879de261 texi2txt: Use ChangeLog date instead of build date Bernhard M. Wiedemann 2017-12-19 21:13:21 +01:00
  • bfd88e07e6 wmaker: Adding copyright year 2017 Alwin 2017-09-14 20:49:40 +02:00
  • 81b89f6a4c wmaker: Fixing a menu typo Alwin 2017-09-14 20:49:39 +02:00