Daniel Juyung Seo
|
642da514fb
|
e/pager e_mod_config.c: Use proper word for 'duration' not 'speed'. Fix strings before the 'string freeze'.
SVN revision: 72587
|
11 years ago |
Mike Blumenkrantz
|
3ccb0c6b95
|
fix pager id saving, fixes #684 and also deletes your pager configs
SVN revision: 72586
|
11 years ago |
Carsten Haitzler
|
fc51fe7208
|
fix sloppy focus potr warp on first window focus.
SVN revision: 72584
|
11 years ago |
Mike Blumenkrantz
|
b8f5331f8d
|
avoid setting border urgency twice, also prevent urgency signal from occurring on currently focused window
SVN revision: 72583
|
11 years ago |
Mike Blumenkrantz
|
ad210971f7
|
ensure notification size cannot be too large
SVN revision: 72582
|
11 years ago |
Boris Faure
|
9baedbe54f
|
e: tiling: remove window from floating list when changing desktop
SVN revision: 72574
|
11 years ago |
Boris Faure
|
1ecdcebfc5
|
e: tiling: add to floating list when a window is floating...
SVN revision: 72573
|
11 years ago |
Mike Blumenkrantz
|
5bac59d8e3
|
formatting
SVN revision: 72568
|
11 years ago |
Mike Blumenkrantz
|
832ae57b30
|
all the crying and complaining and whining about the border menu has resulted in a consult between me and a world-renowned UI design expert: myself. enjoy the changes, they're not changing again any time soon. also thx dh for supervising my semicolon use
SVN revision: 72567
|
11 years ago |
Mike Blumenkrantz
|
f72492f367
|
another instance of icon_object_set abuse: magic error defeated!
SVN revision: 72566
|
11 years ago |
Mike Blumenkrantz
|
0464c3f226
|
formatting
SVN revision: 72565
|
11 years ago |
Mike Blumenkrantz
|
82ae1fcaac
|
when a gc_init function fails, delete the config and clean up after: mainly for systray
SVN revision: 72564
|
11 years ago |
Mike Blumenkrantz
|
b3e909434b
|
someone got a little too clever trying to disable multiple systray instances and now it doesn't even display an error dialog. well let me tell you, we like our error dialogs. we like them a lot.
SVN revision: 72562
|
11 years ago |
Vincent Torri
|
c3b0637802
|
e17: whitespaces--
SVN revision: 72561
|
11 years ago |
Daniel Juyung Seo
|
06c0c4d5f3
|
e po: Updated po files. Updated Korean translations.
SVN revision: 72549
|
11 years ago |
Mike Blumenkrantz
|
9ad5316aa3
|
formatting
SVN revision: 72544
|
11 years ago |
Mike Blumenkrantz
|
67d27ccc01
|
formatting
SVN revision: 72542
|
11 years ago |
Mike Blumenkrantz
|
7a38549bd4
|
formatting
SVN revision: 72541
|
11 years ago |
Mike Blumenkrantz
|
1a7c41f86a
|
formatting
SVN revision: 72540
|
11 years ago |
Mike Blumenkrantz
|
9af24491cf
|
formatting
SVN revision: 72537
|
11 years ago |
Mike Blumenkrantz
|
9bf77b26ac
|
keybindings which execute a command will no longer execute the command on the repeat of the key: you now have to press the key every time you want to execute the command.
fixes #329
SVN revision: 72536
|
11 years ago |
Mike Blumenkrantz
|
b2c96e3161
|
formatting
SVN revision: 72535
|
11 years ago |
Stefan Schmidt
|
761d8ecfd2
|
e/e_randr: mode may not be set in any case. Init it.
SVN revision: 72534
|
11 years ago |
Stefan Schmidt
|
69b50b64f4
|
e/gadman: Rename variable in loop to avoid shadowing
SVN revision: 72533
|
11 years ago |
Stefan Schmidt
|
fc52a4642d
|
e: More y0 and y1 renaming to avoid global shadowing
SVN revision: 72532
|
11 years ago |
Mike Blumenkrantz
|
ad68c5f2ec
|
keybind macro now takes 3 params to allow manually setting unused on key event param
SVN revision: 72531
|
11 years ago |
Mike Blumenkrantz
|
d0f5d7d5b3
|
formatting
SVN revision: 72530
|
11 years ago |
Mike Blumenkrantz
|
a799a7c4be
|
rename input bindings settings to be more accurate and descriptive
SVN revision: 72529
|
11 years ago |
Mike Blumenkrantz
|
a0c418c132
|
formatting
SVN revision: 72528
|
11 years ago |
Stefan Schmidt
|
e793c4d769
|
e: More y1 to yy1 renaming thanks to y1 global
SVN revision: 72525
|
11 years ago |
Stefan Schmidt
|
8503f0b041
|
e/drobshadow: Rename y1 variable to yy1 to avoid shadow global y1.
I know thats not really nice, but we are using y1 all over the place and math.h has it as a global.
SVN revision: 72524
|
11 years ago |
Mike Blumenkrantz
|
375ffb08c5
|
formatting
SVN revision: 72520
|
11 years ago |
Mike Blumenkrantz
|
bb171bd77a
|
attempting right click -> Open with multiple directories selected will no longer try crazy things
SVN revision: 72482
|
11 years ago |
Mike Blumenkrantz
|
20a94946f4
|
macros can be confusing if you don't understand how they work.
fix super longstanding efm bug where shift+select selected way more items than it should have
SVN revision: 72481
|
11 years ago |
Mike Blumenkrantz
|
6ba92ab323
|
some chucklehead doesn't know how shift/ctrl selection on click works and reversed the modifiers. I have now unreversed them
SVN revision: 72480
|
11 years ago |
Mike Blumenkrantz
|
6f83e8c10e
|
final bug fixes for eeze mounting: ensure suid wrapper is set for eject, fix mount point deletion on ejecting, create mount point directories just before mounting to allow for correct permissions
SVN revision: 72479
|
11 years ago |
Mike Blumenkrantz
|
9f58d105a9
|
formatting
SVN revision: 72474
|
11 years ago |
Mike Blumenkrantz
|
b331eececb
|
only set remembered custom dir pan if we're using an instance that has custom dir enabled
SVN revision: 72469
|
11 years ago |
Mike Blumenkrantz
|
671feaa78c
|
make list items expand to maximum width
SVN revision: 72468
|
11 years ago |
Christopher Michael
|
cacae5a9c0
|
Fix unitialized variable warning.
SVN revision: 72467
|
11 years ago |
Mike Blumenkrantz
|
e1331283f0
|
also set text min for list_odd items
SVN revision: 72464
|
11 years ago |
Mike Blumenkrantz
|
fbda443407
|
fix crazy horizontal scrollbar flickering and resizing in file selector for efm
SVN revision: 72463
|
11 years ago |
Mike Blumenkrantz
|
18ad1f0f08
|
formatting
SVN revision: 72449
|
11 years ago |
Mike Blumenkrantz
|
df9b504499
|
unify efm smart object checking code into a macro
SVN revision: 72448
|
11 years ago |
Mike Blumenkrantz
|
7f90125e32
|
no need to freeze here, we're already frozen
SVN revision: 72444
|
11 years ago |
Mike Blumenkrantz
|
13838f3dd0
|
formatting
SVN revision: 72443
|
11 years ago |
Mike Blumenkrantz
|
8d352bc01e
|
formatting
SVN revision: 72402
|
11 years ago |
Mike Blumenkrantz
|
a58ddcbb92
|
allow favorites panel to expand in file selector, allowing people who have long-named favorite directories to read the directory names
SVN revision: 72397
|
11 years ago |
Mike Blumenkrantz
|
1807ea8dae
|
on second thought, don't remove the delete task if we're still waiting for an overwrite confirmation
SVN revision: 72396
|
11 years ago |
Mike Blumenkrantz
|
251a9b479a
|
delete the rm task from the efm slave if there is a failure during the copy task
this should fix the problem described by the very angry message in ticket #729
SVN revision: 72395
|
11 years ago |