Bert Münnich
135c4f9263
Added window icons; fixes issue #125
pirms 11 gadiem
Bert Münnich
593da23cf3
Use bgcol as window background pixel; fixed issue #89
pirms 11 gadiem
Bert Münnich
aac28cce7a
Fixed non-ASCII characters in window bar, issue #88
pirms 11 gadiem
Bert Münnich
30802cec0f
Spawn info script & update bar contents only when needed
pirms 12 gadiem
Bert Münnich
f3298400e6
Spawn and read from info script without blocking
pirms 12 gadiem
Bert Münnich
1e2ddc44d8
No checks on window size, use whatever the user has specified
pirms 12 gadiem
Bert Münnich
a527025314
Correctly set window height after i_fit_to_img()
pirms 12 gadiem
Bert Münnich
cef8d51153
Refined US{Position,Size} & WinGravity handling
pirms 12 gadiem
Bert Münnich
f7301cf4f9
Correctly updated window pixmap after i_fit_to_img()
pirms 12 gadiem
Bert Münnich
08ae25da22
Refactored function definitions to use dangling brace
pirms 12 gadiem
Bert Münnich
6d3bbc6d5e
Updated/corrected license header
pirms 12 gadiem
tv
3f25b907bd
When using -g hint the WM that we've got user specified geometry
Without this some window managers (e.g. fvwm) will ignore the initial
window position and place it according to it's own rules.
pirms 12 gadiem
muennich
d6a475e4b1
Simplified status bar, filled by user script
pirms 12 gadiem
Bert Münnich
22a8b66571
Fixed BadDrawable errors caused by invalid window pixmap
pirms 12 gadiem
Bert Münnich
4a5d5d26aa
Overhauled window drawing
- Draw onto pixmap as before, but use the same size for the pixmap as
for the window, allocate new pixmap after configure requests
- Use XCopyArea() instead of XSetWindowBackgroundPixmap(), which now
requires handling of Expose events
pirms 12 gadiem
Bert Münnich
6f9b4f5b2e
New option: -N, set X window resource name
pirms 12 gadiem
Bert Münnich
d5f0a20de0
Fixed WMProtocols registration order (before mapping window)
pirms 12 gadiem
Bert Münnich
bca3666862
Fixed issue #47
pirms 12 gadiem
Bert Münnich
8ab3cee6a5
Fixed issue #44
pirms 13 gadiem
Bert Münnich
3238ef6bf6
Fixed issue #41 , added WIN_FS_COLOR to config.h
pirms 13 gadiem
Bert Münnich
ed2c9f7caa
Display full name in info bar, if there is enough space
pirms 13 gadiem
Bert Münnich
2d4264af28
Added option -b: disable bar
pirms 13 gadiem
Bert Münnich
c666d30eea
Added it_toggle_bar command; default mapping: XK_b
pirms 13 gadiem
Bert Münnich
d407dd65d5
Already in the year 2012
pirms 13 gadiem
Bert Münnich
b752d5c594
Added symbol BAR_SEPARATOR
pirms 13 gadiem
Bert Münnich
7177270c10
Changed default font string, removed missing fontset warnings
pirms 13 gadiem
Bert Münnich
b8458271fb
Added text bar on bottom of window
pirms 13 gadiem
Bert Münnich
36177fb180
Updated contact information
pirms 13 gadiem
Bert Münnich
8dcf682de9
Made all conditionals more precise
pirms 13 gadiem
Bert
b2a2a62b7b
Added own bool type
pirms 13 gadiem
Bert
6e575b0f72
Strict conformance to IEEE Std 1003.1-2001
pirms 13 gadiem
Bert
d585b86354
Reformated license header
pirms 13 gadiem
Bert
de6b58a315
Unified feature test macro requirements
pirms 13 gadiem
Bert
8763f6930f
Corrected FSF address in license headers
pirms 13 gadiem
Bert
b8ff1677b1
Major code refactoring
- Configurable key and mouse mappings in config.h
- Put event handling code from main.c into events.[ch]
pirms 13 gadiem
Bert
a271e16744
Reduced usage of preprocessor macros
pirms 13 gadiem
Bert
d227b17d96
Made fullscreen work under buggy window managers
pirms 13 gadiem
Bert
0b91328181
Fix fullscreen mode
pirms 13 gadiem
Bert
d15264ea32
Remove invalid images when loading them; refactorings
pirms 13 gadiem
Bert
55659ffcc3
Use imlib-handles in thumbs.c instead of pixmaps
pirms 14 gadiem
Bert
d982b06eed
White background for images with alpha
pirms 14 gadiem
Bert
c05fd44bdd
Support for external commands like mogrify & jpegtran
pirms 14 gadiem
Bert
fde9f5bf85
Hide cursor on redraw or after 1.5s mouse inactivity
pirms 14 gadiem
Bert
ef24ded6af
Highlight selected thumbnail
pirms 14 gadiem
Bert
1c072cc0d0
Fill window before loading thumbs
pirms 14 gadiem
Bert
783213c0bb
Use watch-cursor while loading thumbnails
pirms 14 gadiem
Bert
26c2179be7
Refactored thumbs, new files thumbs.[ch]
pirms 14 gadiem
Bert
8919204a2e
Render thumbnails
pirms 14 gadiem
Bert
7b49740613
First things for thumbnail mode
pirms 14 gadiem
Bert
d731741f04
Handle WM_DELETE_WINDOW messages correctly, thanks to fungt
pirms 14 gadiem