1
0
forked from vitrine/wmaker

Commit Graph

  • 7491f5479b util: Removed unused procedure that caused a compilation warning Christophe CURIS 2013-11-15 18:46:41 +01:00
  • 4976d48b6f WINGs: Added attribute 'noreturn' to public function 'WMScreenMainLoop' Christophe CURIS 2013-11-15 18:46:40 +01:00
  • 9e90cebc01 configure: Enable compiler warnings to help add 'noreturn' attribute Christophe CURIS 2013-11-15 18:46:39 +01:00
  • fc825382d6 configure: Enable compiler warnings to help add 'format' attribute Christophe CURIS 2013-11-15 18:46:38 +01:00
  • 68a902aa2e Fix arrow keys in switchpanel. Iain Patterson 2013-11-13 14:27:24 +00:00
  • 9c8398c0dc Fix implicit declaration Amadeusz Sławiński 2013-11-13 15:43:41 +01:00
  • cf719c2979 take dock into account when not covering icons next to it Amadeusz Sławiński 2013-11-13 15:39:13 +01:00
  • 09b28b92f1 make adjustments for dock when calculating area for miniwindows Amadeusz Sławiński 2013-11-13 15:39:12 +01:00
  • 952319ae60 move maximization size adjustments to maximization function Amadeusz Sławiński 2013-11-13 15:39:11 +01:00
  • bd4abc5304 wmaker: Do not allocate memory for a short lived string in 'selectSpecification' Christophe CURIS 2013-11-10 17:41:09 +01:00
  • 8d7db5d744 WPrefs: Make the label internationalised for the texture option in dialog window Christophe CURIS 2013-11-10 17:41:13 +01:00
  • d2faac6333 WPrefs: Changed array of strings 'textureOptions' into a struct for explicitness Christophe CURIS 2013-11-10 17:41:12 +01:00
  • aa24e862c4 WPrefs: Changed array of strings 'colorOptions' into a struct for explicitness Christophe CURIS 2013-11-10 17:41:11 +01:00
  • db9e002ecf wmaker: Created an array to hold the maximize menu entries Christophe CURIS 2013-11-10 17:41:10 +01:00
  • 1f17fb940c wmaker: Avoid multiple calls to gettext Christophe CURIS 2013-11-10 17:41:08 +01:00
  • 667bb9191b wmaker: Minor improvements to function 'shade_animate' when empty on purpose Christophe CURIS 2013-11-10 17:41:07 +01:00
  • 62565b42f6 WINGs: Do not allocate memory for a fixed-size short-lived buffer Christophe CURIS 2013-11-10 17:41:06 +01:00
  • d25631016e WINGs: Minor improvments in 'closestListItem' function Christophe CURIS 2013-11-10 17:41:05 +01:00
  • 10953b3a7e configure: Add check on function prototypes when debug is enabled Christophe CURIS 2013-11-10 17:41:04 +01:00
  • 324248ecde configure: Minor changes to option parsing for consistency Christophe CURIS 2013-11-10 17:41:03 +01:00
  • f9c1265604 configure: Added a check to try to enable STD C11 if possible Christophe CURIS 2013-11-08 23:08:21 +01:00
  • 349bc2dda2 configure: Do not keep assertion if debug was not enabled Christophe CURIS 2013-11-08 23:08:20 +01:00
  • 4cf72c990d configure: Less intrusive CFLAGS change when --enable-debug is chosen Christophe CURIS 2013-11-08 23:08:19 +01:00
  • 59f5aeeec5 util: Use the macro 'wlengthof' to get the number of element in an array Christophe CURIS 2013-11-08 21:18:23 +01:00
  • 01c7390be1 WPrefs: Use the macro 'wlengthof' to get the number of element in an array Christophe CURIS 2013-11-08 21:18:22 +01:00
  • be022d9623 wmaker: Use the macro 'wlengthof' to get the number of element in an array Christophe CURIS 2013-11-08 21:18:21 +01:00
  • a3b6b62049 WINGs: Use the macro 'wlengthof' to get the number of element in an array Christophe CURIS 2013-11-08 21:18:20 +01:00
  • fd47650717 WUtil: New macro 'wlengthof' in the public API to get number of elements in an array Christophe CURIS 2013-11-08 21:18:19 +01:00
  • c3a132215d wrlib: Renamed image format related files for clarity Christophe CURIS 2013-11-08 18:50:03 +01:00
  • f619546af9 wrlib: Marked args as unused for compiler Christophe CURIS 2013-11-08 18:50:02 +01:00
  • 3b2362662e wrlib: Use a Conditional for XPM in the makefile instead of #if in source Christophe CURIS 2013-11-08 18:50:01 +01:00
  • aa99207ab4 wrlib: separated the code to save to XPM from the builtin XPM loading Christophe CURIS 2013-11-08 18:50:00 +01:00
  • 356c242143 configure: Moved PPM image format handling to a consistent place Christophe CURIS 2013-11-08 18:49:59 +01:00
  • b66a890404 wrlib: Moved configure's detection of XPM support to a dedicated macro Christophe CURIS 2013-11-08 18:49:58 +01:00
  • 311ab6b08c Raise fullscreened window Amadeusz Sławiński 2013-11-04 22:07:55 +01:00
  • a504370f3b Remove WMFullscreenLevel Amadeusz Sławiński 2013-11-04 22:07:54 +01:00
  • a5ca34ccb1 wrlib: Moved configure's detection of TIFF support to a dedicated macro Christophe CURIS 2013-11-04 20:52:31 +01:00
  • 1c21d946ec wrlib: Moved configure's detection of PNG support to a dedicated macro Christophe CURIS 2013-11-04 20:52:30 +01:00
  • 777bf28ab3 wrlib: Moved configure's detection of JPEG support to a dedicated macro Christophe CURIS 2013-11-04 20:52:29 +01:00
  • f8d9e4cd53 WPrefs: Marked args as unused for compiler in callback code Christophe CURIS 2013-11-03 14:38:03 +01:00
  • 5e9ebfea76 WPrefs: Removed unused argument in function 'WGetEditMenuSubmenu' Christophe CURIS 2013-11-03 14:38:02 +01:00
  • a7663fbbcf wrlib: Add support for v5 of the gif_lib API Christophe CURIS 2013-11-03 13:08:11 +01:00
  • 7831acebe3 wrlib: Use a Conditional for GIF in the makefile instead of #if in source Christophe CURIS 2013-11-03 13:08:10 +01:00
  • f892ce4d37 configure: Moved detection of GIF support to a dedicated macro Christophe CURIS 2013-11-04 20:52:28 +01:00
  • 6223ed1854 Improved ignore for 'm4' macro directory Christophe CURIS 2013-11-03 13:08:08 +01:00
  • e996f58da8 Removed newlines from legal text in translations Doug Torrance 2013-12-30 18:08:49 +00:00
  • 246068a634 Legal Panel size with variables Rodolfo García Peñas (kix) 2013-11-02 20:02:27 +01:00
  • 415ac91afc Window Maker Developers Team Copyright Rodolfo García Peñas (kix) 2013-11-02 20:02:26 +01:00
  • 5ed02b58be Info Panel size with variables Rodolfo García Peñas (kix) 2013-11-02 20:02:25 +01:00
  • b565b48b92 wmaker: Removed unused argument in function 'wDockLaunchWithState' Christophe CURIS 2013-11-02 17:36:33 +01:00
  • e56438d2c1 wmaker: Removed unused argument in function 'wDockFinishLaunch' Christophe CURIS 2013-11-02 17:36:32 +01:00
  • 8b1babc5b3 Remove newlines in legal panel. Doug Torrance 2013-11-01 19:12:31 -05:00
  • 0d45deff07 Remove default Microsoft fonts. Doug Torrance 2013-11-01 18:34:08 -05:00
  • 34da09a0a3 WPrefs: Removed unused argument to function 'OpenExtractPanelFor' Christophe CURIS 2013-11-01 16:07:03 +01:00
  • 21dfd29b1b WPrefs: Disable compilation for code that is 'not_yet_fully_implemented' Christophe CURIS 2013-11-01 16:07:02 +01:00
  • ce1513f89f WPrefs: Removed unused Screen argument to the 'Init*' functions Christophe CURIS 2013-11-01 16:07:01 +01:00
  • fb9765c0f8 WPrefs: Removed unused function 'DestroyTexturePanel' Christophe CURIS 2013-11-01 16:07:00 +01:00
  • def69435b1 WPrefs: Removed unused screen argument in functions 'Init*' Christophe CURIS 2013-11-01 16:06:59 +01:00
  • f5f367841b WPrefs: Removed unused argument to function 'handleDragOver' Christophe CURIS 2013-11-01 16:06:58 +01:00
  • e4664c6492 WINGs: Removed unused argument to function 'W_SetXdndAwareProperty' Christophe CURIS 2013-11-01 16:06:57 +01:00
  • ca658beeb5 WINGs: Removed unused argument in function 'checkDropAllowed' Christophe CURIS 2013-11-01 16:06:56 +01:00
  • 452fe4dc89 util: Removed argument that is not used Christophe CURIS 2013-11-01 16:06:55 +01:00
  • 1f24970160 wmaker: Removed unused args to local functions in wmspec Christophe CURIS 2013-11-01 16:06:54 +01:00
  • d862310c81 wmaker: Removed unused argument to function 'wMenuScroll' Christophe CURIS 2013-11-01 16:06:53 +01:00
  • 93767d399d Re-enable the compiler check for unused arguments Christophe CURIS 2013-11-01 16:06:52 +01:00
  • 6909ee0976 wmaker: Marked arg as unused for compiler in Timer handler Christophe CURIS 2013-11-01 16:06:51 +01:00
  • 066d0cdef7 WPrefs: Marked args as unused for compiler in WINGs callback code Christophe CURIS 2013-11-01 16:06:50 +01:00
  • 63037bf426 WPrefs: Marked args as unused for compiler in signal handlers Christophe CURIS 2013-11-01 16:06:49 +01:00
  • bc5985e824 WPrefs: Marked args as unused for compiler in event callback code Christophe CURIS 2013-11-01 16:06:48 +01:00
  • dd82c46335 WPrefs: Marked args as unused for compiler in X Error handler Christophe CURIS 2013-11-01 16:06:47 +01:00
  • 66f6817966 WPrefs: Marked args as unused for compiler in Notification callback code Christophe CURIS 2013-11-01 16:06:46 +01:00
  • cd78f11abc util: Marked args as unused for compiler in X Error handlers Christophe CURIS 2013-11-01 16:06:45 +01:00
  • 2757713637 Avoid unnecessary wWindowConfigure(). Iain Patterson 2013-10-24 11:59:30 +01:00
  • e650bf49ea Updated default icons Doug Torrance 2013-10-19 18:41:52 -05:00
  • 9f1207342a WINGs: Marked args as unused for compiler in WINGs API code Christophe CURIS 2013-10-19 22:17:57 +02:00
  • bd58625a3f WINGs: Marked args as unused for compiler in a few more callback functions Christophe CURIS 2013-10-19 22:17:56 +02:00
  • ea74fe8871 WINGs: Marked args as unused for compiler in event callback code Christophe CURIS 2013-10-19 22:17:55 +02:00
  • 237c386fdc WINGs: Marked args as unused for compiler in X Error handlers Christophe CURIS 2013-10-19 22:17:54 +02:00
  • 702764a7b0 WINGs: Marked args as unused for compiler in widget resize callback code Christophe CURIS 2013-10-19 22:17:53 +02:00
  • 0d8a530bc3 WINGs: Marked args as unused for compiler in XDND callback code Christophe CURIS 2013-10-19 22:17:52 +02:00
  • fed1bf4de3 WINGs: Marked args as unused for compiler in Notification callback code Christophe CURIS 2013-10-19 22:17:51 +02:00
  • 58961dce72 WUtil: Removed unused argument in internal function Christophe CURIS 2013-10-19 22:17:50 +02:00
  • 2dd4a34961 WUtil: Marked args as unused for compiler in WUtil's API code Christophe CURIS 2013-10-19 22:17:49 +02:00
  • 6dba612d58 WUtil: Marked args as unused for compiler in a callback functions Christophe CURIS 2013-10-19 22:17:48 +02:00
  • 378a59f02e Compiler food. Iain Patterson 2013-10-19 16:35:10 +01:00
  • 102e836e8e Included compile file in gitignore Rodolfo García Peñas (kix) 2013-10-19 12:17:05 +02:00
  • 783d4b9de7 Update other window menu shortcut labels. Iain Patterson 2013-10-18 18:04:38 +01:00
  • 82dcc944c2 Update shortcut labels for Other maximization submenu. Iain Patterson 2013-10-18 17:38:25 +01:00
  • 766e8ad575 Update shortcut label for Unmaximize menu entry. Iain Patterson 2013-10-18 17:33:50 +01:00
  • df7fb014e5 Focus fullscreen windows. Iain Patterson 2013-10-17 11:08:19 +01:00
  • 86fbf8baaa Add "Other maximization options" to window menu. Doug Torrance 2013-10-14 22:12:54 -05:00
  • 3ba54ed0d6 wmaker: Marked args as unused for compiler in signal handlers Christophe CURIS 2013-10-13 22:44:14 +02:00
  • 7c02d5f1c5 wmaker: Marked args as unused for compiler in process death handlers Christophe CURIS 2013-10-13 22:44:13 +02:00
  • bd77216edf wmaker: Removed explicit callback type conversion Christophe CURIS 2013-10-13 22:44:12 +02:00
  • 298343f5ad wmaker: Marked args as unused for compiler in X Error handlers Christophe CURIS 2013-10-13 22:44:11 +02:00
  • f0b8be0aed wmaker: Marked args as unused for compiler in WINGs callback code Christophe CURIS 2013-10-13 22:44:10 +02:00
  • 6948a9f2fe wmaker: Removed explicit callback type conversion Christophe CURIS 2013-10-13 22:44:09 +02:00
  • fd10d4069f wmaker: Marked args as unused for compiler in WINGs Notif callback code Christophe CURIS 2013-10-13 22:44:08 +02:00
  • f45d57ff16 wmaker: Marked args as unused for compiler in XCloseEvent callback code Christophe CURIS 2013-10-13 22:44:07 +02:00
  • 3857def779 wmaker: Marked args as unused for compiler in XClickEvent callback code Christophe CURIS 2013-10-13 22:44:06 +02:00