- 11 Kas, 2015 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
The GLEW headers are enough, and what we actually use in these places. In addition to handling GL extension things in its dynamic fashion, GLEW headers also have declarations for standard, non-extension, OpenGL API, including xgl and wgl ones. Most likely we don't need mesa_headers on Windows or OS X either, and can drop them completely. Change-Id: Ic0d8d6238c862f8fe4a74e99e95344dcbf540980
-
Maxim Monastirsky yazdı
Can be configured in various *WindowState.xcu files, like toolbars. Change-Id: I55a827344f03b31491cb793b9b211b59ff92287c
-
Andrzej Hunt yazdı
The order/list of default styles for Writer should be hardcoded, (by default the list contains 100+ items), it makes most sense to place these at the start of the list, allowing the client to then select how many styles they actually want to show. Change-Id: I491a426397e06b3502cee7484c5f8adfd9d9cdf2 Reviewed-on: https://gerrit.libreoffice.org/19918Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org>
-
Andrzej Hunt yazdı
This requires client-side support too. Change-Id: I5197ed3ed2b8244b50f7faf84a1cadde6a61b2cb Reviewed-on: https://gerrit.libreoffice.org/19917Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org>
-
Tor Lillqvist yazdı
GLEW handles all that, that is why we use GLEW, isn't it? Change-Id: I83d272f89f7e6dbb0c6c4502cc1ec4d697a6b0a2
-
Adolfo Jayme Barrientos yazdı
Change-Id: I82865eab34f785aaaa86da6a59440a3d8900cfce
-
Tor Lillqvist yazdı
Change-Id: I6ccc228b9259b44c4eb8651096f534a788788a6a
-
Maxim Monastirsky yazdı
Change-Id: I4e0fefebfb1b5212eb73a94130a3509848fcd98b
-
Caolán McNamara yazdı
Change-Id: Ief5c2effbddebe29fc7a4d38ed0af4fed72de40e
-
Caolán McNamara yazdı
Change-Id: Ic8b4c6a1718a10d0b9a5a99b069ef4e98de87518
-
Caolán McNamara yazdı
Change-Id: I1bcb4a70a2b2621a8718e5d4d0741e8eed3848cf
-
Caolán McNamara yazdı
Change-Id: I22047ed53eb59716e3da7c6e799867a666d35921
-
Caolán McNamara yazdı
Change-Id: If1c2f5e8527855e8e537d082156bcd6582e50c58
-
Caolán McNamara yazdı
Change-Id: I4a257a4eed1064a3fc09f6e2d37dbbc6be64a94c
-
Caolán McNamara yazdı
Change-Id: I255273601fd460b22aa22e3e366dc040e0795a87
-
Caolán McNamara yazdı
Change-Id: I81c71c02888e9c5cab28e77c1464dd5f6d4c1ee5
-
Caolán McNamara yazdı
Change-Id: I32364aff6d99bd67691a27eef439318c21b36695
-
Caolán McNamara yazdı
Change-Id: I8aa233446f1bc8cc94332830d7b1813f1674202b
-
Caolán McNamara yazdı
Change-Id: Ifb5bdfe677127911303455735997fcf271e80aa6
-
Caolán McNamara yazdı
Change-Id: I318b0268143bef376f324afdd42692991c3bab4c
-
Miklos Vajna yazdı
So SwSidebarWin member functions don't get twip values when they call GetPosPixel(). Change-Id: Ied4ff7f49d0320766b045d78f731900af92d37ef
-
Tor Lillqvist yazdı
Change-Id: I9f8a4ca0991b59bb9b6af4d40e3136ce5c986731
-
Eike Rathke yazdı
Change-Id: Iedd15feb7aaceebaa522b276cfa079afa1193bc1
-
Eike Rathke yazdı
Change-Id: Ic6bba6847a4877be70e157a217160caf1166fc25
-
Stephan Bergmann yazdı
Change-Id: I6dea86675c3220386e3d64cf03e82c3f33ae00ce
-
Mihovil Stanić yazdı
Change-Id: Ib2738355c0ffc1342db51a4f17185503ad7f0eb7
-
Stephan Bergmann yazdı
Change-Id: If35c6033938f69d1a557828eacbad99968d25547
-
Stephan Bergmann yazdı
Change-Id: Id0cab3b90ea9f3de7dc63f58ef247ba512af79f4
-
Stephan Bergmann yazdı
Change-Id: Id6dd74c1642914394d0e3f6f1af22480a65a0df1
-
Stephan Bergmann yazdı
Change-Id: I8007a7f0ed75fd1271520e900826a155c7a41463
-
Stephan Bergmann yazdı
Change-Id: Ibc717656d10a1a4e8ed3c7d170f2613abf299880
-
Jean-Pierre Ledure yazdı
Functions to export database data contents into an HTML table with - template file - use of classes for CSS styling Change-Id: Ib62b103445ba47e2fe77c45109a62b2e49fcbbc5
-
Maxim Monastirsky yazdı
Change-Id: I004c9ad3a7d389228b9bb532a1b2c5d6294f7e42
-
Maxim Monastirsky yazdı
Depends on env. variable for now. Nothing to customize yet anyway. Change-Id: I70edd33b51d931632fac454684d6c22906a727fe
-
Caolán McNamara yazdı
Change-Id: I937ed893dfd9919bf48b8fd38a1b83c524200532
-
Caolán McNamara yazdı
Change-Id: I5871028b6c32194257d3a5f8bdf838cd0c277349
-
Maxim Monastirsky yazdı
The old context menu implementation adds the thesaurus sub-menu by manipulating the menu at runtime, which isn't a good idea in general. Since it's a sub-menu anyway, better to have it as a separate controller, so it can be added to the xml, and users could decide if they want it, and where. Most of the code adapted from sfx2 (menu/mnumgr.cxx, menu/thessubmenu.cxx), hence the Apache-based license header. Change-Id: I4f533fcdd5d6480fae8ebcf53ec7c69675025adb
-
Maxim Monastirsky yazdı
Some commands in context menus use different labels than in the menu bar. In the old resource format those labels are defined in the resource file itself. Note that the menu xml has the menu:label attribute, but we can't use it because it lacks localization support, and as such useful only for user customization. The order of consideration now is: 1. Label - Used if Context/PopupLabel isn't defined. (It's also used as the base for toolbar tooltips.) 2. ContextLabel - Overrides Label when in menu or context menu. Useful to drop the context, e.g. "Insert Image" should be only "Image" under "Insert" menu. If exists, that's what returned when asking for the "Label" property, instead of the full label. 3. PopupLabel - Overrides Label/ContextLabel when in context menu. Used to give items in a context menu different labels than in the main menu, e.g. "Paste Special" from the main menu turns to "More Options" when in context menu. It doesn't affect the Label property, and should be asked separately. Change-Id: I7408fc2bfb8d384b0f1a72a78b8c5d7c50de38da
-
Noel Grandin yazdı
Change-Id: I0660833db69604c5c4dd3c5826f1baac3086e052
-
Caolán McNamara yazdı
Change-Id: Iff8317bc59b033b5765d2ba3356f8185cc40a6b3
-