1
0
forked from vitrine/wmaker

Commit Graph

  • 34089d7661 Configure: Added check for compiler attribute 'noreturn' Christophe CURIS 2013-06-09 19:21:15 +02:00
  • 3c2fc82b6e WUtil: Avoid memory leak and misbehaviour on internal function 'getuserhomedir' Christophe CURIS 2013-06-09 16:28:48 +02:00
  • 7889c50c36 Configure: Use automake's conditional to handle icon installation Christophe CURIS 2013-06-09 13:49:23 +02:00
  • 587a37dc60 Maximization regression Iain Patterson 2013-06-09 13:18:18 +01:00
  • 70909f4d5d funcs.h regression Iain Patterson 2013-06-02 15:38:20 +01:00
  • ae91ee4b0a Handle Return in switchpanel. Iain Patterson 2013-05-30 15:57:42 +01:00
  • a6b1833b41 Preference to open the switchpanel without selecting a window. Iain Patterson 2013-06-02 15:33:27 +01:00
  • 4c7d0025dd Compiler food. Iain Patterson 2013-06-07 19:00:06 +01:00
  • 420fcb2819 Avoid unnecessary switchpanel icon redraws. Iain Patterson 2013-05-31 10:53:11 +01:00
  • ed115929f3 Fix workspace renaming with Ctrl+left click Carlos R. Mafra 2013-06-07 14:32:07 +01:00
  • 5455a585dc funcs.h removed Rodolfo García Peñas (kix) 2013-05-15 13:07:57 +02:00
  • ed80a9bf5c New header file switchmenu.h Rodolfo García Peñas (kix) 2013-05-15 13:07:56 +02:00
  • 9ededf6cb2 New header file winmenu.h Rodolfo García Peñas (kix) 2013-05-15 13:07:55 +02:00
  • 20a695f70f New header file monitor.h Rodolfo García Peñas (kix) 2013-05-15 13:07:54 +02:00
  • 8aca1b816f getWVisualID prototype moved to main.h Rodolfo García Peñas (kix) 2013-05-15 13:07:53 +02:00
  • 157209a035 New header file event.h Rodolfo García Peñas (kix) 2013-05-15 13:07:52 +02:00
  • 583235bb36 New header file cycling.h Rodolfo García Peñas (kix) 2013-05-15 13:07:51 +02:00
  • 68cdba0e29 New header file startup.h Rodolfo García Peñas (kix) 2013-05-15 13:07:50 +02:00
  • dd8d320619 Undim switchpanel icons when selecting windows directly. Iain Patterson 2013-05-24 14:14:34 +01:00
  • 89a6476a33 Dim switchpanel icons when same-class cycling. Iain Patterson 2013-05-23 14:54:35 +01:00
  • bf9e025289 Prevent crash when switchpanel is not initialised. Iain Patterson 2013-05-23 13:36:57 +01:00
  • 936a85ce25 enforce requested window position whem maximizing Renan Traba 2013-04-25 22:37:58 -03:00
  • 05f6a30716 explicit restore to MAX_MAXIMUS instead of empty flag at handleMaximize Renan Traba 2013-04-23 22:37:16 -03:00
  • c2188d0793 WPrefs: added option to configure new viewports Renan Traba 2013-04-22 20:54:36 -03:00
  • 3eb01800e8 added new windows positions Renan Traba 2013-04-22 20:28:11 -03:00
  • e66afb6e18 WPrefs: added option to configure new top and bottom viewports Renan Traba 2013-04-21 22:31:39 -03:00
  • d025625df0 added new maximize positions, top and bottom Renan Traba 2013-04-27 20:33:16 -03:00
  • e20f45ef3c simplified logic of wMaximizeWindow function Renan Traba 2013-04-27 19:59:08 -03:00
  • 33343bcd59 simplified logic of handleMaximize function Renan Traba 2013-04-21 15:01:29 -03:00
  • f10ec42ba8 fix condition to restore window position when unmaximized Renan Traba 2013-04-19 17:01:15 -03:00
  • 5a65dbeb3d WPrefs: Cleaned dangerous function prototype usage Christophe CURIS 2013-05-12 00:24:54 +02:00
  • 549cefc47b util: Added a few missing 'static' attributes for functions Christophe CURIS 2013-05-12 00:24:53 +02:00
  • d517d5cac0 wmaker: Cleaned dangerous function prototype usage Christophe CURIS 2013-05-12 00:24:52 +02:00
  • 4b89104aca WINGs: Added a few missing 'static' attributes to functions Christophe CURIS 2013-05-12 00:24:51 +02:00
  • 140249ad0c WINGs: Added include for header defining the funcion provided by the file Christophe CURIS 2013-05-12 00:24:50 +02:00
  • 8a58c8b568 WINGs: Moved declaration of extern variable to the global header Christophe CURIS 2013-05-12 00:24:49 +02:00
  • 5c2a1ae1a1 WINGs: Place prototype of functions in WINGsP.h instead of local definition Christophe CURIS 2013-05-12 00:24:48 +02:00
  • 367d1f938d WINGs: Reorganised the private header Christophe CURIS 2013-05-12 00:24:47 +02:00
  • e2d816c7a2 WINGs: Removed cast to change function prototype Christophe CURIS 2013-05-12 00:24:46 +02:00
  • bab90b2168 WINGs: Added explicit parameter list to function prototypes (Complex case) Christophe CURIS 2013-05-12 00:24:45 +02:00
  • 708bc27e3f WINGs: Added explicit parameter list to function prototypes (Simple cases) Christophe CURIS 2013-05-12 00:24:44 +02:00
  • a622197faa Added explicit 'void' to function that takes no argument Christophe CURIS 2013-05-12 00:24:43 +02:00
  • a3281b1e89 src/main.c: Moved local prototype for global function to header 'funcs.h' Christophe CURIS 2013-05-12 00:24:42 +02:00
  • 017e6a84a0 wmaker: Reorganised the header 'funcs.h' Christophe CURIS 2013-05-12 00:24:41 +02:00
  • d01c2a596f wmaker: Removed deprecated function definition from header Christophe CURIS 2013-05-12 00:24:40 +02:00
  • b5101fc8ae WPrefs: Added 'const' attribute to function parameters Christophe CURIS 2013-05-12 00:24:39 +02:00
  • eb14bca73b WPrefs: Moved content of 'double.h' into 'WPrefs.h' Christophe CURIS 2013-05-12 00:24:38 +02:00
  • 5d03c455fc util: Added 'const' attribute to function parameters Christophe CURIS 2013-05-12 00:24:37 +02:00
  • d44aa97243 util: Created header to define functions that may be used in more that one place Christophe CURIS 2013-05-12 00:24:36 +02:00
  • f2824647f3 Configure: Added some -Wxxx checks when debug mode is enabled Christophe CURIS 2013-05-11 00:07:20 +02:00
  • 1da498ff3b wmaker: Removed equality comparison on floating point number Christophe CURIS 2013-05-11 00:07:19 +02:00
  • 0e41122680 WINGs: Changed equality comparison on floating point number Christophe CURIS 2013-05-11 00:07:18 +02:00
  • dcfd7a4b5e WINGs: Changed the minimum internal knob size of WScroller Christophe CURIS 2013-05-11 00:07:17 +02:00
  • 8ef38e9910 WRaster: Changed equality/inequality comparison on floating point number Christophe CURIS 2013-05-11 00:07:16 +02:00
  • 80a59696e5 Fixed improper variables definition in header file Christophe CURIS 2013-05-11 00:07:15 +02:00
  • 8238e4681a WPrefs: Move declaration of function into the common header Christophe CURIS 2013-05-11 00:07:14 +02:00
  • 90d24a1648 Unified usage of the 'inline' attribute for functions Christophe CURIS 2013-05-11 00:07:13 +02:00
  • 7f6699ffca Changed formula for getting the number of elements in a static array Christophe CURIS 2013-05-11 00:07:12 +02:00
  • e17a197bc4 Configure: Fixed usage of CPPFLAGS instead of CFLAGS for some options Christophe CURIS 2013-05-11 00:07:11 +02:00
  • f73ccae798 Removed temporary allocation to build a path that is actually a constant Christophe CURIS 2013-05-11 00:07:10 +02:00
  • 7c320447fb Added missing include guards in a few headers Christophe CURIS 2013-05-10 18:35:45 +02:00
  • 7c98f7cfc4 Added proper legal notice at beginning of header files Christophe CURIS 2013-05-10 18:35:44 +02:00
  • fc262124cd WPrefs: Added a few comments in header file Christophe CURIS 2013-05-10 18:35:43 +02:00
  • 664ab79add Changed WM_OSDEP to use Conditional instead of Substitution Christophe CURIS 2013-05-10 18:35:42 +02:00
  • 7e424bf232 Configure: Changed OS dependant check to use Autoconf's macro Christophe CURIS 2013-05-10 18:35:41 +02:00
  • e7c2a3dc69 util: removed deprecated file 'directjpeg.c' Christophe CURIS 2013-05-10 18:35:40 +02:00
  • c15da2e406 Readme: Removed reference to 'contrib' directory Christophe CURIS 2013-05-10 18:35:39 +02:00
  • 35f2b667db Readme: Removed reference to the tutorial Christophe CURIS 2013-05-10 18:35:38 +02:00
  • f29fba2c83 InfoPanel: Added display of memory fragmentation information Christophe CURIS 2013-05-10 12:56:31 +02:00
  • c253c5a7c7 InfoPanel: Use a more user-friendly separator to display supported image formats Christophe CURIS 2013-05-10 12:56:30 +02:00
  • 441145cfc0 InfoPanel: Minor fixes for what must be translated and what does not need to Christophe CURIS 2013-05-10 12:56:29 +02:00
  • aa5be46e94 InfoPanel: Added info about XRandR in the info dialog Rodolfo García Peñas (kix) 2013-05-10 13:00:23 +02:00
  • 1a8316d4c9 WINGs: Updated NEWS file about the API changes in the libraries Christophe CURIS 2013-05-09 18:27:09 +02:00
  • 52b8aabccc WINGs: Fixed incorrect return type for internal function Christophe CURIS 2013-05-09 17:34:13 +02:00
  • 05a3eadd65 WINGs: Fixed incorrect allocation size, missing room for '\0' Christophe CURIS 2013-05-09 17:34:12 +02:00
  • a4395c5764 WPrefs.app: Added const attribute to local string Christophe CURIS 2013-05-09 17:34:10 +02:00
  • 591dc5cd4d wrlib: Added 'const' attribute to local function in 'context' Christophe CURIS 2013-05-09 17:34:09 +02:00
  • fb3d9e65a6 WINGs: Added 'static' attribute to local functions in wcolorpanel Christophe CURIS 2013-05-09 17:34:08 +02:00
  • 28e6bde782 WINGs: Added 'const' attribute to 'WMCreatePropListFromDescription' Christophe CURIS 2013-05-09 17:34:07 +02:00
  • 75a0beffeb WINGs: Added 'const' attribute to functions in dragdestination, wtext Christophe CURIS 2013-05-09 17:34:06 +02:00
  • 72108875aa WINGs: Added 'const' attribute to functions in wpanel, wpopupbutton, wtabview Christophe CURIS 2013-05-09 17:34:05 +02:00
  • 6616323088 WINGs: Added 'const' attribute to functions in wballoon, wmenuitem, wmisc, wtextfield Christophe CURIS 2013-05-09 17:34:04 +02:00
  • a1119f8dd3 WINGs: Added 'const' attribute to functions in wbrowser, wcolorpanel, wfilepanel and wfontpanel Christophe CURIS 2013-05-09 17:34:03 +02:00
  • c89e8df33f WINGs: Added 'const' attribute to functions in wbutton, wframe, wlabel, wlist, wwindow Christophe CURIS 2013-05-09 17:34:02 +02:00
  • e7c8ac76ea WINGs: Added 'const' attribute to functions in wapplication, wappresource, wcolor, wfont, wpixmap Christophe CURIS 2013-05-09 17:34:01 +02:00
  • af403073f0 Fixed memory leak due to non-freed property list structure Christophe CURIS 2013-05-08 15:44:12 +02:00
  • 5a5216ffb9 Changed method to limit the number of History entries loaded Christophe CURIS 2013-05-08 15:44:11 +02:00
  • bcee010082 Added a few 'const' to filename parameters for History functions Christophe CURIS 2013-05-08 15:44:10 +02:00
  • ea19294b70 Fixed memory leak due to non-freed temporary PropList Christophe CURIS 2013-05-08 15:44:09 +02:00
  • 0004d38ef8 WPrefs: Added const attribute to statically stored strings Christophe CURIS 2013-05-08 15:44:08 +02:00
  • 8517f3dcef WPrefs: Added the proper 'const' attribute to the dictionnary functions Christophe CURIS 2013-05-08 15:44:07 +02:00
  • 022421e879 Documentation on the new switchpanel behaviour. Iain Patterson 2013-04-22 15:14:09 +01:00
  • 9ab6368b33 WUtil: Increased version number for the library Christophe CURIS 2013-05-04 15:43:32 +02:00
  • 033e3eaa54 WUtil: Rewrote 'wusergnusteppath' to be more efficient Christophe CURIS 2013-05-04 15:43:31 +02:00
  • a18fd7cd69 Fixed const correctness in functions using 'wusergnusteppath' Christophe CURIS 2013-05-04 15:43:30 +02:00
  • cd1c55d63c WUtil: Changed declaration of 'wusergnusteppath' to return a CONST string Christophe CURIS 2013-05-04 15:43:29 +02:00
  • fd02f5f083 WUtil: Fixed risky code for de-escaping of strings Christophe CURIS 2013-05-04 15:43:28 +02:00
  • f386e34d29 WUtil: Fixed wrong type recast Christophe CURIS 2013-05-04 15:43:27 +02:00
  • 32ecd4ee58 WUtil: Avoid unnecessary strdup + free Christophe CURIS 2013-05-04 15:43:26 +02:00
  • 98e3c7e347 WUtil: Added comment about values returned by API functions Christophe CURIS 2013-05-04 15:43:25 +02:00